1 #ifndef FUN4ALLOUTPUTMANAGER_H__
2 #define FUN4ALLOUTPUTMANAGER_H__
20 virtual void Print(
const std::string &what =
"ALL")
const;
virtual int DoNotWriteEvent(std::vector< int > *retcodes) const
decides if event is to be written or not
std::vector< unsigned > recomoduleindex
vector of associated module indexes
virtual int AddEventSelector(const std::string &recomodule)
add an event selector to the outputmanager. event will get written only if all event selectors proces...
virtual std::vector< std::string > * EventSelector()
retrieves pointer to vector of event selector module names
int WriteGeneric(PHCompositeNode *startNode)
Common method, called before calling virtual Write.
virtual std::vector< unsigned > * RecoModuleIndex()
retrieves pointer to vector of event selector module ids
virtual int RemoveNode(const std::string &)
removes a node from outputmanager
virtual int AddNode(const std::string &)
add a node in outputmanager
virtual size_t EventsWritten() const
get number of Events
virtual int WriteNode(PHCompositeNode *)
write specified node
virtual void Print(const std::string &what="ALL") const
print method (dump event selector)
virtual int StripNode(const std::string &)
not write a node in outputmanager
Fun4AllOutputManager(const std::string &myname)
virtual int outfileopen(const std::string &)
opens output file
std::string outfilename
output file name
virtual ~Fun4AllOutputManager()
destructor
virtual std::string OutFileName() const
get output file name
size_t nEvents
Number of Events.
virtual int Write(PHCompositeNode *)
write starting from given node
std::vector< std::string > EventSelectors
vector of event selectors modules