22 TVector3 posIn, TVector3 posOut,
23 TVector3 momIn, TVector3 momOut,
24 Double_t tof, Double_t length, Double_t eLoss,
25 Int_t isPrimary, Double_t charge, Int_t pdgId);
34 Double_t
GetXIn()
const {
return fX; }
35 Double_t
GetYIn()
const {
return fY; }
36 Double_t
GetZIn()
const {
return fZ; }
43 void PositionIn(TVector3& pos) { pos.SetXYZ(fX, fY, fZ); }
45 void MomentumIn(TVector3& mom) { mom.SetXYZ(fPx,fPy,fPz); }
59 virtual void Print(
const Option_t* opt)
const;