1#ifndef DigiRootData_TMcHitMdc_H
2#define DigiRootData_TMcHitMdc_H 1
18 void SetEdep( Double_t de ) { edep = de; };
19 void SetPos( TVector3 xyz ) { pos = xyz; };
20 void SetDriftD( Double_t distance ) { driftD = distance; };
23 void SetTheta( Double_t angle ) { theta = angle; };
30 Double_t
GetEdep()
const {
return edep; };
31 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)