4#include "FairMCPoint.h"
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;
void SetModule(Int_t module_num)
Double_t GetPzOut() const
void SetStation(Int_t station_num)
void PositionOut(TVector3 &pos)
void PositionIn(TVector3 &pos)
BmnVSPPoint(const BmnVSPPoint &point)
Double_t GetPxOut() const
virtual void Print(const Option_t *opt) const
void MomentumOut(TVector3 &mom)
Double_t GetPyOut() const
BmnVSPPoint(Int_t trackID, Int_t detID, TVector3 posIn, TVector3 posOut, TVector3 momIn, TVector3 momOut, Double_t tof, Double_t length, Double_t eLoss, Int_t isPrimary, Double_t charge, Int_t pdgId)
void MomentumIn(TVector3 &mom)