1 #ifndef __FUN4ALLEVENTOUTSTREAM_H__
2 #define __FUN4ALLEVENTOUTSTREAM_H__
8 #include <Event/phenixTypes.h>
11 #include <boost/version.hpp>
12 #if (__GNUC__ == 4 && __GNUC_MINOR__ == 8 && (BOOST_VERSION == 105700 || BOOST_VERSION == 106000 || BOOST_VERSION == 106300) )
13 #pragma GCC diagnostic ignored "-Wunused-local-typedefs"
14 #include <boost/numeric/interval.hpp>
15 #pragma GCC diagnostic warning "-Wunused-local-typedefs"
17 #include <boost/numeric/interval.hpp>
std::map< int, boost::numeric::interval< int > > droppktrange
virtual int StreamStatus()
int AddPacketRange(const int minpacket, const int maxpacket)
Fun4AllEventOutputManager * mymanager
virtual ~Fun4AllEventOutStream()
Fun4AllEventOutStream(const std::string &name="OUTSTREAM")
int resize_evtbuf(const unsigned int newsize)
int AddPacket(const int ipkt)
virtual int CloseOutStream()
int DropPacket(const int ipkt)
int DropPacketRange(const int minpacket, const int maxpacket)
virtual int WriteEventOut(Event *)
std::map< int, boost::numeric::interval< int > > addpktrange
virtual int WriteEvent(Event *evt)
void SetManager(Fun4AllEventOutputManager *myman)