FairRoot/PandaRoot
|
#include <PndDiscSensorMCPoint.h>
Public Member Functions | |
PndDiscSensorMCPoint () | |
PndDiscSensorMCPoint (Int_t track_id, Int_t det_id, Int_t volume_id, Double_t const &internal_reflection_angle, TVector3 const &pos_in, TVector3 const &mom_in, Double_t const &total_tof, Double_t const &total_length, Double_t const &energy_loss, Double_t const &track_start_time) | |
virtual | ~PndDiscSensorMCPoint () |
virtual void | Print (const Option_t *opt=0) const |
const Double_t & | GetTotalReflectionAngle () |
FairMCPoint forces the implementation. More... | |
Double_t | ComputeWavelenght () |
Double_t | ComputeTrackTof () |
Public Attributes | |
Int_t | volume_id |
Double_t | internal_reflection_angle |
Double_t | track_start_time |
Int_t | my_track_id |
TVector3 | photon_entering_pos |
TVector3 | photon_entering_momentum |
Definition at line 20 of file PndDiscSensorMCPoint.h.
PndDiscSensorMCPoint::PndDiscSensorMCPoint | ( | ) |
Definition at line 16 of file PndDiscSensorMCPoint.cxx.
PndDiscSensorMCPoint::PndDiscSensorMCPoint | ( | Int_t | track_id, |
Int_t | det_id, | ||
Int_t | volume_id, | ||
Double_t const & | internal_reflection_angle, | ||
TVector3 const & | pos_in, | ||
TVector3 const & | mom_in, | ||
Double_t const & | total_tof, | ||
Double_t const & | total_length, | ||
Double_t const & | energy_loss, | ||
Double_t const & | track_start_time | ||
) |
Definition at line 27 of file PndDiscSensorMCPoint.cxx.
|
virtual |
Definition at line 40 of file PndDiscSensorMCPoint.cxx.
|
inline |
Definition at line 43 of file PndDiscSensorMCPoint.h.
References track_start_time.
|
inline |
|
inline |
FairMCPoint forces the implementation.
Definition at line 41 of file PndDiscSensorMCPoint.h.
References internal_reflection_angle.
Referenced by PndDiscTaskDigitization::Exec().
|
virtual |
Definition at line 43 of file PndDiscSensorMCPoint.cxx.
References fX, fY, fZ, internal_reflection_angle, and volume_id.
Double_t PndDiscSensorMCPoint::internal_reflection_angle |
Definition at line 46 of file PndDiscSensorMCPoint.h.
Referenced by GetTotalReflectionAngle(), and Print().
Int_t PndDiscSensorMCPoint::my_track_id |
Definition at line 48 of file PndDiscSensorMCPoint.h.
TVector3 PndDiscSensorMCPoint::photon_entering_momentum |
Definition at line 51 of file PndDiscSensorMCPoint.h.
Referenced by PndDisc::ProcessHits().
TVector3 PndDiscSensorMCPoint::photon_entering_pos |
Definition at line 50 of file PndDiscSensorMCPoint.h.
Referenced by PndDisc::ProcessHits().
Double_t PndDiscSensorMCPoint::track_start_time |
Definition at line 47 of file PndDiscSensorMCPoint.h.
Referenced by ComputeTrackTof().
Int_t PndDiscSensorMCPoint::volume_id |
Definition at line 45 of file PndDiscSensorMCPoint.h.
Referenced by Print().