27 CbmTofHit(Int_t address, TVector3 pos, TVector3 dpos, Int_t refIndex, Double_t tof, Int_t flag, Int_t channel);
32 CbmTofHit(Int_t address, TVector3 pos, TVector3 dpos, Int_t refIndex, Double_t tof, Int_t flag);
37 CbmTofHit(Int_t address, TVector3 pos, TVector3 dpos, Int_t refIndex, Double_t tof);
57 Double_t
GetTime()
const {
return fTime; }
58 Int_t
GetCh()
const {
return fChannel; }
61 void SetTime(Double_t time) { fTime = time; };
void SetTime(Double_t time)
CbmTofHit(Int_t address, TVector3 pos, TVector3 dpos, Int_t refIndex, Double_t tof)
Constructor with hit parameters (2) [not the flag].
virtual string ToString() const
Inherited from CbmBaseHit.
virtual ~CbmTofHit()
Destructor.
CbmTofHit(Int_t address, TVector3 pos, TVector3 dpos, Int_t refIndex, Double_t tof, Int_t flag)
Constructor with hit parameters (1).
void SetType(HitType_o type)
Int_t GetPlaneId() const
Inherited from CbmBaseHit.
CbmTofHit(Int_t address, TVector3 pos, TVector3 dpos, Int_t refIndex, Double_t tof, Int_t flag, Int_t channel)
Constructor with hit parameters (1a).
CbmTofHit()
Default constructor.