8 #ifndef ERGadastLaBrPoint_H 9 #define ERGadastLaBrPoint_H 15 #include "FairMCPoint.h" 42 TVector3 posOut, TVector3 momIn, TVector3 momOut,
43 Double_t tof, Double_t length, Double_t eLoss, Int_t pdg, Int_t cell);
59 Int_t GetMot0TrackID()
const {
return fMot0TrackID; }
60 Double_t GetXIn()
const {
return fX; }
61 Double_t GetYIn()
const {
return fY; }
62 Double_t GetZIn()
const {
return fZ; }
63 Double_t GetXOut()
const {
return fX_out; }
64 Double_t GetYOut()
const {
return fY_out; }
65 Double_t GetZOut()
const {
return fZ_out; }
66 Double_t GetPxOut()
const {
return fPx_out; }
67 Double_t GetPyOut()
const {
return fPy_out; }
68 Double_t GetPzOut()
const {
return fPz_out; }
69 Double_t GetMass()
const {
return fMass; }
70 Int_t GetCell()
const {
return fCell; }
72 void PositionIn(TVector3& pos) { pos.SetXYZ(fX, fY, fZ); }
73 void PositionOut(TVector3& pos) { pos.SetXYZ(fX_out,fY_out,fZ_out); }
74 void MomentumOut(TVector3& mom) { mom.SetXYZ(fPx_out,fPy_out,fPz_out); }
78 Double_t
GetX(Double_t z)
const;
79 Double_t GetY(Double_t z)
const;
86 virtual void Print(
const Option_t* opt = 0)
const;
93 Double32_t fX_out, fY_out, fZ_out;
94 Double32_t fPx_out, fPy_out, fPz_out;
virtual ~ERGadastLaBrPoint()
virtual void Print(const Option_t *opt=0) const
Double_t GetX(Double_t z) const