![]() |
eventAnalysis
7.0-49-g0ac7482
|
An internal Id and object type for each Reconstruction object. More...
#include <TSFGReconModule.hxx>
Public Types | |
enum | OType_t { kBlank = 0, kVertex, kParticle, kTrack, kShower, kCluster, kHit } |
The reconstruction object type that this internal Id refers to. More... | |
Public Member Functions | |
ObjectId () | |
The default constructor. More... | |
Public Attributes | |
int | id |
An internal Id for each Reconstruction object. More... | |
OType_t | type |
An internal Id and object type for each Reconstruction object.
Definition at line 52 of file TSFGReconModule.hxx.
The reconstruction object type that this internal Id refers to.
Not explicitly stored in output TTree. It's used by FillReconObject to determine which Fill<type>() Method to call.
Enumerator | |
---|---|
kBlank | |
kVertex | |
kParticle | |
kTrack | |
kShower | |
kCluster | |
kHit |
Definition at line 56 of file TSFGReconModule.hxx.
ND::TSFGReconModule::ObjectId::ObjectId | ( | ) |
The default constructor.
Definition at line 73 of file TSFGReconModule.hxx.
int ND::TSFGReconModule::ObjectId::id |
An internal Id for each Reconstruction object.
These Ids are sequential from 0 for each object type within each event and correspond to their position within the respective containers.
Definition at line 70 of file TSFGReconModule.hxx.
Referenced by ND::TSFGReconModule::FillAlgorithmResult(), ND::TSFGReconModule::FillBaseObject(), ND::TSFGReconModule::FillClusterObject(), ND::TSFGReconModule::FillParticleObject(), ND::TSFGReconModule::FillShowerObject(), ND::TSFGReconModule::FillTrackObject(), and ND::TSFGReconModule::FillVertexObject().
OType_t ND::TSFGReconModule::ObjectId::type |
Definition at line 65 of file TSFGReconModule.hxx.
Referenced by ND::TSFGReconModule::FillAlgorithmResult(), ND::TSFGReconModule::FillBaseObject(), ND::TSFGReconModule::FillClusterObject(), ND::TSFGReconModule::FillParticleObject(), ND::TSFGReconModule::FillShowerObject(), ND::TSFGReconModule::FillTrackObject(), and ND::TSFGReconModule::FillVertexObject().