Class Reference for E1039 Core & Analysis Software
Fun4AllRolloverFileOutStream Class Reference

#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
 
Fun4AllEventOutputManagermymanager
 
- 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")
 

Detailed Description

Definition at line 6 of file Fun4AllRolloverFileOutStream.h.

Constructor & Destructor Documentation

◆ Fun4AllRolloverFileOutStream()

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" 
)

◆ ~Fun4AllRolloverFileOutStream()

virtual Fun4AllRolloverFileOutStream::~Fun4AllRolloverFileOutStream ( )
inlinevirtual

Definition at line 14 of file Fun4AllRolloverFileOutStream.h.

Member Function Documentation

◆ identify()

void Fun4AllRolloverFileOutStream::identify ( std::ostream &  os = std::cout) const

◆ WriteEventOut()

int Fun4AllRolloverFileOutStream::WriteEventOut ( Event evt)
virtual

Member Data Documentation

◆ current_sequence

int Fun4AllRolloverFileOutStream::current_sequence
protected

◆ i_increment

int Fun4AllRolloverFileOutStream::i_increment
protected

Definition at line 22 of file Fun4AllRolloverFileOutStream.h.

Referenced by Fun4AllRolloverFileOutStream(), and WriteEventOut().

◆ i_offset

int Fun4AllRolloverFileOutStream::i_offset
protected

Definition at line 21 of file Fun4AllRolloverFileOutStream.h.

Referenced by Fun4AllRolloverFileOutStream().

◆ max_file_size

unsigned long long Fun4AllRolloverFileOutStream::max_file_size
protected

Definition at line 19 of file Fun4AllRolloverFileOutStream.h.

Referenced by Fun4AllRolloverFileOutStream(), and WriteEventOut().


The documentation for this class was generated from the following files: