Go to the documentation of this file.
10 #ifndef CBMPIXELHIT_H_
11 #define CBMPIXELHIT_H_
14 #include <RtypesCore.h>
52 Double_t timeError = -1.);
70 Double_t timeError = -1.);
80 virtual std::string
ToString()
const;
void Position(TVector3 &pos) const
Copies hit position to pos.
Double_t fY
X, Y positions of hit [cm].
Double_t fDy
X, Y errors [cm].
void SetPositionError(const TVector3 &dpos)
virtual std::string ToString() const
Inherited from CbmBaseHit.
void SetPosition(const TVector3 &pos)
Sets position of the hit.
Double_t fDxy
XY correlation.
CbmPixelHit()
Default constructor.
void SetDxy(Double_t dxy)
void PositionError(TVector3 &dpos) const
Copies hit position error to pos.