Class Reference for E1039 Core & Analysis Software
PHG4HeadReco Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4main/PHG4HeadReco.h>

+ Inheritance diagram for PHG4HeadReco:
+ Collaboration diagram for PHG4HeadReco:

Public Member Functions

 PHG4HeadReco (const std::string &name="PHG4HeadReco")
 
virtual ~PHG4HeadReco ()
 
int Init (PHCompositeNode *topNode)
 
int process_event (PHCompositeNode *topNode)
 
- Public Member Functions inherited from SubsysReco
virtual ~SubsysReco ()
 
virtual int End (PHCompositeNode *)
 Called at the end of all processing. More...
 
virtual int EndRun (const int)
 Called at the end of each run. More...
 
virtual int InitRun (PHCompositeNode *)
 
virtual int Reset (PHCompositeNode *)
 Reset. More...
 
virtual int ResetEvent (PHCompositeNode *)
 Clean up after each event. More...
 
virtual void Print (const std::string &what="ALL") const
 
- 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 Attributes

int evtseq
 
- 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 SubsysReco
 SubsysReco (const std::string &name="NONAME")
 
- Protected Member Functions inherited from Fun4AllBase
 Fun4AllBase (const std::string &name="NONAME")
 

Detailed Description

Definition at line 6 of file PHG4HeadReco.h.

Constructor & Destructor Documentation

◆ PHG4HeadReco()

PHG4HeadReco::PHG4HeadReco ( const std::string &  name = "PHG4HeadReco")

Definition at line 20 of file PHG4HeadReco.cc.

◆ ~PHG4HeadReco()

virtual PHG4HeadReco::~PHG4HeadReco ( )
inlinevirtual

Definition at line 10 of file PHG4HeadReco.h.

Member Function Documentation

◆ Init()

int PHG4HeadReco::Init ( PHCompositeNode )
virtual

Called during initialization, i.e. registered via Fun4AllServer::registerSubsystem(). Typically this is where you can book histograms, and e.g. register them to Fun4AllServer (so they can be output to file using Fun4AllServer::dumpHistos() method).

Reimplemented from SubsysReco.

Definition at line 26 of file PHG4HeadReco.cc.

References PHCompositeNode::addNode(), Fun4AllReturnCodes::EVENT_OK, PHNodeIterator::findFirst(), and PHWHERE.

+ Here is the call graph for this function:

◆ process_event()

int PHG4HeadReco::process_event ( PHCompositeNode )
virtual

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

Reimplemented from SubsysReco.

Definition at line 59 of file PHG4HeadReco.cc.

References Fun4AllReturnCodes::EVENT_OK, evtseq, PHG4EventHeader::identify(), PHG4EventHeader::set_EventPlaneAngle(), PHG4EventHeader::set_EvtSequence(), PHG4EventHeader::set_ImpactParameter(), and Fun4AllBase::verbosity.

+ Here is the call graph for this function:

Member Data Documentation

◆ evtseq

int PHG4HeadReco::evtseq
protected

Definition at line 16 of file PHG4HeadReco.h.

Referenced by process_event().


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