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

Base class for track seeding. More...

#include <fun4all_coresoftware/blob/master/offline/packages/trackreco/PHTrackFitting.h>

+ Inheritance diagram for PHTrackFitting:
+ Collaboration diagram for PHTrackFitting:

Public Member Functions

 PHTrackFitting (const std::string &name="PHTrackFitting")
 
 ~PHTrackFitting () override
 
int Init (PHCompositeNode *topNode) override
 
int InitRun (PHCompositeNode *topNode) override
 
int process_event (PHCompositeNode *topNode) override
 
- Public Member Functions inherited from SubsysReco
 ~SubsysReco () override
 
virtual int End (PHCompositeNode *)
 Called at the end of all processing.
 
virtual int EndRun (const int)
 Called at the end of each run.
 
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.
 

Protected Member Functions

virtual int Setup (PHCompositeNode *topNode)
 
virtual int Process ()=0
 
- Protected Member Functions inherited from SubsysReco
 SubsysReco (const std::string &name="NONAME")
 
- Protected Member Functions inherited from Fun4AllBase
 Fun4AllBase (const std::string &name="NONAME")
 

Protected Attributes

TrkrClusterContainer_cluster_map
 
TrkrHitSetContainer_hitsets = nullptr
 
SvtxVertexMap_vertex_map
 
SvtxTrackMap_track_map
 
AssocInfoContainer_assoc_container
 
std::string _track_map_name
 

Private Member Functions

int GetNodes (PHCompositeNode *topNode)
 fetch node pointers
 

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
}
 

Detailed Description

Base class for track seeding.

Definition at line 30 of file PHTrackFitting.h.

View newest version in sPHENIX GitHub at line 30 of file PHTrackFitting.h

Constructor & Destructor Documentation

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

Definition at line 23 of file PHTrackFitting.cc.

View newest version in sPHENIX GitHub at line 23 of file PHTrackFitting.cc

PHTrackFitting::~PHTrackFitting ( )
inlineoverride

Definition at line 34 of file PHTrackFitting.h.

View newest version in sPHENIX GitHub at line 34 of file PHTrackFitting.h

Member Function Documentation

int PHTrackFitting::GetNodes ( PHCompositeNode topNode)
private

fetch node pointers

Definition at line 57 of file PHTrackFitting.cc.

View newest version in sPHENIX GitHub at line 57 of file PHTrackFitting.cc

References _assoc_container, _cluster_map, _hitsets, _track_map, _track_map_name, _vertex_map, Fun4AllReturnCodes::ABORTEVENT, Fun4AllReturnCodes::EVENT_OK, and PHWHERE.

Referenced by Setup().

+ Here is the caller graph for this function:

int PHTrackFitting::Init ( PHCompositeNode )
overridevirtual

Called during initialization. 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 34 of file PHTrackFitting.cc.

View newest version in sPHENIX GitHub at line 34 of file PHTrackFitting.cc

References Fun4AllReturnCodes::EVENT_OK.

int PHTrackFitting::InitRun ( PHCompositeNode )
overridevirtual

Called for first event when run number is known. Typically this is where you may want to fetch data from database, because you know the run number.

Reimplemented from SubsysReco.

Definition at line 39 of file PHTrackFitting.cc.

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

References Setup().

+ Here is the call graph for this function:

virtual int PHTrackFitting::Process ( )
protectedpure virtual

process event interface for trackers, called in process_event. implemented in derived classes

Referenced by process_event().

+ Here is the caller graph for this function:

int PHTrackFitting::process_event ( PHCompositeNode )
overridevirtual

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

Reimplemented from SubsysReco.

Definition at line 44 of file PHTrackFitting.cc.

View newest version in sPHENIX GitHub at line 44 of file PHTrackFitting.cc

References Process().

+ Here is the call graph for this function:

int PHTrackFitting::Setup ( PHCompositeNode topNode)
protectedvirtual

setup interface for trackers, called in InitRun, setup things like pointers to nodes. overrided in derived classes

Definition at line 49 of file PHTrackFitting.cc.

View newest version in sPHENIX GitHub at line 49 of file PHTrackFitting.cc

References Fun4AllReturnCodes::EVENT_OK, and GetNodes().

Referenced by InitRun().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

AssocInfoContainer* PHTrackFitting::_assoc_container
protected

Definition at line 60 of file PHTrackFitting.h.

View newest version in sPHENIX GitHub at line 60 of file PHTrackFitting.h

Referenced by GetNodes().

TrkrClusterContainer* PHTrackFitting::_cluster_map
protected

Definition at line 56 of file PHTrackFitting.h.

View newest version in sPHENIX GitHub at line 56 of file PHTrackFitting.h

Referenced by GetNodes().

TrkrHitSetContainer* PHTrackFitting::_hitsets = nullptr
protected

Definition at line 57 of file PHTrackFitting.h.

View newest version in sPHENIX GitHub at line 57 of file PHTrackFitting.h

Referenced by GetNodes().

SvtxTrackMap* PHTrackFitting::_track_map
protected

Definition at line 59 of file PHTrackFitting.h.

View newest version in sPHENIX GitHub at line 59 of file PHTrackFitting.h

Referenced by GetNodes().

std::string PHTrackFitting::_track_map_name
protected

Definition at line 62 of file PHTrackFitting.h.

View newest version in sPHENIX GitHub at line 62 of file PHTrackFitting.h

Referenced by GetNodes().

SvtxVertexMap* PHTrackFitting::_vertex_map
protected

Definition at line 58 of file PHTrackFitting.h.

View newest version in sPHENIX GitHub at line 58 of file PHTrackFitting.h

Referenced by GetNodes().


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