46 CbmStsPoint(Int_t trackID, Int_t detID, TVector3 posIn,
47 TVector3 posOut, TVector3 momIn, TVector3 momOut,
48 Double_t tof, Double_t length, Double_t eLoss,
60 Double_t eventTime = 0.,
61 Double_t epochTime = 0.);
69 Double_t
GetXIn()
const {
return fX; }
70 Double_t
GetYIn()
const {
return fY; }
71 Double_t
GetZIn()
const {
return fZ; }
78 void PositionIn(TVector3& pos) { pos.SetXYZ(fX, fY, fZ); }
86 Double_t
GetX(Double_t z)
const;
87 Double_t
GetY(Double_t z)
const;
99 FairMCPoint::SetTrackID(
id);
105 virtual void Print(
const Option_t* opt =
"")
const { }