10 #ifndef ActarSimSimpleTrack_h    11 #define ActarSimSimpleTrack_h 1 Double_t GetParticleCharge()
 
void SetEventID(Int_t ev)
 
void SetParentTrackID(Int_t pt)
 
void SetParticleID(Int_t piD)
 
void SetTimePre(Double_t te)
 
Double_t xPre
Coordinate X of the preStepPoint for the first step in the stride. 
 
void Reset(void)
Clearing to defaults. 
 
Double_t GetEnergyStride()
 
void SetStrideOrdinal(Int_t num)
 
Double_t strideLength
Stride length (sum over all steps length) 
 
void SetParticleCharge(Double_t parcha)
 
Double_t particleCharge
Particle charge. 
 
void SetYPre(Double_t yc)
 
void SetEnergyStride(Double_t energy)
 
void SetNumberSteps(Int_t num)
 
Int_t strideOrdinal
Stride order. 
 
Double_t particleEnergy
Particle energy before the step and thus before the stride. 
 
Int_t particleID
Particle ID. 
 
void SetTimePost(Double_t te)
 
Int_t numberSteps
Number of steps in the stride. 
 
Double_t zPost
Coordinate Z of the postStepPoint for the last step in the stride. 
 
Double_t particleMass
Particle mass. 
 
Double_t yPost
Coordinate Y of the postStepPoint for the last step in the stride. 
 
Double_t timePre
Time of preStepPoint for the first step in the stride. 
 
Double_t energyStride
Total energy on the stride (sum over all steps) 
 
Int_t parentTrackID
Parent Track ID. 
 
Double_t timePost
Time of postStepPoint for the last step in the stride. 
 
void SetParticleEnergy(Double_t penergy)
 
void SetStrideLength(Double_t len)
 
void SetZPost(Double_t zc)
 
void SetParticleMass(Double_t pm)
 
~ActarSimSimpleTrack()
Destructor. Makes nothing. 
 
Double_t yPre
Coordinate Y of the preStepPoint for the first step in the stride. 
 
void SetTrackID(Int_t track)
 
void SetXPost(Double_t xc)
 
Double_t xPost
Coordinate X of the postStepPoint for the last step in the stride. 
 
void SetYPost(Double_t yc)
 
Double_t zPre
Coordinate Z of the preStepPoint for the first step in the stride. 
 
Double_t GetParticleMass()
 
void SetZPre(Double_t zc)
 
Double_t GetStrideLength()
 
ActarSimSimpleTrack & operator=(const ActarSimSimpleTrack &right)
Overloading the copy operator... 
 
void SetXPre(Double_t xc)
 
Double_t GetParticleEnergy()