1#ifndef RootEventData_TMdcMc_H
2#define RootEventData_TMdcMc_H 1
17 UInt_t
getId()
const {
return m_id;}
65 void setId(UInt_t
id) {m_id = id ;}
68 m_currentTrackPID = currentTrackPID;}
81 m_creatorProcess = creatorProcess;}
90 Int_t m_currentTrackPID;
100 Double_t m_xMomentum;
102 Double_t m_yMomentum;
104 Double_t m_zMomentum;
106 Double_t m_driftDistance ;
108 Double_t m_depositEnergy;
112 Double_t m_flightLength;
114 TString m_creatorProcess;
void setMomentumX(Double_t momentumX)
Double_t getDepositEnergy() const
Double_t getPositionZ() const
void setCurrentTrackPID(Int_t currentTrackPID)
void setPositionZ(Double_t positionZ)
TString getCreatorProcess() const
void setIsSecondary(Int_t isSecondary)
Double_t getDriftDistance() const
void setDigiIdx(int digiIdx)
Double_t getFlightLength() const
Double_t getMomentumX() const
void setMomentumY(Double_t momentumY)
void setTrackIndex(UInt_t trackIndex)
void setFlightLength(Double_t flightLength)
UInt_t getTrackIndex() const
Double_t getMomentumZ() const
void setDepositEnergy(Double_t depositEnergy)
Int_t getPositionFlag() const
Double_t getPositionX() const
Double_t getIsSecondary() const
void setPositionX(Double_t positionX)
void setCreatorProcess(TString creatorProcess)
void setPositionFlag(Int_t posFlag)
Double_t getPositionY() const
Int_t getCurrentTrackPID() const
void setPositionY(Double_t positionY)
void setDriftDistance(Double_t driftDistance)
Double_t getMomentumY() const
void setMomentumZ(Double_t momentumZ)