EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Dumper Class Reference

#include <fun4all_coresoftware/blob/master/offline/packages/NodeDump/Dumper.h>

+ Inheritance diagram for Dumper:
+ Collaboration diagram for Dumper:

Public Member Functions

 Dumper (const std::string &name="DUMPER")
 
 ~Dumper () override
 
int End (PHCompositeNode *topNode) override
 Called at the end of all processing.
 
int process_event (PHCompositeNode *topNode) override
 
void SetOutDir (const std::string &outdir)
 
void SetPrecision (const int digits)
 
int AddIgnore (const std::string &name)
 
int Select (const std::string &name)
 
- Public Member Functions inherited from SubsysReco
 ~SubsysReco () override
 
virtual int EndRun (const int)
 Called at the end of each run.
 
virtual int Init (PHCompositeNode *)
 
virtual int InitRun (PHCompositeNode *)
 
virtual int Reset (PHCompositeNode *)
 Reset.
 
virtual int ResetEvent (PHCompositeNode *)
 Clean up after each event.
 
void Print (const std::string &="ALL") const override
 
- Public Member Functions inherited from Fun4AllBase
virtual ~Fun4AllBase ()
 
virtual const std::string Name () const
 Returns the name of this module.
 
virtual void Name (const std::string &name)
 Sets the name of this module.
 
virtual void Verbosity (const int ival)
 Sets the verbosity of this module (0 by default=quiet).
 
virtual void Verbosity (enu_Verbosity ival)
 Sets the verbosity of this module (0 by default=quiet).
 
virtual int Verbosity () const
 Gets the verbosity of this module.
 

Private Attributes

PHNodeDumpnodedump
 

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 SubsysReco
 SubsysReco (const std::string &name="NONAME")
 

Detailed Description

Definition at line 11 of file Dumper.h.

View newest version in sPHENIX GitHub at line 11 of file Dumper.h

Constructor & Destructor Documentation

Dumper::Dumper ( const std::string &  name = "DUMPER")

Definition at line 12 of file Dumper.cc.

View newest version in sPHENIX GitHub at line 12 of file Dumper.cc

References nodedump.

Dumper::~Dumper ( )
override

Definition at line 19 of file Dumper.cc.

View newest version in sPHENIX GitHub at line 19 of file Dumper.cc

References nodedump.

Member Function Documentation

int Dumper::AddIgnore ( const std::string &  name)

Definition at line 70 of file Dumper.cc.

View newest version in sPHENIX GitHub at line 70 of file Dumper.cc

References PHNodeDump::AddIgnore(), and nodedump.

+ Here is the call graph for this function:

int Dumper::End ( PHCompositeNode )
overridevirtual

Called at the end of all processing.

Reimplemented from SubsysReco.

Definition at line 39 of file Dumper.cc.

View newest version in sPHENIX GitHub at line 39 of file Dumper.cc

References PHNodeIterator::cd(), PHNodeDump::CloseOutputFiles(), PHNodeIterator::forEach(), and nodedump.

+ Here is the call graph for this function:

int Dumper::process_event ( PHCompositeNode )
overridevirtual

Called for each event. This is where you do the real work.

Reimplemented from SubsysReco.

Definition at line 25 of file Dumper.cc.

View newest version in sPHENIX GitHub at line 25 of file Dumper.cc

References PHNodeIterator::cd(), PHNodeIterator::findFirst(), PHNodeIterator::forEach(), PHNodeDump::GetGlobalVars(), and nodedump.

+ Here is the call graph for this function:

int Dumper::Select ( const std::string &  name)

Definition at line 75 of file Dumper.cc.

View newest version in sPHENIX GitHub at line 75 of file Dumper.cc

References nodedump, and PHNodeDump::Select().

+ Here is the call graph for this function:

void Dumper::SetOutDir ( const std::string &  outdir)

Definition at line 58 of file Dumper.cc.

View newest version in sPHENIX GitHub at line 58 of file Dumper.cc

References nodedump, and PHNodeDump::SetOutDir().

Referenced by run_dump().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void Dumper::SetPrecision ( const int  digits)

Definition at line 64 of file Dumper.cc.

View newest version in sPHENIX GitHub at line 64 of file Dumper.cc

References nodedump, and PHNodeDump::SetPrecision().

+ Here is the call graph for this function:

Member Data Documentation

PHNodeDump* Dumper::nodedump
private

Definition at line 24 of file Dumper.h.

View newest version in sPHENIX GitHub at line 24 of file Dumper.h

Referenced by AddIgnore(), Dumper(), End(), process_event(), Select(), SetOutDir(), SetPrecision(), and ~Dumper().


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