FairRoot/PandaRoot
Public Member Functions | Protected Attributes | List of all members
PndDrcLutInfo Class Reference

#include <PndDrcLutInfo.h>

Inheritance diagram for PndDrcLutInfo:

Public Member Functions

 PndDrcLutInfo ()
 
void AddAngle (Double_t val)
 
void AddPixelEnd (Double_t val)
 
void AddTime (Double_t val)
 
void AddTime (Double_t val, Bool_t ref)
 
void AddLutTime (Double_t val, Bool_t ref)
 
void AddPath (Double_t val)
 
void AddChDiff (Double_t val)
 
void AddNOfBounces (Double_t val)
 
void AddNOfEVReflections (Int_t val)
 
void AddLambda (Double_t val)
 
void AddTruePath (Double_t val)
 
void AddHitTime (Double_t val)
 
void SetChPartDir (TVector3 val)
 
void SetChPartDirInBar (TVector3 val)
 
void SetChPartDirInBar2 (TVector3 val)
 
void SetChPartPdg (Int_t val)
 
void SetCherenkovMC (Double_t val)
 
void SetCherenkovReal (Double_t val)
 
Int_t AngleEntries ()
 
Int_t PixelEntries ()
 
Int_t TimeEntries ()
 
Int_t PathEntries ()
 
Int_t ChDiffEntries ()
 
Int_t NOfBouncesEntries ()
 
Int_t NOfEVReflectionEntries ()
 
Int_t NOfLambdas ()
 
Int_t NOfTruePaths ()
 
Int_t NOfHitTimes ()
 
TVector3 GetChPartDir ()
 
TVector3 GetChPartDirInBar ()
 
TVector3 GetChPartDirInBar2 ()
 
Int_t GetChPartPdg ()
 
Double_t GetCherenkovMC ()
 
Double_t GetCherenkovReal ()
 
Double_t GetAngle (Int_t entry)
 
Int_t GetPixelEnd (Int_t entry)
 
Double_t GetChDiff (Int_t entry)
 
Int_t GetNOfBounces (Int_t entry)
 
Int_t GetNOfEVReflections (Int_t entry)
 
Double_t GetTime (Int_t entry)
 
Double_t GetLutTime (Int_t entry)
 
Double_t GetLambda (Int_t entry)
 
Double_t GetHitTime (Int_t entry)
 
Double_t GetTruePath (Int_t entry)
 
Double_t GetPath (Int_t entry)
 
Bool_t GetReflected (Int_t entry)
 
Bool_t GetLutReflected (Int_t entry)
 

Protected Attributes

Int_t fAnglesSize
 
Int_t fPixelSize
 
Int_t fTimesSize
 
Int_t fLutTimesSize
 
Int_t fPathsSize
 
Int_t fChDiffsSize
 
Int_t fNOfBouncesSize
 
Int_t fNOfEVReflectionsSize
 
Int_t fLambdasSize
 
Int_t fHitTimesSize
 
Int_t fTruePathsSize
 
std::vector< Double_tfAnglesArray
 
std::vector< Int_t > fPixelEndArray
 
std::vector< Double_tfTimesArray
 
std::vector< Double_tfLutTimesArray
 
std::vector< Double_tfPathsArray
 
std::vector< Double_tfChDiffsArray
 
std::vector< Int_t > fNOfBouncesArray
 
std::vector< TVector3 > fPhotonStartPosition
 
std::vector< Int_t > fNOfEVReflectionsArray
 
std::vector< Double_tfLambdaArray
 
std::vector< Double_tfHitTimeArray
 
std::vector< Double_tfTruePathArray
 
std::vector< Bool_tfReflected
 
std::vector< Bool_tfLutReflected
 
TVector3 fChPartDir
 
TVector3 fChPartDirInBar
 
TVector3 fChPartDirInBar2
 
Int_t fChPartPdg
 
Double_t fCherenkovMC
 
Double_t fCherenkovReal
 

Detailed Description

Definition at line 17 of file PndDrcLutInfo.h.

Constructor & Destructor Documentation

PndDrcLutInfo::PndDrcLutInfo ( )

Definition at line 14 of file PndDrcLutInfo.cxx.

