Class Reference for E1039 Core & Analysis Software
Fun4AllRUSOutputManager Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/RUS/Fun4AllRUSOutputManager.h>

+ Inheritance diagram for Fun4AllRUSOutputManager:
+ Collaboration diagram for Fun4AllRUSOutputManager:

Public Member Functions

 Fun4AllRUSOutputManager (const std::string &myname="UNIVERSALOUT")
 
virtual ~Fun4AllRUSOutputManager ()
 
void SetTreeName (const std::string &name)
 
void SetFileName (const std::string &name)
 
virtual int Write (PHCompositeNode *startNode)
 write starting from given node More...
 
void ResetBranches ()
 
void SetBasketSize (int size)
 
void SetAutoFlush (int flush)
 
void SetCompressionLevel (int level)
 
- Public Member Functions inherited from Fun4AllOutputManager
virtual ~Fun4AllOutputManager ()
 destructor More...
 
virtual void Print (const std::string &what="ALL") const
 print method (dump event selector) More...
 
virtual int AddNode (const std::string &)
 add a node in outputmanager More...
 
virtual int StripNode (const std::string &)
 not write a node in outputmanager More...
 
virtual int AddEventSelector (const std::string &recomodule)
 add an event selector to the outputmanager. event will get written only if all event selectors process_event method return EVENT_OK More...
 
virtual int outfileopen (const std::string &)
 opens output file More...
 
virtual int RemoveNode (const std::string &)
 removes a node from outputmanager More...
 
int WriteGeneric (PHCompositeNode *startNode)
 Common method, called before calling virtual Write. More...
 
virtual int WriteNode (PHCompositeNode *)
 write specified node More...
 
virtual std::vector< std::string > * EventSelector ()
 retrieves pointer to vector of event selector module names More...
 
virtual std::vector< unsigned > * RecoModuleIndex ()
 retrieves pointer to vector of event selector module ids More...
 
virtual int DoNotWriteEvent (std::vector< int > *retcodes) const
 decides if event is to be written or not More...
 
virtual size_t EventsWritten () const
 get number of Events More...
 
virtual std::string OutFileName () const
 get output file name More...
 
- 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 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

int OpenFile (PHCompositeNode *startNode)
 
void CloseFile ()
 
- Protected Member Functions inherited from Fun4AllOutputManager
 Fun4AllOutputManager (const std::string &myname)
 
- Protected Member Functions inherited from Fun4AllBase
 Fun4AllBase (const std::string &name="NONAME")
 

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 Attributes inherited from Fun4AllOutputManager
size_t nEvents
 Number of Events. More...
 
std::vector< std::string > EventSelectors
 vector of event selectors modules More...
 
std::vector< unsigned > recomoduleindex
 vector of associated module indexes More...
 
std::string outfilename
 output file name More...
 
- Protected Attributes inherited from Fun4AllBase
std::string ThisName
 
int verbosity
 The verbosity level. 0 means not verbose at all. More...
 

Detailed Description

Definition at line 17 of file Fun4AllRUSOutputManager.h.

Constructor & Destructor Documentation

◆ Fun4AllRUSOutputManager()

Fun4AllRUSOutputManager::Fun4AllRUSOutputManager ( const std::string &  myname = "UNIVERSALOUT")

Definition at line 23 of file Fun4AllRUSOutputManager.cc.

◆ ~Fun4AllRUSOutputManager()

Fun4AllRUSOutputManager::~Fun4AllRUSOutputManager ( )
virtual

Definition at line 40 of file Fun4AllRUSOutputManager.cc.

References CloseFile().

+ Here is the call graph for this function:

Member Function Documentation

◆ CloseFile()

void Fun4AllRUSOutputManager::CloseFile ( )
protected

Definition at line 133 of file Fun4AllRUSOutputManager.cc.

Referenced by ~Fun4AllRUSOutputManager().

+ Here is the caller graph for this function:

◆ OpenFile()

int Fun4AllRUSOutputManager::OpenFile ( PHCompositeNode startNode)
protected

Definition at line 44 of file Fun4AllRUSOutputManager.cc.

References Fun4AllReturnCodes::ABORTEVENT, and Fun4AllReturnCodes::EVENT_OK.

Referenced by Write().

+ Here is the caller graph for this function:

◆ ResetBranches()

void Fun4AllRUSOutputManager::ResetBranches ( )

Definition at line 142 of file Fun4AllRUSOutputManager.cc.

Referenced by Write().

+ Here is the caller graph for this function:

◆ SetAutoFlush()

void Fun4AllRUSOutputManager::SetAutoFlush ( int  flush)
inline

Definition at line 27 of file Fun4AllRUSOutputManager.h.

◆ SetBasketSize()

void Fun4AllRUSOutputManager::SetBasketSize ( int  size)
inline

Definition at line 26 of file Fun4AllRUSOutputManager.h.

◆ SetCompressionLevel()

void Fun4AllRUSOutputManager::SetCompressionLevel ( int  level)
inline

Definition at line 28 of file Fun4AllRUSOutputManager.h.

◆ SetFileName()

void Fun4AllRUSOutputManager::SetFileName ( const std::string &  name)
inline

Definition at line 23 of file Fun4AllRUSOutputManager.h.

◆ SetTreeName()

void Fun4AllRUSOutputManager::SetTreeName ( const std::string &  name)
inline

Definition at line 22 of file Fun4AllRUSOutputManager.h.

◆ Write()


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