#include <PndDiscSensorMCPoint.h>
Definition at line 17 of file PndDiscSensorMCPoint.h.
◆ PndDiscSensorMCPoint() [1/2]
PndDiscSensorMCPoint::PndDiscSensorMCPoint |
( |
| ) |
|
◆ PndDiscSensorMCPoint() [2/2]
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 |
|
) |
| |
◆ ~PndDiscSensorMCPoint()
virtual PndDiscSensorMCPoint::~PndDiscSensorMCPoint |
( |
| ) |
|
|
virtual |
◆ ComputeTrackTof()
Double_t PndDiscSensorMCPoint::ComputeTrackTof |
( |
| ) |
|
|
inline |
◆ ComputeWavelenght()
Double_t PndDiscSensorMCPoint::ComputeWavelenght |
( |
| ) |
|
|
inline |
Definition at line 38 of file PndDiscSensorMCPoint.h.
References sqrt().
38 {
return 1.239841939E-6 /
sqrt(fPx * fPx + fPy * fPy + fPz * fPz); }
friend F32vec4 sqrt(const F32vec4 &a)
◆ GetTotalReflectionAngle()
const Double_t& PndDiscSensorMCPoint::GetTotalReflectionAngle |
( |
| ) |
|
|
inline |
◆ Print()
virtual void PndDiscSensorMCPoint::Print |
( |
const Option_t * |
opt = nullptr | ) |
const |
|
virtual |
◆ internal_reflection_angle
Double_t PndDiscSensorMCPoint::internal_reflection_angle |
◆ my_track_id
Int_t PndDiscSensorMCPoint::my_track_id |
◆ photon_entering_momentum
TVector3 PndDiscSensorMCPoint::photon_entering_momentum |
◆ photon_entering_pos
TVector3 PndDiscSensorMCPoint::photon_entering_pos |
◆ track_start_time
Double_t PndDiscSensorMCPoint::track_start_time |
◆ volume_id
Int_t PndDiscSensorMCPoint::volume_id |
The documentation for this class was generated from the following file: