21 TVector3 posIn, TVector3 posOut,
22 TVector3 momIn, TVector3 momOut,
23 Double_t tof, Double_t length, Double_t eLoss,
24 Int_t isPrimary, Double_t charge, Int_t pdgId);
31 Double_t
GetXIn()
const {
return fX; }
32 Double_t
GetYIn()
const {
return fY; }
33 Double_t
GetZIn()
const {
return fZ; }
40 void PositionIn(TVector3& pos) { pos.SetXYZ(fX, fY, fZ); }
42 void MomentumIn(TVector3& mom) { mom.SetXYZ(fPx,fPy,fPz); }
56 virtual void Print(
const Option_t* opt)
const;