Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/fun4all/Fun4AllEventOutStream.h>
Public Member Functions | |
virtual | ~Fun4AllEventOutStream () |
virtual int | StreamStatus () |
virtual int | WriteEvent (Event *evt) |
virtual int | WriteEventOut (Event *) |
virtual int | CloseOutStream () |
int | AddPacket (const int ipkt) |
int | DropPacket (const int ipkt) |
int | AddPacketRange (const int minpacket, const int maxpacket) |
int | DropPacketRange (const int minpacket, const int maxpacket) |
void | SetManager (Fun4AllEventOutputManager *myman) |
![]() | |
virtual | ~Fun4AllBase () |
virtual const std::string | Name () const |
Returns the name of this module. More... | |
virtual void | Name (const std::string &name) |
Sets the name of this module. More... | |
virtual void | Print (const std::string &what="ALL") const |
virtual void | Verbosity (const int ival) |
Sets the verbosity of this module (0 by default=quiet). More... | |
virtual void | Verbosity (enu_Verbosity ival) |
Sets the verbosity of this module (0 by default=quiet). More... | |
virtual int | Verbosity () const |
Gets the verbosity of this module. More... | |
Protected Member Functions | |
Fun4AllEventOutStream (const std::string &name="OUTSTREAM") | |
int | resize_evtbuf (const unsigned int newsize) |
![]() | |
Fun4AllBase (const std::string &name="NONAME") | |
Protected Attributes | |
PHDWORD * | evtbuf |
unsigned int | evtbuf_size |
int | add_or_remove |
Packet ** | plist |
int | max_npackets |
int | npackets |
int | default_addall |
std::map< int, boost::numeric::interval< int > > | addpktrange |
std::map< int, boost::numeric::interval< int > > | droppktrange |
Fun4AllEventOutputManager * | mymanager |
![]() | |
std::string | ThisName |
int | verbosity |
The verbosity level. 0 means not verbose at all. More... | |
Additional Inherited Members | |
![]() | |
enum | enu_Verbosity { VERBOSITY_QUIET = 0 , VERBOSITY_SOME = 1 , VERBOSITY_MORE = 2 , VERBOSITY_EVEN_MORE = 3 , VERBOSITY_A_LOT = 4 , VERBOSITY_MAX = INT_MAX - 10 } |
Definition at line 30 of file Fun4AllEventOutStream.h.
|
virtual |
Definition at line 26 of file Fun4AllEventOutStream.cc.
|
protected |
Definition at line 14 of file Fun4AllEventOutStream.cc.
int Fun4AllEventOutStream::AddPacket | ( | const int | ipkt | ) |
Definition at line 151 of file Fun4AllEventOutStream.cc.
References AddPacketRange().
Referenced by Fun4AllEventOutputManager::AddPacket().
int Fun4AllEventOutStream::AddPacketRange | ( | const int | minpacket, |
const int | maxpacket | ||
) |
Definition at line 165 of file Fun4AllEventOutStream.cc.
References add_or_remove, addpktrange, and PHWHERE.
Referenced by AddPacket(), and Fun4AllEventOutputManager::AddPacketRange().
|
inlinevirtual |
Reimplemented in Fun4AllFileOutStream.
Definition at line 37 of file Fun4AllEventOutStream.h.
int Fun4AllEventOutStream::DropPacket | ( | const int | ipkt | ) |
Definition at line 158 of file Fun4AllEventOutStream.cc.
References DropPacketRange().
Referenced by Fun4AllEventOutputManager::DropPacket().
int Fun4AllEventOutStream::DropPacketRange | ( | const int | minpacket, |
const int | maxpacket | ||
) |
Definition at line 197 of file Fun4AllEventOutStream.cc.
References add_or_remove, default_addall, droppktrange, and PHWHERE.
Referenced by DropPacket(), and Fun4AllEventOutputManager::DropPacketRange().
|
protected |
Definition at line 34 of file Fun4AllEventOutStream.cc.
References evtbuf, and evtbuf_size.
Referenced by WriteEvent().
|
inline |
Definition at line 43 of file Fun4AllEventOutStream.h.
References mymanager.
Referenced by Fun4AllEventOutputManager::Fun4AllEventOutputManager().
|
inlinevirtual |
Definition at line 34 of file Fun4AllEventOutStream.h.
|
virtual |
Definition at line 47 of file Fun4AllEventOutStream.cc.
References add_or_remove, addpktrange, default_addall, droppktrange, evtbuf, evtbuf_size, max_npackets, npackets, plist, resize_evtbuf(), Fun4AllBase::verbosity, and WriteEventOut().
Referenced by Fun4AllEventOutputManager::Write().
|
inlinevirtual |
Reimplemented in Fun4AllRolloverFileOutStream, and Fun4AllFileOutStream.
Definition at line 36 of file Fun4AllEventOutStream.h.
Referenced by WriteEvent().
|
protected |
Definition at line 53 of file Fun4AllEventOutStream.h.
Referenced by AddPacketRange(), DropPacketRange(), and WriteEvent().
|
protected |
Definition at line 59 of file Fun4AllEventOutStream.h.
Referenced by AddPacketRange(), and WriteEvent().
|
protected |
Definition at line 57 of file Fun4AllEventOutStream.h.
Referenced by DropPacketRange(), and WriteEvent().
|
protected |
Definition at line 60 of file Fun4AllEventOutStream.h.
Referenced by DropPacketRange(), and WriteEvent().
|
protected |
Definition at line 49 of file Fun4AllEventOutStream.h.
Referenced by resize_evtbuf(), WriteEvent(), and ~Fun4AllEventOutStream().
|
protected |
Definition at line 50 of file Fun4AllEventOutStream.h.
Referenced by resize_evtbuf(), and WriteEvent().
|
protected |
Definition at line 55 of file Fun4AllEventOutStream.h.
Referenced by WriteEvent().
|
protected |
Definition at line 62 of file Fun4AllEventOutStream.h.
Referenced by SetManager(), and Fun4AllRolloverFileOutStream::WriteEventOut().
|
protected |
Definition at line 56 of file Fun4AllEventOutStream.h.
Referenced by WriteEvent().
|
protected |
Definition at line 54 of file Fun4AllEventOutStream.h.
Referenced by WriteEvent(), and ~Fun4AllEventOutStream().