16 UInt_t
getId()
const {
return m_id; }
64 void setId( UInt_t
id ) { m_id = id; }
68 void setPositionX( Double_t positionX ) { m_xPosition = positionX; }
69 void setPositionY( Double_t positionY ) { m_yPosition = positionY; }
70 void setPositionZ( Double_t positionZ ) { m_zPosition = positionZ; }
71 void setMomentumX( Double_t momentumX ) { m_xMomentum = momentumX; }
72 void setMomentumY( Double_t momentumY ) { m_yMomentum = momentumY; }
73 void setMomentumZ( Double_t momentumZ ) { m_zMomentum = momentumZ; }
87 Int_t m_currentTrackPID;
101 Double_t m_zMomentum;
103 Double_t m_driftDistance;
105 Double_t m_depositEnergy;
109 Double_t m_flightLength;
111 TString m_creatorProcess;