9 #include "FairMCPoint.h" 30 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,
31 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);
33 PndDskFLGHit(Int_t trackID, Int_t detectorID, TVector3 position, TVector3 momentum, Double_t time, Double_t angIn, Double_t thetaC, TVector3 mom_cherenkov_photon,
34 Int_t num_light_guide, Int_t num_pixel);
46 virtual void Print(
const Option_t *opt)
const;
56 void SetFinalValues(TVector3 exitPosition, TVector3 exitMomentum, Double_t exitTime, Double_t exitEnergy);
108 #endif // PNDDSKFLGHIT_H Double_t GetExitEnergy() const
Double_t GetAngIn() const
Double_t GetExitTime() const
Int_t GetMotherTrackID() const
Int_t GetMotherPdgCode() const
Int_t GetNumLightGuide() const
Double_t fExitTime
Time when particle disappears [ns].
Double_t GetEnergy() const
Int_t fMotherTrackID
Track ID of the first mother.
Double_t fEnergy
Energy [GeV].
void SetMomPhoton(TVector3 mom)
TString fPdgName
PDG name according to fPdgCode.
void SetNumPixel(Int_t i)
Int_t GetNumPixel() const
TString GetPdgName() const
TVector3 fExitMomentum
Momentum when particle disappears [GeV].
TVector3 GetExitPosition() const
Double_t GetThetaC() const
TVector3 fExitPosition
Position when particle disappears [cm].
void SetNumLightGuide(Int_t i)
Int_t fPdgCode
PDG code of particle.
TVector3 GetExitMomentum() const
void SetFinalValues(TVector3 exitPosition, TVector3 exitMomentum, Double_t exitTime, Double_t exitEnergy)
TVector3 fMom_cherenkov_photon
void SetThetaC(Double_t theta)
TString GetMotherPdgName() const
TString fMotherPdgName
PDG name according to fMotherPdgCode.
Double_t fExitEnergy
Energy when particle disappears [GeV].
void SetAngIn(Double_t ang)
virtual void Print(const Option_t *opt) const
TVector3 GetMomPhoton() const
Int_t fMotherPdgCode
PDG code of the particle with fMotherTrackID.