|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/fun4all/Fun4AllRolloverFileOutStream.h>
Inheritance diagram for Fun4AllRolloverFileOutStream:
Collaboration diagram for Fun4AllRolloverFileOutStream:Public Member Functions | |
| Fun4AllRolloverFileOutStream (const std::string &frule="OUTDATA-%010d-%04d.PRDFF", const unsigned int sizeInMB=0, const int offset=0, const int increment=1, const std::string &name="Fun4AllRolloverFileOutStream") | |
| virtual | ~Fun4AllRolloverFileOutStream () |
| int | WriteEventOut (Event *evt) |
| void | identify (std::ostream &os=std::cout) const |
Public Member Functions inherited from Fun4AllFileOutStream | |
| Fun4AllFileOutStream (const std::string &frule="OUTDATA-%010d-%04d.PRDFF", const std::string &name="FILEOUTSTREAM") | |
| virtual | ~Fun4AllFileOutStream () |
| 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 | |
| unsigned long long | max_file_size |
| int | current_sequence |
| int | i_offset |
| int | i_increment |
Protected Attributes inherited from Fun4AllFileOutStream | |
| 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 6 of file Fun4AllRolloverFileOutStream.h.
| Fun4AllRolloverFileOutStream::Fun4AllRolloverFileOutStream | ( | const std::string & | frule = "OUTDATA-%010d-%04d.PRDFF", |
| const unsigned int | sizeInMB = 0, |
||
| const int | offset = 0, |
||
| const int | increment = 1, |
||
| const std::string & | name = "Fun4AllRolloverFileOutStream" |
||
| ) |
Definition at line 17 of file Fun4AllRolloverFileOutStream.cc.
References current_sequence, i_increment, i_offset, max_file_size, and Fun4AllFileOutStream::MAXSIZE.
|
inlinevirtual |
Definition at line 14 of file Fun4AllRolloverFileOutStream.h.
| void Fun4AllRolloverFileOutStream::identify | ( | std::ostream & | os = std::cout | ) | const |
Definition at line 102 of file Fun4AllRolloverFileOutStream.cc.
References current_sequence, and Fun4AllFileOutStream::filerule.
|
virtual |
Reimplemented from Fun4AllFileOutStream.
Definition at line 45 of file Fun4AllRolloverFileOutStream.cc.
References Fun4AllFileOutStream::byteswritten, current_sequence, Fun4AllFileOutStream::filerule, i_increment, Fun4AllFileOutStream::iseq, LENGTH, max_file_size, Fun4AllEventOutStream::mymanager, Fun4AllFileOutStream::ob, Fun4AllFileOutStream::outfile_desc, PHWHERE, Fun4AllEventOutputManager::SetOutfileName(), Fun4AllBase::ThisName, Fun4AllBase::verbosity, and Fun4AllFileOutStream::xb.
Here is the call graph for this function:
|
protected |
Definition at line 20 of file Fun4AllRolloverFileOutStream.h.
Referenced by Fun4AllRolloverFileOutStream(), identify(), and WriteEventOut().
|
protected |
Definition at line 22 of file Fun4AllRolloverFileOutStream.h.
Referenced by Fun4AllRolloverFileOutStream(), and WriteEventOut().
|
protected |
Definition at line 21 of file Fun4AllRolloverFileOutStream.h.
Referenced by Fun4AllRolloverFileOutStream().
|
protected |
Definition at line 19 of file Fun4AllRolloverFileOutStream.h.
Referenced by Fun4AllRolloverFileOutStream(), and WriteEventOut().