14  : TObject(),
15  fAnglesSize(0),
16  fPixelSize(0),
17  fTimesSize(0),
18  fLutTimesSize(0),
19  fPathsSize(0),
20  fChDiffsSize(0),
21  fNOfBouncesSize(0),
23  fLambdasSize(0),
24  fHitTimesSize(0),
25  fTruePathsSize(0),
26  fAnglesArray(),
27  fPixelEndArray(),
28  fTimesArray(),
29  fLutTimesArray(),
30  fPathsArray(),
31  fChDiffsArray(),
35  fLambdaArray(),
36  fHitTimeArray(),
38  fReflected(),
39  fLutReflected(),
40  fChPartDir(TVector3()),
41  fChPartDirInBar(TVector3()),
42  fChPartDirInBar2(TVector3()),
43  fChPartPdg(0),
44  fCherenkovMC(0.),
45  fCherenkovReal(0.)
46 {
47 }
std::vector< Bool_t > fReflected
std::vector< Double_t > fAnglesArray
Definition: PndDrcLutInfo.h:99
TVector3 fChPartDir
std::vector< Double_t > fChDiffsArray
std::vector< Double_t > fLambdaArray
std::vector< Double_t > fTimesArray
Int_t fLambdasSize
Definition: PndDrcLutInfo.h:94
std::vector< Int_t > fNOfEVReflectionsArray
TVector3 fChPartDirInBar
TVector3 fChPartDirInBar2
std::vector< Int_t > fPixelEndArray
Int_t fTruePathsSize
Definition: PndDrcLutInfo.h:96
Int_t fChDiffsSize
Definition: PndDrcLutInfo.h:91
std::vector< Bool_t > fLutReflected
Int_t fNOfBouncesSize
Definition: PndDrcLutInfo.h:92
Double_t fCherenkovReal
std::vector< Double_t > fLutTimesArray
Int_t fLutTimesSize
Definition: PndDrcLutInfo.h:89
Double_t fCherenkovMC
std::vector< Int_t > fNOfBouncesArray
Int_t fHitTimesSize
Definition: PndDrcLutInfo.h:95
std::vector< TVector3 > fPhotonStartPosition
std::vector< Double_t > fPathsArray
std::vector< Double_t > fHitTimeArray
std::vector< Double_t > fTruePathArray
Int_t fNOfEVReflectionsSize
Definition: PndDrcLutInfo.h:93

Member Function Documentation

void PndDrcLutInfo::AddAngle ( Double_t  val)

Definition at line 49 of file PndDrcLutInfo.cxx.

References fAnglesArray, and fAnglesSize.

Referenced by PndDrcRecoLookupMapS::ProcessPhotonHit(), and PndDrcRecoLookupMap::ProcessPhotonHit().

49  {
50 
51  fAnglesArray.push_back(val);
52  fAnglesSize++;
53 }
std::vector< Double_t > fAnglesArray
Definition: PndDrcLutInfo.h:99
Double_t val[nBoxes][nFEBox]
Definition: createCalib.C:11
void PndDrcLutInfo::AddChDiff ( Double_t  val)

Definition at line 101 of file PndDrcLutInfo.cxx.

References fChDiffsArray, and fChDiffsSize.

Referenced by PndDrcRecoLookupMapS::ProcessPhotonHit(), and PndDrcRecoLookupMap::ProcessPhotonHit().

101  {
102 
103  fChDiffsArray.push_back(val);
104  fChDiffsSize++;
105 }
std::vector< Double_t > fChDiffsArray
Double_t val[nBoxes][nFEBox]
Definition: createCalib.C:11
Int_t fChDiffsSize
Definition: PndDrcLutInfo.h:91
void PndDrcLutInfo::AddHitTime ( Double_t  val)

Definition at line 96 of file PndDrcLutInfo.cxx.

References fHitTimeArray, and fHitTimesSize.

Referenced by PndDrcRecoLookupMapS::ProcessPhotonHit().

96  {
97 
98  fHitTimeArray.push_back(val);
99  fHitTimesSize++;
100 }
Double_t val[nBoxes][nFEBox]
Definition: createCalib.C:11
Int_t fHitTimesSize
Definition: PndDrcLutInfo.h:95
std::vector< Double_t > fHitTimeArray
void PndDrcLutInfo::AddLambda ( Double_t  val)

