9 #ifndef PNDDATA_PNDMCPOINT_H_ 10 #define PNDDATA_PNDMCPOINT_H_ 12 #include <FairMCPoint.h> 19 PndMCPoint(Int_t trackID, Int_t detID, TVector3 pos, TVector3 posOut, TVector3 mom, TVector3 momOut, Double_t tof, Double_t length, Double_t eLoss, UInt_t EventId = 0);
34 TVector3
GetMomentum()
const {
return TVector3(fPx, fPy, fPz); }
void MomentumOut(TVector3 &mom) const
Double_t GetPyOut() const
TVector3 GetMomentumOut() const
Double_t GetPxOut() const
TVector3 GetMeanPosition() const
void SetMomentumOut(TVector3 mom)
TVector3 GetMomentum() const
void PositionOut(TVector3 &pos) const
TVector3 GetPositionOut() const
TVector3 GetPosition() const
Double_t GetPzOut() const
void SetPositionOut(TVector3 pos)