Class Reference for E1039 Core & Analysis Software
Fun4AllFileOutStream Class Reference

#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
 
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 16 of file Fun4AllFileOutStream.h.

Constructor & Destructor Documentation

◆ Fun4AllFileOutStream()

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.

◆ ~Fun4AllFileOutStream()

Fun4AllFileOutStream::~Fun4AllFileOutStream ( )
virtual

Definition at line 30 of file Fun4AllFileOutStream.cc.

References ob, and outfile_desc.

Member Function Documentation

◆ CloseOutStream()

int Fun4AllFileOutStream::CloseOutStream ( )
virtual

Reimplemented from Fun4AllEventOutStream.

Definition at line 97 of file Fun4AllFileOutStream.cc.

References ob.

◆ identify()

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

Definition at line 108 of file Fun4AllFileOutStream.cc.

References filerule.

◆ WriteEventOut()

int Fun4AllFileOutStream::WriteEventOut ( Event evt)
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:

Member Data Documentation

◆ byteswritten

unsigned long long Fun4AllFileOutStream::byteswritten
protected

◆ filerule

std::string Fun4AllFileOutStream::filerule
protected

◆ iseq

int Fun4AllFileOutStream::iseq
protected

◆ MAXSIZE

unsigned long long Fun4AllFileOutStream::MAXSIZE
protected

◆ ob

oBuffer* Fun4AllFileOutStream::ob
protected

◆ outfile_desc

int Fun4AllFileOutStream::outfile_desc
protected

◆ xb

PHDWORD Fun4AllFileOutStream::xb[LENGTH]
protected

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