Definition at line 91 of file PndDrcLutInfo.cxx.

References fLambdaArray, and fLambdasSize.

Referenced by PndDrcRecoLookupMapS::ProcessPhotonHit().

91  {
92 
93  fLambdaArray.push_back(val);
94  fLambdasSize++;
95 }
std::vector< Double_t > fLambdaArray
Double_t val[nBoxes][nFEBox]
Definition: createCalib.C:11
Int_t fLambdasSize
Definition: PndDrcLutInfo.h:94
void PndDrcLutInfo::AddLutTime ( Double_t  val,
Bool_t  ref 
)

Definition at line 61 of file PndDrcLutInfo.cxx.

References fLutReflected, fLutTimesArray, and fLutTimesSize.

61  {
62 
63  fLutTimesArray.push_back(val);
64  fLutReflected.push_back(ref);
65  fLutTimesSize++;
66 }
Double_t val[nBoxes][nFEBox]
Definition: createCalib.C:11
std::vector< Bool_t > fLutReflected
std::vector< Double_t > fLutTimesArray
Int_t fLutTimesSize
Definition: PndDrcLutInfo.h:89
void PndDrcLutInfo::AddNOfBounces ( Double_t  val)

Definition at line 106 of file PndDrcLutInfo.cxx.

References fNOfBouncesArray, and fNOfBouncesSize.

Referenced by PndDrcRecoLookupMapS::ProcessPhotonHit(), and PndDrcRecoLookupMap::ProcessPhotonHit().

106  {
107 
108  fNOfBouncesArray.push_back(val);
109  fNOfBouncesSize++;
110 }
Double_t val[nBoxes][nFEBox]
Definition: createCalib.C:11
Int_t fNOfBouncesSize
Definition: PndDrcLutInfo.h:92
std::vector< Int_t > fNOfBouncesArray
void PndDrcLutInfo::AddNOfEVReflections ( Int_t  val)

Definition at line 112 of file PndDrcLutInfo.cxx.

References fNOfEVReflectionsArray, and fNOfEVReflectionsSize.

112  {
113 
114  fNOfEVReflectionsArray.push_back(val);
116 }
Double_t val[nBoxes][nFEBox]
Definition: createCalib.C:11
std::vector< Int_t > fNOfEVReflectionsArray
Int_t fNOfEVReflectionsSize
Definition: PndDrcLutInfo.h:93
void PndDrcLutInfo::AddPath ( Double_t  val)

Definition at line 81 of file PndDrcLutInfo.cxx.

References fPathsArray, and fPathsSize.

Referenced by PndDrcRecoLookupMapS::ProcessPhotonHit(), and PndDrcRecoLookupMap::ProcessPhotonHit().

81  {
82 
83  fPathsArray.push_back(val);
84  fPathsSize++;
85 }
Double_t val[nBoxes][nFEBox]
Definition: createCalib.C:11
std::vector< Double_t > fPathsArray
void PndDrcLutInfo::AddPixelEnd ( Double_t  val)

Definition at line 55 of file PndDrcLutInfo.cxx.

References fPixelEndArray, and fPixelSize.

55  {
56 
57  fPixelEndArray.push_back(val);
58  fPixelSize++;
59 }
Double_t val[nBoxes][nFEBox]
Definition: createCalib.C:11
std::vector< Int_t > fPixelEndArray
void PndDrcLutInfo::AddTime ( Double_t  val)

Definition at line 68 of file PndDrcLutInfo.cxx.

References fTimesArray, and fTimesSize.

Referenced by PndDrcRecoLookupMapS::ProcessPhotonHit(), and PndDrcRecoLookupMap::ProcessPhotonHit().

68  {
69 
70  fTimesArray.push_back(val);
71  fTimesSize++;
72 }
std::vector< Double_t > fTimesArray
Double_t val[nBoxes][nFEBox]
Definition: createCalib.C:11
void PndDrcLutInfo::AddTime ( Double_t  val,
Bool_t  ref 
)

Definition at line 74 of file PndDrcLutInfo.cxx.

References fReflected, fTimesArray, and fTimesSize.

74  {
75 
76  fTimesArray.push_back(val);
77  fReflected.push_back(ref);
78  fTimesSize++;
79 }
std::vector< Bool_t > fReflected
std::vector< Double_t > fTimesArray
Double_t val[nBoxes][nFEBox]
Definition: createCalib.C:11
void PndDrcLutInfo::AddTruePath ( Double_t  val)

