FairRoot/PandaRoot
|
#include <PndDrcTrackInfo.h>
Public Member Functions | |
PndDrcTrackInfo () | |
~PndDrcTrackInfo () | |
void | SetMcPdg (Int_t val) |
void | SetMcMomentum (TVector3 val) |
void | SetMcMomentumInBar (TVector3 val) |
void | SetMcPositionInBar (TVector3 val) |
void | SetMcCherenkov (Double_t val) |
void | SetMcTimeInBar (Double_t val) |
void | SetPdg (Int_t val) |
void | SetMomentum (TVector3 val) |
void | SetCherenkov (Double_t val) |
void | AddPhoton (PndDrcPhotonInfo photon) |
Int_t | GetMcPdg () |
TVector3 | GetMcMomentum () |
TVector3 | GetMcMomentumInBar () |
TVector3 | GetMcPositionInBar () |
Double_t | GetMcCherenkov () |
Double_t | GetMcTimeInBar () |
Int_t | GetPdg () |
TVector3 | GetMomentum () |
Double_t | GetCherenkov () |
Int_t | GetPhotonSize () |
PndDrcPhotonInfo | GetPhoton (Int_t id) |
Protected Attributes | |
std::vector< PndDrcPhotonInfo > | fPhotonArray |
Int_t | fPhotonSize |
Int_t | fMcPdg |
TVector3 | fMcMomentum |
TVector3 | fMcMomentumInBar |
TVector3 | fMcPositionInBar |
Double_t | fMcCherenkov |
Double_t | fMcTimeInBar |
Int_t | fPdg |
TVector3 | fMomentum |
Double_t | fCherenkov |
Definition at line 18 of file PndDrcTrackInfo.h.
PndDrcTrackInfo::PndDrcTrackInfo | ( | ) |
PndDrcTrackInfo::~PndDrcTrackInfo | ( | ) |
Definition at line 29 of file PndDrcTrackInfo.cxx.
void PndDrcTrackInfo::AddPhoton | ( | PndDrcPhotonInfo | photon | ) |
Definition at line 37 of file PndDrcTrackInfo.cxx.
References fPhotonArray, and fPhotonSize.
Referenced by PndDrcLutReco::DetermineCherenkov().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 48 of file PndDrcTrackInfo.h.
References fMcMomentumInBar.
Referenced by PndDrcLutReco::DetermineCherenkov().
|
inline |
|
inline |
Definition at line 49 of file PndDrcTrackInfo.h.
References fMcPositionInBar.
Referenced by PndDrcLutReco::DetermineCherenkov().
|
inline |
Definition at line 51 of file PndDrcTrackInfo.h.
References fMcTimeInBar.
Referenced by PndDrcLutReco::DetermineCherenkov().
|
inline |
|
inline |
|
inline |
Definition at line 58 of file PndDrcTrackInfo.h.
References fPhotonArray.
|
inline |
|
inline |
Definition at line 41 of file PndDrcTrackInfo.h.
References fCherenkov, and val.
Referenced by PndDrcLutReco::DetermineCherenkov().
|
inline |
Definition at line 36 of file PndDrcTrackInfo.h.
References fMcCherenkov, and val.
Referenced by PndDrcLutReco::LoopOverMcTracks().
|
inline |
Definition at line 33 of file PndDrcTrackInfo.h.
References fMcMomentum, and val.
Referenced by PndDrcLutReco::LoopOverMcTracks().
|
inline |
Definition at line 34 of file PndDrcTrackInfo.h.
References fMcMomentumInBar, and val.
Referenced by PndDrcLutReco::LoopOverMcTracks().
|
inline |
|
inline |
Definition at line 35 of file PndDrcTrackInfo.h.
References fMcPositionInBar, and val.
Referenced by PndDrcLutReco::LoopOverMcTracks().
|
inline |
Definition at line 37 of file PndDrcTrackInfo.h.
References fMcTimeInBar, and val.
Referenced by PndDrcLutReco::LoopOverMcTracks().
|
inline |
|
inline |
|
protected |
Definition at line 74 of file PndDrcTrackInfo.h.
Referenced by GetCherenkov(), and SetCherenkov().
|
protected |
Definition at line 69 of file PndDrcTrackInfo.h.
Referenced by GetMcCherenkov(), and SetMcCherenkov().
|
protected |
Definition at line 66 of file PndDrcTrackInfo.h.
Referenced by GetMcMomentum(), and SetMcMomentum().
|
protected |
Definition at line 67 of file PndDrcTrackInfo.h.
Referenced by GetMcMomentumInBar(), and SetMcMomentumInBar().
|
protected |
Definition at line 65 of file PndDrcTrackInfo.h.
Referenced by GetMcPdg(), and SetMcPdg().
|
protected |
Definition at line 68 of file PndDrcTrackInfo.h.
Referenced by GetMcPositionInBar(), and SetMcPositionInBar().
|
protected |
Definition at line 70 of file PndDrcTrackInfo.h.
Referenced by GetMcTimeInBar(), and SetMcTimeInBar().
|
protected |
Definition at line 73 of file PndDrcTrackInfo.h.
Referenced by GetMomentum(), and SetMomentum().
|
protected |
Definition at line 72 of file PndDrcTrackInfo.h.
|
protected |
Definition at line 62 of file PndDrcTrackInfo.h.
Referenced by AddPhoton(), and GetPhoton().
|
protected |
Definition at line 63 of file PndDrcTrackInfo.h.
Referenced by AddPhoton(), and GetPhotonSize().