50 BmnSsdPoint(Int_t trackID, Int_t detID, TVector3 posIn,
51 TVector3 posOut, TVector3 momIn, TVector3 momOut,
52 Double_t tof, Double_t length, Double_t eLoss,
53 Int_t pid = 0, Int_t eventId = 0, Int_t index = 0,
65 Double_t eventTime = 0.,
66 Double_t epochTime = 0.);
74 Double_t
GetXIn()
const {
return fX; }
75 Double_t
GetYIn()
const {
return fY; }
76 Double_t
GetZIn()
const {
return fZ; }
88 void PositionIn(TVector3& pos) { pos.SetXYZ(fX, fY, fZ); }
94 Double_t
GetX(Double_t z)
const;
95 Double_t
GetY(Double_t z)
const;
107 FairMCPoint::SetTrackID(
id);