36 TVector3 mom_in_, TVector3 pos_out_, TVector3 mom_out_,
41 : FairMCPoint(track_id_, det_id_, pos_in_, mom_in_, total_tof_, total_length_, energy_loss_),
42 volume_id(volume_id_), pos_out(pos_out_), mom_out(mom_out_), charge(charge_), mass(mass_),
43 pdgCode(pdgCode_), pos_in_inside(pos_in_inside_),
44 is_primary(is_primary_), my_energy_loss(energy_loss_)
55 std::cout <<
"-I- PndDiscParticleMCPoint"
56 <<
" fTrackID " << fTrackID << std::endl
57 <<
" fDetectorID " << fDetectorID << std::endl
58 <<
" Position in " <<
fX <<
"; " <<
fY <<
"; " <<
fZ << std::endl
59 <<
" Momentum in " << fPx <<
"; " << fPy <<
"; " << fPz << std::endl
62 <<
" fTime " << fTime << std::endl
63 <<
" Length " << fLength << std::endl
64 <<
" fELoss " << fELoss << std::endl
65 <<
" volume_id " <<
volume_id << std::endl
66 <<
" charge " <<
charge << std::endl
67 <<
" mass " <<
mass << std::endl
68 <<
" pdgCode " <<
pdgCode << std::endl
71 <<
" Option is " << opt << std::endl
Int_t volume_id
FairMCPoint forces the implementation.
virtual ~PndDiscParticleMCPoint()
virtual void Print(const Option_t *opt=0) const