Definition at line 86 of file PndDrcLutInfo.cxx.

References fTruePathArray, and fTruePathsSize.

Referenced by PndDrcRecoLookupMapS::ProcessPhotonHit().

86  {
87 
88  fTruePathArray.push_back(val);
90 }
Double_t val[nBoxes][nFEBox]
Definition: createCalib.C:11
Int_t fTruePathsSize
Definition: PndDrcLutInfo.h:96
std::vector< Double_t > fTruePathArray
Int_t PndDrcLutInfo::AngleEntries ( )
inline

Definition at line 52 of file PndDrcLutInfo.h.

References fAnglesSize.

52 {return fAnglesSize; }
Int_t PndDrcLutInfo::ChDiffEntries ( )
inline

Definition at line 56 of file PndDrcLutInfo.h.

References fChDiffsSize.

56 {return fChDiffsSize; }
Int_t fChDiffsSize
Definition: PndDrcLutInfo.h:91
Double_t PndDrcLutInfo::GetAngle ( Int_t  entry)

Definition at line 140 of file PndDrcLutInfo.cxx.

References fAnglesArray.

140  {
141  return fAnglesArray[entry];
142 }
std::vector< Double_t > fAnglesArray
Definition: PndDrcLutInfo.h:99
Double_t PndDrcLutInfo::GetChDiff ( Int_t  entry)

Definition at line 151 of file PndDrcLutInfo.cxx.

References fChDiffsArray.

151  {
152  return fChDiffsArray[entry];
153 }
std::vector< Double_t > fChDiffsArray
Double_t PndDrcLutInfo::GetCherenkovMC ( )
inline

Definition at line 67 of file PndDrcLutInfo.h.

References fCherenkovMC.

67 {return fCherenkovMC;}
Double_t fCherenkovMC
Double_t PndDrcLutInfo::GetCherenkovReal ( )
inline

Definition at line 68 of file PndDrcLutInfo.h.

References fCherenkovReal.

68 {return fCherenkovReal;}
Double_t fCherenkovReal
TVector3 PndDrcLutInfo::GetChPartDir ( )
inline

Definition at line 63 of file PndDrcLutInfo.h.

References fChPartDir.

63 {return fChPartDir;}
TVector3 fChPartDir
TVector3 PndDrcLutInfo::GetChPartDirInBar ( )
inline

Definition at line 64 of file PndDrcLutInfo.h.

References fChPartDirInBar.

64 {return fChPartDirInBar;}
TVector3 fChPartDirInBar
TVector3 PndDrcLutInfo::GetChPartDirInBar2 ( )
inline

Definition at line 65 of file PndDrcLutInfo.h.

References fChPartDirInBar2.

65 {return fChPartDirInBar2;}
TVector3 fChPartDirInBar2
Int_t PndDrcLutInfo::GetChPartPdg ( )
inline

Definition at line 66 of file PndDrcLutInfo.h.

References fChPartPdg.

66 {return fChPartPdg;}
Double_t PndDrcLutInfo::GetHitTime ( Int_t  entry)
inline

Definition at line 78 of file PndDrcLutInfo.h.

References fHitTimeArray.

78 {return fHitTimeArray[entry];}
std::vector< Double_t > fHitTimeArray
Double_t PndDrcLutInfo::GetLambda ( Int_t  entry)
inline

Definition at line 77 of file PndDrcLutInfo.h.

References fLambdaArray.

77 {return fLambdaArray[entry];}
std::vector< Double_t > fLambdaArray
Bool_t PndDrcLutInfo::GetLutReflected ( Int_t  entry)
inline

Definition at line 82 of file PndDrcLutInfo.h.

References fLutReflected.

82 {return fLutReflected[entry];}
std::vector< Bool_t > fLutReflected
Double_t PndDrcLutInfo::GetLutTime ( Int_t  entry)
inline

Definition at line 76 of file PndDrcLutInfo.h.

References fLutTimesArray.

76 {return fLutTimesArray[entry];}
std::vector< Double_t > fLutTimesArray
Int_t PndDrcLutInfo::GetNOfBounces ( Int_t  entry)

