1#ifndef DigiRootData_TMcHitMdc_H
2#define DigiRootData_TMcHitMdc_H 1
19 void SetEdep (Double_t de) { edep = de; };
20 void SetPos (TVector3 xyz){ pos = xyz; };
21 void SetDriftD (Double_t distance){ driftD = distance;};
24 void SetTheta (Double_t angle) { theta = angle;};
31 Double_t
GetEdep()
const {
return edep; };
32 TVector3
GetPos()
const {
return pos; };
void SetDriftT(Double_t time)
void SetDriftD(Double_t distance)
Double_t GetTheta() const
Double_t GetGlobalT() const
Double_t GetDriftT() const
Double_t GetEnterAngle() const
void SetPosFlag(Int_t flag)
Double_t GetDriftD() const
void SetGlobalT(Double_t time)
void SetTheta(Double_t angle)
void SetCellNo(Int_t cell)
void SetEnterAngle(Double_t angle)
void SetPos(TVector3 xyz)
void SetTrackID(Int_t track)
void SetEdep(Double_t de)
void SetLayerNo(Int_t layer)