FairRoot/PandaRoot
|
#include <PndDiscParticleMCPoint.h>
Public Member Functions | |
PndDiscParticleMCPoint () | |
PndDiscParticleMCPoint (Int_t track_id, Int_t det_id, Int_t volume_id, TVector3 pos_in, TVector3 mom_in, TVector3 pos_out, TVector3 mom_out, Double_t total_tof, Double_t total_length, Double_t energy_loss, Double_t charge, Double_t mass, Int_t pdgcode, Bool_t pos_in_inside, Bool_t is_primary) | |
virtual | ~PndDiscParticleMCPoint () |
virtual void | Print (const Option_t *opt=0) const |
Public Attributes | |
Int_t | volume_id |
FairMCPoint forces the implementation. More... | |
TVector3 | pos_out |
TVector3 | mom_out |
Double_t | charge |
Double_t | mass |
Int_t | pdgCode |
Bool_t | pos_in_inside |
Bool_t | is_primary |
Double_t | my_energy_loss |
Definition at line 15 of file PndDiscParticleMCPoint.h.
PndDiscParticleMCPoint::PndDiscParticleMCPoint | ( | ) |
PndDiscParticleMCPoint::PndDiscParticleMCPoint | ( | Int_t | track_id, |
Int_t | det_id, | ||
Int_t | volume_id, | ||
TVector3 | pos_in, | ||
TVector3 | mom_in, | ||
TVector3 | pos_out, | ||
TVector3 | mom_out, | ||
Double_t | total_tof, | ||
Double_t | total_length, | ||
Double_t | energy_loss, | ||
Double_t | charge, | ||
Double_t | mass, | ||
Int_t | pdgcode, | ||
Bool_t | pos_in_inside, | ||
Bool_t | is_primary | ||
) |
Definition at line 35 of file PndDiscParticleMCPoint.cxx.
|
virtual |
Definition at line 50 of file PndDiscParticleMCPoint.cxx.
|
virtual |
Definition at line 53 of file PndDiscParticleMCPoint.cxx.
References charge, fX, fY, fZ, is_primary, mass, mom_out, pdgCode, pos_in_inside, pos_out, and volume_id.
Double_t PndDiscParticleMCPoint::charge |
Definition at line 48 of file PndDiscParticleMCPoint.h.
Referenced by Print().
Bool_t PndDiscParticleMCPoint::is_primary |
Definition at line 52 of file PndDiscParticleMCPoint.h.
Referenced by PndDiscTaskDigitization::Exec(), Print(), and PndDisc::ProcessHits().
Double_t PndDiscParticleMCPoint::mass |
Definition at line 49 of file PndDiscParticleMCPoint.h.
Referenced by Print().
TVector3 PndDiscParticleMCPoint::mom_out |
Definition at line 47 of file PndDiscParticleMCPoint.h.
Referenced by Print(), and PndDisc::ProcessHits().
Double_t PndDiscParticleMCPoint::my_energy_loss |
Definition at line 54 of file PndDiscParticleMCPoint.h.
Int_t PndDiscParticleMCPoint::pdgCode |
Definition at line 50 of file PndDiscParticleMCPoint.h.
Referenced by Print().
Bool_t PndDiscParticleMCPoint::pos_in_inside |
Definition at line 51 of file PndDiscParticleMCPoint.h.
Referenced by PndDiscTaskDigitization::Exec(), and Print().
TVector3 PndDiscParticleMCPoint::pos_out |
Definition at line 46 of file PndDiscParticleMCPoint.h.
Referenced by Print(), and PndDisc::ProcessHits().
Int_t PndDiscParticleMCPoint::volume_id |
FairMCPoint forces the implementation.
Definition at line 45 of file PndDiscParticleMCPoint.h.
Referenced by Print(), and PndDisc::ProcessHits().