| Method | Return Type | Description |
|
| getEventId | UInt_t | Returns the event identifier |
| getRunId | UInt_t | Returns the run identifier |
| getTimeStamp | Double_t | Returns the time stamp |
| getSourceId | I | Returns the Source Id |
| getSequence | UInt_t | Returns the sequence |
| getSourceName | char* | Returns the actual name of the source for generation |
| getSourceNameAsTString | TString& | Returns source name in a TString&
|
| getMcParticleCount | UInt_t | Reports the number of McParticles stored in the collection |
| getMcParticle(UInt_t index) | McParticle* | Retrieves an McParticle pointer from the collection, using the index |
| getMcParticleCol | TObjArray | Returns the full TObjArray containing all McParticles |
| getMcPositionHit(UInt_t index) | McPositionHit* | Returns a McPositionHit pointer corresponding to the index
|
| getMcPositionHintCount | UInt_t | Returns the number of McPositionHits stored in the collection |
| getMcPositionHitCol | TObjArray* | Returns the full TObjArray containing all McPositionHits |
| getMcTkrStrip(UInt_t index) | McTkrStrip* | Returns a McTkrStrip pointer corresponding to the index |
| getMcTkrStripCount | UInt_t | Returns the number of McTkrStrips in the collection |
| getMcTkrStripCol | TObjArray* | Returns the full TObjArray collection of McTkrStrips
|
| getMcIntegratingHit(UInt_t index) | McIntegratingHit* | Returns the McIntegratingHit pointer corresponding to the index |
| getIntegratingHitCount | UInt_t | Returns the number of McIntegratingHits in the collection |
| getMcIntegrationHitCol | TObjArray* | Returns the TObjArray* collection containing McIntegratingHits
|
| getMcTracjectory(UInt_t index) | McTrajectory* | Returns the McTrajectory pointer corresponding to index |
| getMcTrajectoryCount | UInt_t | Returns the number of McTrajectories in the collection |
| getMcTrajectoryCol | TObjArray* | Returns the TObjArray* collection of McTrajectories
|
| Method | Return Type | Description |
|
| getParticleId | Int_t | Returns the particle identifier |
| getParticleProperty | Int_t | Returns the status flags |
| getStatusFlags | Int_t> | Returns the status flags |
| primaryParticle | Bool_t | Returns flag denoting if this is a primary particle (true) or not (false) |
| getProcess | std::string& | Returns the name of the process that produced this McParticle |
| getInitialPosition | const TVector3& | Returns the initial position |
| getFinalPosition | const TVector3& | Returns the final position |
| getInitialFourMomentum | const TLorentzVector& | Initial momentum |
| getFinalFourMomentum | const TLorentzVector& | Final momentum |
| getMother | const McParticle* | Returns pointer to the mother McParticle |
| getDaughter(UInt_t index) | const McParticle* | Returns a pointer to the daughter McParticle identified by index |
| getDaugtherList | const TRefArray& | Returns the full array of daughter particles
|