FairRoot/PandaRoot
|
#include <PndDrcPhotonInfo.h>
Public Member Functions | |
PndDrcPhotonInfo () | |
~PndDrcPhotonInfo () | |
void | SetHitTime (Double_t val) |
void | SetReflected (Bool_t val) |
void | SetEvReflections (Int_t val) |
void | SetMcPrimeMomentumInBar (TVector3 val) |
void | SetMcCherenkovInBar (Double_t val) |
void | AddAmbiguity (PndDrcAmbiguityInfo ambiguity) |
Double_t | GetHitTime () |
Bool_t | GetReflected () |
Int_t | GetEvReflections () |
Int_t | GetAmbiguitySize () |
PndDrcAmbiguityInfo | GetAmbiguity (Int_t id) |
TVector3 | GetMcPrimeMomentumInBar () |
Double_t | GetMcCherenkovInBar () |
Protected Attributes | |
std::vector< PndDrcAmbiguityInfo > | fAmbiguityArray |
Int_t | fAmbiguitySize |
Double_t | fHitTime |
Bool_t | fReflected |
Int_t | fEvReflections |
TVector3 | fMcPrimeMomentumInBar |
Double_t | fMcCherenkovInBar |
Definition at line 19 of file PndDrcPhotonInfo.h.
PndDrcPhotonInfo::PndDrcPhotonInfo | ( | ) |
Definition at line 13 of file PndDrcPhotonInfo.cxx.
PndDrcPhotonInfo::~PndDrcPhotonInfo | ( | ) |
Definition at line 19 of file PndDrcPhotonInfo.cxx.
void PndDrcPhotonInfo::AddAmbiguity | ( | PndDrcAmbiguityInfo | ambiguity | ) |
Definition at line 28 of file PndDrcPhotonInfo.cxx.
References fAmbiguityArray, and fAmbiguitySize.
Referenced by PndDrcLutReco::FillAmbiguities().
|
inline |
Definition at line 47 of file PndDrcPhotonInfo.h.
References fAmbiguityArray.
|
inline |
|
inline |
|
inline |
Definition at line 42 of file PndDrcPhotonInfo.h.
References fHitTime.
Referenced by PndDrcLutReco::FillAmbiguities().
|
inline |
|
inline |
Definition at line 48 of file PndDrcPhotonInfo.h.
References fMcPrimeMomentumInBar.
Referenced by PndDrcLutReco::FillAmbiguities().
|
inline |
Definition at line 43 of file PndDrcPhotonInfo.h.
References fReflected.
Referenced by PndDrcLutReco::FillAmbiguities().
|
inline |
Definition at line 35 of file PndDrcPhotonInfo.h.
References fEvReflections, and val.
Referenced by PndDrcLutReco::DetermineCherenkov().
|
inline |
Definition at line 33 of file PndDrcPhotonInfo.h.
Referenced by PndDrcLutReco::DetermineCherenkov().
|
inline |
|
inline |
Definition at line 36 of file PndDrcPhotonInfo.h.
References fMcPrimeMomentumInBar, and val.
Referenced by PndDrcLutReco::DetermineCherenkov().
|
inline |
Definition at line 34 of file PndDrcPhotonInfo.h.
References fReflected, and val.
Referenced by PndDrcLutReco::DetermineCherenkov().
|
protected |
Definition at line 53 of file PndDrcPhotonInfo.h.
Referenced by AddAmbiguity(), and GetAmbiguity().
|
protected |
Definition at line 54 of file PndDrcPhotonInfo.h.
Referenced by AddAmbiguity(), and GetAmbiguitySize().
|
protected |
Definition at line 58 of file PndDrcPhotonInfo.h.
Referenced by GetEvReflections(), and SetEvReflections().
|
protected |
Definition at line 56 of file PndDrcPhotonInfo.h.
Referenced by GetHitTime(), and SetHitTime().
|
protected |
Definition at line 60 of file PndDrcPhotonInfo.h.
Referenced by GetMcCherenkovInBar(), and SetMcCherenkovInBar().
|
protected |
Definition at line 59 of file PndDrcPhotonInfo.h.
Referenced by GetMcPrimeMomentumInBar(), and SetMcPrimeMomentumInBar().
|
protected |
Definition at line 57 of file PndDrcPhotonInfo.h.
Referenced by GetReflected(), and SetReflected().