Definition at line 154 of file PndDrcLutInfo.cxx.

References fNOfBouncesArray.

154  {
155  return fNOfBouncesArray[entry];
156 }
std::vector< Int_t > fNOfBouncesArray
Int_t PndDrcLutInfo::GetNOfEVReflections ( Int_t  entry)

Definition at line 158 of file PndDrcLutInfo.cxx.

References fNOfEVReflectionsArray.

158  {
159  return fNOfEVReflectionsArray[entry];
160 }
std::vector< Int_t > fNOfEVReflectionsArray
Double_t PndDrcLutInfo::GetPath ( Int_t  entry)
inline

Definition at line 80 of file PndDrcLutInfo.h.

References fPathsArray.

80 {return fPathsArray[entry];}
std::vector< Double_t > fPathsArray
Int_t PndDrcLutInfo::GetPixelEnd ( Int_t  entry)

Definition at line 144 of file PndDrcLutInfo.cxx.

References fPixelEndArray.

144  {
145  return fPixelEndArray[entry];
146 }
std::vector< Int_t > fPixelEndArray
Bool_t PndDrcLutInfo::GetReflected ( Int_t  entry)
inline

Definition at line 81 of file PndDrcLutInfo.h.

References fReflected.

81 {return fReflected[entry];}
std::vector< Bool_t > fReflected
Double_t PndDrcLutInfo::GetTime ( Int_t  entry)

Definition at line 148 of file PndDrcLutInfo.cxx.

References fTimesArray.

148  {
149  return fTimesArray[entry];
150 }
std::vector< Double_t > fTimesArray
Double_t PndDrcLutInfo::GetTruePath ( Int_t  entry)
inline

Definition at line 79 of file PndDrcLutInfo.h.

References fTruePathArray.

79 {return fTruePathArray[entry];}
std::vector< Double_t > fTruePathArray
Int_t PndDrcLutInfo::NOfBouncesEntries ( )
inline

Definition at line 57 of file PndDrcLutInfo.h.

References fNOfBouncesSize.

57 {return fNOfBouncesSize; }
Int_t fNOfBouncesSize
Definition: PndDrcLutInfo.h:92
Int_t PndDrcLutInfo::NOfEVReflectionEntries ( )
inline

Definition at line 58 of file PndDrcLutInfo.h.

References fNOfEVReflectionsSize.

58 {return fNOfEVReflectionsSize; }
Int_t fNOfEVReflectionsSize
Definition: PndDrcLutInfo.h:93
Int_t PndDrcLutInfo::NOfHitTimes ( )
inline

Definition at line 61 of file PndDrcLutInfo.h.

References fHitTimesSize.

61 {return fHitTimesSize;}
Int_t fHitTimesSize
Definition: PndDrcLutInfo.h:95
Int_t PndDrcLutInfo::NOfLambdas ( )
inline

Definition at line 59 of file PndDrcLutInfo.h.

References fLambdasSize.

59 {return fLambdasSize;}
Int_t fLambdasSize
Definition: PndDrcLutInfo.h:94
Int_t PndDrcLutInfo::NOfTruePaths ( )
inline

Definition at line 60 of file PndDrcLutInfo.h.

References fTruePathsSize.

60 {return fTruePathsSize;}
Int_t fTruePathsSize
Definition: PndDrcLutInfo.h:96
Int_t PndDrcLutInfo::PathEntries ( )
inline

Definition at line 55 of file PndDrcLutInfo.h.

References fPathsSize.

55 {return fPathsSize; }
Int_t PndDrcLutInfo::PixelEntries ( )
inline

Definition at line 53 of file PndDrcLutInfo.h.

References fPixelSize.

53 {return fPixelSize; }
void PndDrcLutInfo::SetCherenkovMC ( Double_t  val)

Definition at line 133 of file PndDrcLutInfo.cxx.

References fCherenkovMC, and val.

Referenced by PndDrcRecoLookupMapS::ProcessPhotonHit(), and PndDrcRecoLookupMap::ProcessPhotonHit().

133  {
134  fCherenkovMC = val;
135 }
Double_t val[nBoxes][nFEBox]
Definition: createCalib.C:11
Double_t fCherenkovMC
void PndDrcLutInfo::SetCherenkovReal ( Double_t  val)

