51 Double_t timeError = -1.
71 Double_t timeError = -1.
82 virtual std::string
ToString()
const;
85 Double_t
GetX()
const {
return fX; }
86 Double_t
GetY()
const {
return fY; }
87 Double_t
GetDx()
const {
return fDx; }
88 Double_t
GetDy()
const {
return fDy; }
89 Double_t
GetDxy()
const {
return fDxy; }
104 void SetX(Double_t x) { fX = x; }
105 void SetY(Double_t y) {fY = y;}
BmnPixelHit()
Default constructor.
void SetDxy(Double_t dxy)
void SetPositionError(const TVector3 &dpos)
virtual std::string ToString() const
Inherited from BmnBaseHit.
void Position(TVector3 &pos) const
Copies hit position to pos.
void SetPosition(const TVector3 &pos)
Sets position of the hit.
void PositionError(TVector3 &dpos) const
Copies hit position error to pos.