|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/fun4all/Fun4AllFileOutStream.h>
Inheritance diagram for Fun4AllFileOutStream:
Collaboration diagram for Fun4AllFileOutStream:Public Member Functions | |
| Fun4AllFileOutStream (const std::string &frule="OUTDATA-%010d-%04d.PRDFF", const std::string &name="FILEOUTSTREAM") | |
| virtual | ~Fun4AllFileOutStream () |
| int | WriteEventOut (Event *evt) |
| int | CloseOutStream () |
| void | identify (std::ostream &os=std::cout) const |
Public Member Functions inherited from Fun4AllEventOutStream | |
| virtual | ~Fun4AllEventOutStream () |
| virtual int | StreamStatus () |
| virtual int | WriteEvent (Event *evt) |
| 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) |
Public Member Functions inherited from Fun4AllBase | |
| 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 Attributes | |
| std::string | filerule |
| oBuffer * | ob |
| int | iseq |
| PHDWORD | xb [LENGTH] |
| int | outfile_desc |
| unsigned long long | byteswritten |
| unsigned long long | MAXSIZE |
Protected Attributes inherited from Fun4AllEventOutStream | |
| 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 |
Protected Attributes inherited from Fun4AllBase | |
| std::string | ThisName |
| int | verbosity |
| The verbosity level. 0 means not verbose at all. More... | |
Additional Inherited Members | |
Public Types inherited from Fun4AllBase | |
| 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 } |
Protected Member Functions inherited from Fun4AllEventOutStream | |
| Fun4AllEventOutStream (const std::string &name="OUTSTREAM") | |
| int | resize_evtbuf (const unsigned int newsize) |
Protected Member Functions inherited from Fun4AllBase | |
| Fun4AllBase (const std::string &name="NONAME") | |
Definition at line 16 of file Fun4AllFileOutStream.h.
| Fun4AllFileOutStream::Fun4AllFileOutStream | ( | const std::string & | frule = "OUTDATA-%010d-%04d.PRDFF", |
| const std::string & | name = "FILEOUTSTREAM" |
||
| ) |
Definition at line 18 of file Fun4AllFileOutStream.cc.
References xb.
|
virtual |
Definition at line 30 of file Fun4AllFileOutStream.cc.
References ob, and outfile_desc.
|
virtual |
Reimplemented from Fun4AllEventOutStream.
Definition at line 97 of file Fun4AllFileOutStream.cc.
References ob.
| void Fun4AllFileOutStream::identify | ( | std::ostream & | os = std::cout | ) | const |
Definition at line 108 of file Fun4AllFileOutStream.cc.
References filerule.
|
virtual |
Reimplemented from Fun4AllEventOutStream.
Reimplemented in Fun4AllRolloverFileOutStream.
Definition at line 44 of file Fun4AllFileOutStream.cc.
References byteswritten, filerule, Fun4AllServer::instance(), iseq, LENGTH, MAXSIZE, ob, outfile_desc, PHWHERE, Fun4AllServer::SegmentNumber(), Fun4AllBase::ThisName, and xb.
Here is the call graph for this function:
|
protected |
Definition at line 31 of file Fun4AllFileOutStream.h.
Referenced by WriteEventOut(), and Fun4AllRolloverFileOutStream::WriteEventOut().
|
protected |
Definition at line 26 of file Fun4AllFileOutStream.h.
Referenced by identify(), Fun4AllRolloverFileOutStream::identify(), WriteEventOut(), and Fun4AllRolloverFileOutStream::WriteEventOut().
|
protected |
Definition at line 28 of file Fun4AllFileOutStream.h.
Referenced by WriteEventOut(), and Fun4AllRolloverFileOutStream::WriteEventOut().
|
protected |
Definition at line 32 of file Fun4AllFileOutStream.h.
Referenced by Fun4AllRolloverFileOutStream::Fun4AllRolloverFileOutStream(), and WriteEventOut().
|
protected |
Definition at line 27 of file Fun4AllFileOutStream.h.
Referenced by CloseOutStream(), WriteEventOut(), Fun4AllRolloverFileOutStream::WriteEventOut(), and ~Fun4AllFileOutStream().
|
protected |
Definition at line 30 of file Fun4AllFileOutStream.h.
Referenced by WriteEventOut(), Fun4AllRolloverFileOutStream::WriteEventOut(), and ~Fun4AllFileOutStream().
|
protected |
Definition at line 29 of file Fun4AllFileOutStream.h.
Referenced by Fun4AllFileOutStream(), WriteEventOut(), and Fun4AllRolloverFileOutStream::WriteEventOut().