Definition at line 136 of file PndDrcLutInfo.cxx.

References fCherenkovReal, and val.

Referenced by PndDrcRecoLookupMapS::ProcessPhotonHit(), and PndDrcRecoLookupMap::ProcessPhotonHit().

136  {
138 }
Double_t val[nBoxes][nFEBox]
Definition: createCalib.C:11
Double_t fCherenkovReal
void PndDrcLutInfo::SetChPartDir ( TVector3  val)

Definition at line 118 of file PndDrcLutInfo.cxx.

References fChPartDir, and val.

Referenced by PndDrcRecoLookupMapS::ProcessPhotonHit(), and PndDrcRecoLookupMap::ProcessPhotonHit().

118  {
119  fChPartDir = val;
120 }
TVector3 fChPartDir
Double_t val[nBoxes][nFEBox]
Definition: createCalib.C:11
void PndDrcLutInfo::SetChPartDirInBar ( TVector3  val)

Definition at line 122 of file PndDrcLutInfo.cxx.

References fChPartDirInBar, and val.

Referenced by PndDrcRecoLookupMapS::ProcessPhotonHit(), and PndDrcRecoLookupMap::ProcessPhotonHit().

122  {
124 }
Double_t val[nBoxes][nFEBox]
Definition: createCalib.C:11
TVector3 fChPartDirInBar
void PndDrcLutInfo::SetChPartDirInBar2 ( TVector3  val)

Definition at line 126 of file PndDrcLutInfo.cxx.

References fChPartDirInBar2, and val.

Referenced by PndDrcRecoLookupMapS::ProcessPhotonHit(), and PndDrcRecoLookupMap::ProcessPhotonHit().

126  {
128 }
Double_t val[nBoxes][nFEBox]
Definition: createCalib.C:11
TVector3 fChPartDirInBar2
void PndDrcLutInfo::SetChPartPdg ( Int_t  val)

Definition at line 130 of file PndDrcLutInfo.cxx.

References fChPartPdg, and val.

Referenced by PndDrcRecoLookupMapS::ProcessPhotonHit(), and PndDrcRecoLookupMap::ProcessPhotonHit().

130  {
131  fChPartPdg = val;
132 }
Double_t val[nBoxes][nFEBox]
Definition: createCalib.C:11
Int_t PndDrcLutInfo::TimeEntries ( )
inline

Definition at line 54 of file PndDrcLutInfo.h.

References fTimesSize.

54 {return fTimesSize; }

Member Data Documentation

std::vector<Double_t> PndDrcLutInfo::fAnglesArray
protected

Definition at line 99 of file PndDrcLutInfo.h.

Referenced by AddAngle(), and GetAngle().

Int_t PndDrcLutInfo::fAnglesSize
protected

Definition at line 86 of file PndDrcLutInfo.h.

Referenced by AddAngle(), and AngleEntries().

std::vector<Double_t> PndDrcLutInfo::fChDiffsArray
protected

Definition at line 105 of file PndDrcLutInfo.h.

Referenced by AddChDiff(), and GetChDiff().

Int_t PndDrcLutInfo::fChDiffsSize
protected

Definition at line 91 of file PndDrcLutInfo.h.

Referenced by AddChDiff(), and ChDiffEntries().

Double_t PndDrcLutInfo::fCherenkovMC
protected

Definition at line 120 of file PndDrcLutInfo.h.

Referenced by GetCherenkovMC(), and SetCherenkovMC().

Double_t PndDrcLutInfo::fCherenkovReal
protected

Definition at line 121 of file PndDrcLutInfo.h.

Referenced by GetCherenkovReal(), and SetCherenkovReal().

TVector3 PndDrcLutInfo::fChPartDir
protected

Definition at line 116 of file PndDrcLutInfo.h.

Referenced by GetChPartDir(), and SetChPartDir().

TVector3 PndDrcLutInfo::fChPartDirInBar
protected

Definition at line 117 of file PndDrcLutInfo.h.

Referenced by GetChPartDirInBar(), and SetChPartDirInBar().

TVector3 PndDrcLutInfo::fChPartDirInBar2
protected

Definition at line 118 of file PndDrcLutInfo.h.

Referenced by GetChPartDirInBar2(), and SetChPartDirInBar2().

Int_t PndDrcLutInfo::fChPartPdg
protected

Definition at line 119 of file PndDrcLutInfo.h.

Referenced by GetChPartPdg(), and SetChPartPdg().

std::vector<Double_t> PndDrcLutInfo::fHitTimeArray
protected

Definition at line 110 of file PndDrcLutInfo.h.

Referenced by AddHitTime(), and GetHitTime().

Int_t PndDrcLutInfo::fHitTimesSize
protected

Definition at line 95 of file PndDrcLutInfo.h.

Referenced by AddHitTime(), and NOfHitTimes().

std::vector<Double_t> PndDrcLutInfo::fLambdaArray
protected

Definition at line 109 of file PndDrcLutInfo.h.

Referenced by AddLambda(), and GetLambda().

Int_t PndDrcLutInfo::fLambdasSize
protected

Definition at line 94 of file PndDrcLutInfo.h.

Referenced by AddLambda(), and NOfLambdas().

std::vector<Bool_t> PndDrcLutInfo::fLutReflected
protected

Definition at line 113 of file PndDrcLutInfo.h.

Referenced by AddLutTime(), and GetLutReflected().

std::vector<Double_t> PndDrcLutInfo::fLutTimesArray
protected

Definition at line 103 of file PndDrcLutInfo.h.

Referenced by AddLutTime(), and GetLutTime().

Int_t PndDrcLutInfo::fLutTimesSize
protected

Definition at line 89 of file PndDrcLutInfo.h.

Referenced by AddLutTime().

std::vector<Int_t> PndDrcLutInfo::fNOfBouncesArray
protected

Definition at line 106 of file PndDrcLutInfo.h.

Referenced by AddNOfBounces(), and GetNOfBounces().

Int_t PndDrcLutInfo::fNOfBouncesSize
protected

Definition at line 92 of file PndDrcLutInfo.h.

Referenced by AddNOfBounces(), and NOfBouncesEntries().

std::vector<Int_t> PndDrcLutInfo::fNOfEVReflectionsArray
protected

Definition at line 108 of file PndDrcLutInfo.h.

Referenced by AddNOfEVReflections(), and GetNOfEVReflections().

Int_t PndDrcLutInfo::fNOfEVReflectionsSize
protected

Definition at line 93 of file PndDrcLutInfo.h.

Referenced by AddNOfEVReflections(), and NOfEVReflectionEntries().

std::vector<Double_t> PndDrcLutInfo::fPathsArray
protected

Definition at line 104 of file PndDrcLutInfo.h.

Referenced by AddPath(), and GetPath().

Int_t PndDrcLutInfo::fPathsSize
protected

Definition at line 90 of file PndDrcLutInfo.h.

Referenced by AddPath(), and PathEntries().

std::vector<TVector3> PndDrcLutInfo::fPhotonStartPosition
protected

Definition at line 107 of file PndDrcLutInfo.h.

std::vector<Int_t> PndDrcLutInfo::fPixelEndArray
protected

Definition at line 101 of file PndDrcLutInfo.h.

Referenced by AddPixelEnd(), and GetPixelEnd().

Int_t PndDrcLutInfo::fPixelSize
protected

Definition at line 87 of file PndDrcLutInfo.h.

Referenced by AddPixelEnd(), and PixelEntries().

std::vector<Bool_t> PndDrcLutInfo::fReflected
protected

Definition at line 112 of file PndDrcLutInfo.h.

Referenced by AddTime(), and GetReflected().

std::vector<Double_t> PndDrcLutInfo::fTimesArray
protected

Definition at line 102 of file PndDrcLutInfo.h.

Referenced by AddTime(), and GetTime().

Int_t PndDrcLutInfo::fTimesSize
protected

Definition at line 88 of file PndDrcLutInfo.h.

Referenced by AddTime(), and TimeEntries().

std::vector<Double_t> PndDrcLutInfo::fTruePathArray
protected

Definition at line 111 of file PndDrcLutInfo.h.

Referenced by AddTruePath(), and GetTruePath().

Int_t PndDrcLutInfo::fTruePathsSize
protected

Definition at line 96 of file PndDrcLutInfo.h.

Referenced by AddTruePath(), and NOfTruePaths().


The documentation for this class was generated from the following files: