20CbmHit::CbmHit(
HitType _type,
double _z,
double _dz, int32_t _refId, int32_t _address,
double _time,
double _timeError)
28 , fTimeError(_timeError)
40 , fAddress(rhs.fAddress)
42 , fTimeError(rhs.fTimeError)
52 TObject::operator=(rhs);
int32_t fRefId
some reference id (usually to cluster, digi or MC point)
CbmHit()
Default constructor.
void SetMatch(CbmMatch *match)
double fDz
Z position error [cm].
double fZ
Z position of hit [cm].
CbmHit & operator=(const CbmHit &)
CbmMatch * fMatch
Monte-Carlo information.
double fTime
Hit time [ns].
virtual ~CbmHit()
Destructor.
int32_t fAddress
detector unique identifier
double fTimeError
Error of hit time [ns].