#include <PndDskFLGHit.h>
|
| | PndDskFLGHit () |
| |
| | PndDskFLGHit (Int_t trackID, Int_t detectorID, TVector3 position, TVector3 momentum, Double_t time, Int_t pdgCode, TString pdgName, Double_t energy, Int_t motherTrackID, Int_t motherPdgCode, TString motherPdgName, Double_t mass, Double_t angIn, Double_t thetaC, TVector3 mom_cherenkov_photon, Int_t num_light_guide, Int_t num_pixel) |
| |
| | PndDskFLGHit (Int_t trackID, Int_t detectorID, TVector3 position, TVector3 momentum, Double_t time, Double_t angIn, Double_t thetaC, TVector3 mom_cherenkov_photon, Int_t num_light_guide, Int_t num_pixel) |
| |
| virtual | ~PndDskFLGHit () |
| |
| virtual void | Print (const Option_t *opt) const |
| |
| void | SetFinalValues (TVector3 exitPosition, TVector3 exitMomentum, Double_t exitTime, Double_t exitEnergy) |
| |
| Int_t | GetPdgCode () const |
| |
| TString | GetPdgName () const |
| |
| Double_t | GetEnergy () const |
| |
| Int_t | GetMotherTrackID () const |
| |
| Int_t | GetMotherPdgCode () const |
| |
| TString | GetMotherPdgName () const |
| |
| TVector3 | GetExitPosition () const |
| |
| TVector3 | GetExitMomentum () const |
| |
| Double_t | GetExitTime () const |
| |
| Double_t | GetExitEnergy () const |
| |
| Double_t | GetMass () const |
| |
| Double_t | GetAngIn () const |
| |
| Double_t | GetThetaC () const |
| |
| TVector3 | GetMomPhoton () const |
| |
| Int_t | GetNumLightGuide () const |
| |
| Int_t | GetNumPixel () const |
| |
| void | SetAngIn (Double_t ang) |
| |
| void | SetThetaC (Double_t theta) |
| |
| void | SetNumLightGuide (Int_t i) |
| |
| void | SetNumPixel (Int_t i) |
| |
| void | SetMomPhoton (TVector3 mom) |
| |
Definition at line 11 of file PndDskFLGHit.h.
◆ PndDskFLGHit() [1/3]
| PndDskFLGHit::PndDskFLGHit |
( |
| ) |
|
◆ PndDskFLGHit() [2/3]
| PndDskFLGHit::PndDskFLGHit |
( |
Int_t |
trackID, |
|
|
Int_t |
detectorID, |
|
|
TVector3 |
position, |
|
|
TVector3 |
momentum, |
|
|
Double_t |
time, |
|
|
Int_t |
pdgCode, |
|
|
TString |
pdgName, |
|
|
Double_t |
energy, |
|
|
Int_t |
motherTrackID, |
|
|
Int_t |
motherPdgCode, |
|
|
TString |
motherPdgName, |
|
|
Double_t |
mass, |
|
|
Double_t |
angIn, |
|
|
Double_t |
thetaC, |
|
|
TVector3 |
mom_cherenkov_photon, |
|
|
Int_t |
num_light_guide, |
|
|
Int_t |
num_pixel |
|
) |
| |
Standard constructor with arguments
- Parameters
-
| trackID | Index of MCTrack |
| detectorID | Detector ID where the first hit is produced |
| position | Position of Particle when created [cm] |
| momentum | Momentum of Particle when created [eV] |
| time | Time since event start when created [ns] |
| pdgCode | Particles PDG code |
| pdgName | Particles PDG name according to pdgCode |
| energy | Energy of the Particle when created [GeV] |
| motherTrackID | Track ID of particle that created the Particle |
| motherPdgCode | PDG Code of particle that created the Particle |
| motherPdgName | PDG Name of particle that created the Particle |
◆ PndDskFLGHit() [3/3]
| PndDskFLGHit::PndDskFLGHit |
( |
Int_t |
trackID, |
|
|
Int_t |
detectorID, |
|
|
TVector3 |
position, |
|
|
TVector3 |
momentum, |
|
|
Double_t |
time, |
|
|
Double_t |
angIn, |
|
|
Double_t |
thetaC, |
|
|
TVector3 |
mom_cherenkov_photon, |
|
|
Int_t |
num_light_guide, |
|
|
Int_t |
num_pixel |
|
) |
| |
◆ ~PndDskFLGHit()
| virtual PndDskFLGHit::~PndDskFLGHit |
( |
| ) |
|
|
virtual |
Copy constructor Destructor
◆ GetAngIn()
| Double_t PndDskFLGHit::GetAngIn |
( |
| ) |
const |
|
inline |
◆ GetEnergy()
| Double_t PndDskFLGHit::GetEnergy |
( |
| ) |
const |
|
inline |
◆ GetExitEnergy()
| Double_t PndDskFLGHit::GetExitEnergy |
( |
| ) |
const |
|
inline |
◆ GetExitMomentum()
| TVector3 PndDskFLGHit::GetExitMomentum |
( |
| ) |
const |
|
inline |
◆ GetExitPosition()
| TVector3 PndDskFLGHit::GetExitPosition |
( |
| ) |
const |
|
inline |
◆ GetExitTime()
| Double_t PndDskFLGHit::GetExitTime |
( |
| ) |
const |
|
inline |
◆ GetMass()
| Double_t PndDskFLGHit::GetMass |
( |
| ) |
const |
|
inline |
◆ GetMomPhoton()
| TVector3 PndDskFLGHit::GetMomPhoton |
( |
| ) |
const |
|
inline |
◆ GetMotherPdgCode()
| Int_t PndDskFLGHit::GetMotherPdgCode |
( |
| ) |
const |
|
inline |
◆ GetMotherPdgName()
| TString PndDskFLGHit::GetMotherPdgName |
( |
| ) |
const |
|
inline |
◆ GetMotherTrackID()
| Int_t PndDskFLGHit::GetMotherTrackID |
( |
| ) |
const |
|
inline |
◆ GetNumLightGuide()
| Int_t PndDskFLGHit::GetNumLightGuide |
( |
| ) |
const |
|
inline |
◆ GetNumPixel()
| Int_t PndDskFLGHit::GetNumPixel |
( |
| ) |
const |
|
inline |
◆ GetPdgCode()
| Int_t PndDskFLGHit::GetPdgCode |
( |
| ) |
const |
|
inline |
◆ GetPdgName()
| TString PndDskFLGHit::GetPdgName |
( |
| ) |
const |
|
inline |
◆ GetThetaC()
| Double_t PndDskFLGHit::GetThetaC |
( |
| ) |
const |
|
inline |
◆ Print()
| virtual void PndDskFLGHit::Print |
( |
const Option_t * |
opt | ) |
const |
|
virtual |
Virtual method Print
Screen output of Particle
◆ SetAngIn()
| void PndDskFLGHit::SetAngIn |
( |
Double_t |
ang | ) |
|
|
inline |
◆ SetFinalValues()
| void PndDskFLGHit::SetFinalValues |
( |
TVector3 |
exitPosition, |
|
|
TVector3 |
exitMomentum, |
|
|
Double_t |
exitTime, |
|
|
Double_t |
exitEnergy |
|
) |
| |
Method SetFinalValues
Set the final values for a particle
- Parameters
-
| exitPosition | Position when particle disappears [cm] |
| exitMomentum | Momentum when particle disappears [GeV] |
| exitTime | Time when particle disappears [ns] |
| exitEnergy | Energy when particle disappears [GeV] |
◆ SetMomPhoton()
| void PndDskFLGHit::SetMomPhoton |
( |
TVector3 |
mom | ) |
|
|
inline |
◆ SetNumLightGuide()
| void PndDskFLGHit::SetNumLightGuide |
( |
Int_t |
i | ) |
|
|
inline |
◆ SetNumPixel()
| void PndDskFLGHit::SetNumPixel |
( |
Int_t |
i | ) |
|
|
inline |
◆ SetThetaC()
| void PndDskFLGHit::SetThetaC |
( |
Double_t |
theta | ) |
|
|
inline |
◆ fAngIn
| Double_t PndDskFLGHit::fAngIn |
|
protected |
◆ fEnergy
| Double_t PndDskFLGHit::fEnergy |
|
protected |
◆ fExitEnergy
| Double_t PndDskFLGHit::fExitEnergy |
|
protected |
◆ fExitMomentum
| TVector3 PndDskFLGHit::fExitMomentum |
|
protected |
◆ fExitPosition
| TVector3 PndDskFLGHit::fExitPosition |
|
protected |
◆ fExitTime
| Double_t PndDskFLGHit::fExitTime |
|
protected |
◆ fMass
| Double_t PndDskFLGHit::fMass |
|
protected |
◆ fMom_cherenkov_photon
| TVector3 PndDskFLGHit::fMom_cherenkov_photon |
|
protected |
◆ fMotherPdgCode
| Int_t PndDskFLGHit::fMotherPdgCode |
|
protected |
◆ fMotherPdgName
| TString PndDskFLGHit::fMotherPdgName |
|
protected |
◆ fMotherTrackID
| Int_t PndDskFLGHit::fMotherTrackID |
|
protected |
◆ fNum_light_guide
| Int_t PndDskFLGHit::fNum_light_guide |
|
protected |
◆ fNum_pixel
| Int_t PndDskFLGHit::fNum_pixel |
|
protected |
◆ fPdgCode
| Int_t PndDskFLGHit::fPdgCode |
|
protected |
◆ fPdgName
| TString PndDskFLGHit::fPdgName |
|
protected |
◆ fThetaC
| Double_t PndDskFLGHit::fThetaC |
|
protected |
The documentation for this class was generated from the following file: