12 class TMemberInspector;
33 AtSiPoint(Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Double_t eLoss);
35 AtSiPoint(Int_t trackID, Int_t detID, TVector3 posIn, TVector3 posOut, TVector3 momIn, TVector3 momOut, Double_t tof,
36 Double_t length, Double_t eLoss, TString VolName, Int_t detCopyID, Double_t EIni, Double_t AIni, Int_t A,
43 Double_t
GetXIn()
const {
return fX; }
44 Double_t
GetYIn()
const {
return fY; }
45 Double_t
GetZIn()
const {
return fZ; }
52 void PositionIn(TVector3 &pos) { pos.SetXYZ(fX, fY, fZ); }
57 Double_t
GetX(Double_t z)
const;
58 Double_t
GetY(Double_t z)
const;
65 virtual void Print(
const Option_t *opt)
const;
88 #endif //#ifndef ATSIPOINT_H