Class Reference for E1039 Core & Analysis Software
|
Public Member Functions | |
Fun4AllSRawEventOutputManagerV2 (const std::string &myname="SRAWEVENTOUT", const std::string &file_name="srawevent.root") | |
virtual | ~Fun4AllSRawEventOutputManagerV2 () |
void | SetTreeName (const std::string name) |
void | SetBranchName (const std::string name) |
virtual int | Write (PHCompositeNode *startNode) |
write starting from given node More... | |
![]() | |
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... | |
![]() | |
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 | |
void | OpenFile () |
void | CloseFile () |
![]() | |
Fun4AllOutputManager (const std::string &myname) | |
![]() | |
Fun4AllBase (const std::string &name="NONAME") | |
Additional Inherited Members | |
![]() | |
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 } |
![]() | |
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... | |
![]() | |
std::string | ThisName |
int | verbosity |
The verbosity level. 0 means not verbose at all. More... | |
Definition at line 14 of file Fun4AllSRawEventOutputManagerV2.h.
Fun4AllSRawEventOutputManagerV2::Fun4AllSRawEventOutputManagerV2 | ( | const std::string & | myname = "SRAWEVENTOUT" , |
const std::string & | file_name = "srawevent.root" |
||
) |
Definition at line 21 of file Fun4AllSRawEventOutputManagerV2.cc.
|
virtual |
Definition at line 37 of file Fun4AllSRawEventOutputManagerV2.cc.
References CloseFile().
|
protected |
Definition at line 78 of file Fun4AllSRawEventOutputManagerV2.cc.
References Fun4AllBase::Verbosity().
Referenced by ~Fun4AllSRawEventOutputManagerV2().
|
protected |
Definition at line 65 of file Fun4AllSRawEventOutputManagerV2.cc.
References PHWHERE, and Fun4AllBase::Verbosity().
Referenced by Write().
|
inline |
Definition at line 33 of file Fun4AllSRawEventOutputManagerV2.h.
|
inline |
Definition at line 32 of file Fun4AllSRawEventOutputManagerV2.h.
|
virtual |
write starting from given node
Reimplemented from Fun4AllOutputManager.
Definition at line 43 of file Fun4AllSRawEventOutputManagerV2.cc.
References SQSpillMap::get(), SQEvent::get_spill_id(), OpenFile(), PHWHERE, UtilSRawEvent::SetEvent(), UtilSRawEvent::SetHit(), UtilSRawEvent::SetSpill(), and UtilSRawEvent::SetTriggerHit().