LDMX Software
ldmx::EcalWABResult Class Reference

Public Member Functions

virtual ~EcalWABResult ()=default
 Destructor.
 
void clear ()
 
void setVariables (float true_theta_electron, float true_theta_photon, float true_phi_electron, float true_phi_photon, float rec_theta_electron, float rec_theta_photon, float rec_phi_electron, float rec_phi_photon, float true_theta_diff_electron_photon, float true_phi_diff_electron_photon, float rec_theta_diff_electron_photon, float rec_phi_diff_electron_photon, float true_rec_theta_diff_electron, float true_rec_phi_diff_electron, float true_rec_theta_diff_photon, float true_rec_phi_diff_photon, float true_electron_shower_energy, float true_photon_shower_energy, float rec_electron_shower_energy, float rec_photon_shower_energy, int progress_num)
 
void setTrueThetaElectron (float true_theta_electron)
 
float getTrueThetaElectron () const
 
void setTrueThetaPhoton (float true_theta_photon)
 
float getTrueThetaPhoton () const
 
void setTruePhiElectron (float true_phi_electron)
 
float getTruePhiElectron () const
 
void setTruePhiPhoton (float true_phi_photon)
 
float getTruePhiPhoton () const
 
void setRecThetaElectron (float rec_theta_electron)
 
float getRecThetaElectron () const
 
void setRecThetaPhoton (float rec_theta_photon)
 
float getRecThetaPhoton () const
 
void setRecPhiElectron (float rec_phi_electron)
 
float getRecPhiElectron () const
 
void setRecPhiPhoton (float rec_phi_photon)
 
float getRecPhiPhoton () const
 
void setTrueThetaDiffElectronPhoton (float true_theta_diff_electron_photon)
 
float getTrueThetaDiffElectronPhoton () const
 
void setTruePhiDiffElectronPhoton (float true_phi_diff_electron_photon)
 
float getTruePhiDiffElectronPhoton () const
 
void setRecThetaDiffElectronPhoton (float rec_theta_diff_electron_photon)
 
float getRecThetaDiffElectronPhoton () const
 
void setRecPhiDiffElectronPhoton (float rec_phi_diff_electron_photon)
 
float getRecPhiDiffElectronPhoton () const
 
void setTrueRecThetaDiffElectron (float true_rec_theta_diff_electron)
 
float getTrueRecThetaDiffElectron () const
 
void setTrueRecPhiDiffElectron (float true_rec_phi_diff_electron)
 
float getTrueRecPhiDiffElectron () const
 
void setTrueRecThetaDiffPhoton (float true_rec_theta_diff_photon)
 
float getTrueRecThetaDiffPhoton () const
 
void setTrueRecPhiDiffPhoton (float true_rec_phi_diff_photon)
 
float getTrueRecPhiDiffPhoton () const
 
void setTrueElectronShowerEnergy (float true_electron_shower_energy)
 
float getTrueElectronShowerEnergy () const
 
void setTruePhotonShowerEnergy (float true_photon_shower_energy)
 
float getTruePhotonShowerEnergy () const
 
void setRecElectronShowerEnergy (float rec_electron_shower_energy)
 
float getRecElectronShowerEnergy () const
 
void setRecPhotonShowerEnergy (float rec_photon_shower_energy)
 
float getRecPhotonShowerEnergy () const
 
void setProgressNum (int progress_num)
 
float getProgressNum () const
 

Protected Member Functions

 ClassDef (EcalWABResult, 2)
 Class declaration needed by the ROOT dictionary.
 

Protected Attributes

float true_theta_electron_
 
float true_theta_photon_
 
float true_phi_electron_
 
float true_phi_photon_
 
float rec_theta_electron_
 
float rec_theta_photon_
 
float rec_phi_electron_
 
float rec_phi_photon_
 
float true_theta_diff_electron_photon_
 
float true_phi_diff_electron_photon_
 
float rec_theta_diff_electron_photon_
 
float rec_phi_diff_electron_photon_
 
float true_rec_theta_diff_electron_
 
float true_rec_phi_diff_electron_
 
float true_rec_theta_diff_photon_
 
float true_rec_phi_diff_photon_
 
float true_electron_shower_energy_
 
float true_photon_shower_energy_
 
float rec_electron_shower_energy_
 
float rec_photon_shower_energy_
 
int progress_num_
 

Friends

std::ostream & operator<< (std::ostream &o, const EcalWABResult &d)
 Print the string representation of this object.
 

Detailed Description

Definition at line 24 of file EcalWABResult.h.

Constructor & Destructor Documentation

◆ ~EcalWABResult()

virtual ldmx::EcalWABResult::~EcalWABResult ( )
virtualdefault

Destructor.

Currently, the destructor does nothing.

Member Function Documentation

◆ clear()

void ldmx::EcalWABResult::clear ( )
inline

Definition at line 41 of file EcalWABResult.h.

41{}

◆ getProgressNum()

float ldmx::EcalWABResult::getProgressNum ( ) const
inline

Definition at line 196 of file EcalWABResult.h.

196{ return progress_num_; }

◆ getRecElectronShowerEnergy()

float ldmx::EcalWABResult::getRecElectronShowerEnergy ( ) const
inline

Definition at line 186 of file EcalWABResult.h.

186 {
187 return rec_electron_shower_energy_;
188 }

◆ getRecPhiDiffElectronPhoton()

float ldmx::EcalWABResult::getRecPhiDiffElectronPhoton ( ) const
inline

Definition at line 141 of file EcalWABResult.h.

141 {
142 return rec_phi_diff_electron_photon_;
143 }

◆ getRecPhiElectron()

float ldmx::EcalWABResult::getRecPhiElectron ( ) const
inline

Definition at line 110 of file EcalWABResult.h.

110{ return rec_phi_electron_; }

◆ getRecPhiPhoton()

float ldmx::EcalWABResult::getRecPhiPhoton ( ) const
inline

Definition at line 115 of file EcalWABResult.h.

115{ return rec_phi_photon_; }

◆ getRecPhotonShowerEnergy()

float ldmx::EcalWABResult::getRecPhotonShowerEnergy ( ) const
inline

Definition at line 193 of file EcalWABResult.h.

193{ return rec_photon_shower_energy_; }

◆ getRecThetaDiffElectronPhoton()

float ldmx::EcalWABResult::getRecThetaDiffElectronPhoton ( ) const
inline

Definition at line 134 of file EcalWABResult.h.

134 {
135 return rec_theta_diff_electron_photon_;
136 }

◆ getRecThetaElectron()

float ldmx::EcalWABResult::getRecThetaElectron ( ) const
inline

Definition at line 100 of file EcalWABResult.h.

100{ return rec_theta_electron_; }

◆ getRecThetaPhoton()

float ldmx::EcalWABResult::getRecThetaPhoton ( ) const
inline

Definition at line 105 of file EcalWABResult.h.

105{ return rec_theta_photon_; }

◆ getTrueElectronShowerEnergy()

float ldmx::EcalWABResult::getTrueElectronShowerEnergy ( ) const
inline

Definition at line 174 of file EcalWABResult.h.

174 {
175 return true_electron_shower_energy_;
176 }

◆ getTruePhiDiffElectronPhoton()

float ldmx::EcalWABResult::getTruePhiDiffElectronPhoton ( ) const
inline

Definition at line 127 of file EcalWABResult.h.

127 {
128 return true_phi_diff_electron_photon_;
129 }

◆ getTruePhiElectron()

float ldmx::EcalWABResult::getTruePhiElectron ( ) const
inline

Definition at line 90 of file EcalWABResult.h.

90{ return true_phi_electron_; }

◆ getTruePhiPhoton()

float ldmx::EcalWABResult::getTruePhiPhoton ( ) const
inline

Definition at line 95 of file EcalWABResult.h.

95{ return true_phi_photon_; }

◆ getTruePhotonShowerEnergy()

float ldmx::EcalWABResult::getTruePhotonShowerEnergy ( ) const
inline

Definition at line 181 of file EcalWABResult.h.

181{ return true_photon_shower_energy_; }

◆ getTrueRecPhiDiffElectron()

float ldmx::EcalWABResult::getTrueRecPhiDiffElectron ( ) const
inline

Definition at line 155 of file EcalWABResult.h.

155 {
156 return true_rec_phi_diff_electron_;
157 }

◆ getTrueRecPhiDiffPhoton()

float ldmx::EcalWABResult::getTrueRecPhiDiffPhoton ( ) const
inline

Definition at line 169 of file EcalWABResult.h.

169{ return true_rec_phi_diff_photon_; }

◆ getTrueRecThetaDiffElectron()

float ldmx::EcalWABResult::getTrueRecThetaDiffElectron ( ) const
inline

Definition at line 148 of file EcalWABResult.h.

148 {
149 return true_rec_theta_diff_electron_;
150 }

◆ getTrueRecThetaDiffPhoton()

float ldmx::EcalWABResult::getTrueRecThetaDiffPhoton ( ) const
inline

Definition at line 162 of file EcalWABResult.h.

162 {
163 return true_rec_theta_diff_photon_;
164 }

◆ getTrueThetaDiffElectronPhoton()

float ldmx::EcalWABResult::getTrueThetaDiffElectronPhoton ( ) const
inline

Definition at line 120 of file EcalWABResult.h.

120 {
121 return true_theta_diff_electron_photon_;
122 }

◆ getTrueThetaElectron()

float ldmx::EcalWABResult::getTrueThetaElectron ( ) const
inline

Definition at line 80 of file EcalWABResult.h.

80{ return true_theta_electron_; }

◆ getTrueThetaPhoton()

float ldmx::EcalWABResult::getTrueThetaPhoton ( ) const
inline

Definition at line 85 of file EcalWABResult.h.

85{ return true_theta_photon_; }

◆ setProgressNum()

void ldmx::EcalWABResult::setProgressNum ( int progress_num)
inline

Definition at line 195 of file EcalWABResult.h.

195{ progress_num_ = progress_num; }

◆ setRecElectronShowerEnergy()

void ldmx::EcalWABResult::setRecElectronShowerEnergy ( float rec_electron_shower_energy)
inline

Definition at line 183 of file EcalWABResult.h.

183 {
184 rec_electron_shower_energy_ = rec_electron_shower_energy;
185 }

◆ setRecPhiDiffElectronPhoton()

void ldmx::EcalWABResult::setRecPhiDiffElectronPhoton ( float rec_phi_diff_electron_photon)
inline

Definition at line 138 of file EcalWABResult.h.

138 {
139 rec_phi_diff_electron_photon_ = rec_phi_diff_electron_photon;
140 }

◆ setRecPhiElectron()

void ldmx::EcalWABResult::setRecPhiElectron ( float rec_phi_electron)
inline

Definition at line 107 of file EcalWABResult.h.

107 {
108 rec_phi_electron_ = rec_phi_electron;
109 }

◆ setRecPhiPhoton()

void ldmx::EcalWABResult::setRecPhiPhoton ( float rec_phi_photon)
inline

Definition at line 112 of file EcalWABResult.h.

112 {
113 rec_phi_photon_ = rec_phi_photon;
114 }

◆ setRecPhotonShowerEnergy()

void ldmx::EcalWABResult::setRecPhotonShowerEnergy ( float rec_photon_shower_energy)
inline

Definition at line 190 of file EcalWABResult.h.

190 {
191 rec_photon_shower_energy_ = rec_photon_shower_energy;
192 }

◆ setRecThetaDiffElectronPhoton()

void ldmx::EcalWABResult::setRecThetaDiffElectronPhoton ( float rec_theta_diff_electron_photon)
inline

Definition at line 131 of file EcalWABResult.h.

131 {
132 rec_theta_diff_electron_photon_ = rec_theta_diff_electron_photon;
133 }

◆ setRecThetaElectron()

void ldmx::EcalWABResult::setRecThetaElectron ( float rec_theta_electron)
inline

Definition at line 97 of file EcalWABResult.h.

97 {
98 rec_theta_electron_ = rec_theta_electron;
99 }

◆ setRecThetaPhoton()

void ldmx::EcalWABResult::setRecThetaPhoton ( float rec_theta_photon)
inline

Definition at line 102 of file EcalWABResult.h.

102 {
103 rec_theta_photon_ = rec_theta_photon;
104 }

◆ setTrueElectronShowerEnergy()

void ldmx::EcalWABResult::setTrueElectronShowerEnergy ( float true_electron_shower_energy)
inline

Definition at line 171 of file EcalWABResult.h.

171 {
172 true_electron_shower_energy_ = true_electron_shower_energy;
173 }

◆ setTruePhiDiffElectronPhoton()

void ldmx::EcalWABResult::setTruePhiDiffElectronPhoton ( float true_phi_diff_electron_photon)
inline

Definition at line 124 of file EcalWABResult.h.

124 {
125 true_phi_diff_electron_photon_ = true_phi_diff_electron_photon;
126 }

◆ setTruePhiElectron()

void ldmx::EcalWABResult::setTruePhiElectron ( float true_phi_electron)
inline

Definition at line 87 of file EcalWABResult.h.

87 {
88 true_phi_electron_ = true_phi_electron;
89 }

◆ setTruePhiPhoton()

void ldmx::EcalWABResult::setTruePhiPhoton ( float true_phi_photon)
inline

Definition at line 92 of file EcalWABResult.h.

92 {
93 true_phi_photon_ = true_phi_photon;
94 }

◆ setTruePhotonShowerEnergy()

void ldmx::EcalWABResult::setTruePhotonShowerEnergy ( float true_photon_shower_energy)
inline

Definition at line 178 of file EcalWABResult.h.

178 {
179 true_photon_shower_energy_ = true_photon_shower_energy;
180 }

◆ setTrueRecPhiDiffElectron()

void ldmx::EcalWABResult::setTrueRecPhiDiffElectron ( float true_rec_phi_diff_electron)
inline

Definition at line 152 of file EcalWABResult.h.

152 {
153 true_rec_phi_diff_electron_ = true_rec_phi_diff_electron;
154 }

◆ setTrueRecPhiDiffPhoton()

void ldmx::EcalWABResult::setTrueRecPhiDiffPhoton ( float true_rec_phi_diff_photon)
inline

Definition at line 166 of file EcalWABResult.h.

166 {
167 true_rec_phi_diff_photon_ = true_rec_phi_diff_photon;
168 }

◆ setTrueRecThetaDiffElectron()

void ldmx::EcalWABResult::setTrueRecThetaDiffElectron ( float true_rec_theta_diff_electron)
inline

Definition at line 145 of file EcalWABResult.h.

145 {
146 true_rec_theta_diff_electron_ = true_rec_theta_diff_electron;
147 }

◆ setTrueRecThetaDiffPhoton()

void ldmx::EcalWABResult::setTrueRecThetaDiffPhoton ( float true_rec_theta_diff_photon)
inline

Definition at line 159 of file EcalWABResult.h.

159 {
160 true_rec_theta_diff_photon_ = true_rec_theta_diff_photon;
161 }

◆ setTrueThetaDiffElectronPhoton()

void ldmx::EcalWABResult::setTrueThetaDiffElectronPhoton ( float true_theta_diff_electron_photon)
inline

Definition at line 117 of file EcalWABResult.h.

117 {
118 true_theta_diff_electron_photon_ = true_theta_diff_electron_photon;
119 }

◆ setTrueThetaElectron()

void ldmx::EcalWABResult::setTrueThetaElectron ( float true_theta_electron)
inline

Definition at line 77 of file EcalWABResult.h.

77 {
78 true_theta_electron_ = true_theta_electron;
79 }

◆ setTrueThetaPhoton()

void ldmx::EcalWABResult::setTrueThetaPhoton ( float true_theta_photon)
inline

Definition at line 82 of file EcalWABResult.h.

82 {
83 true_theta_photon_ = true_theta_photon;
84 }

◆ setVariables()

void ldmx::EcalWABResult::setVariables ( float true_theta_electron,
float true_theta_photon,
float true_phi_electron,
float true_phi_photon,
float rec_theta_electron,
float rec_theta_photon,
float rec_phi_electron,
float rec_phi_photon,
float true_theta_diff_electron_photon,
float true_phi_diff_electron_photon,
float rec_theta_diff_electron_photon,
float rec_phi_diff_electron_photon,
float true_rec_theta_diff_electron,
float true_rec_phi_diff_electron,
float true_rec_theta_diff_photon,
float true_rec_phi_diff_photon,
float true_electron_shower_energy,
float true_photon_shower_energy,
float rec_electron_shower_energy,
float rec_photon_shower_energy,
int progress_num )
inline

Definition at line 43 of file EcalWABResult.h.

53 {
54 true_theta_electron_ = true_theta_electron;
55 true_theta_photon_ = true_theta_photon;
56 true_phi_electron_ = true_phi_electron;
57 true_phi_photon_ = true_phi_photon;
58 rec_theta_electron_ = rec_theta_electron;
59 rec_theta_photon_ = rec_theta_photon;
60 rec_phi_electron_ = rec_phi_electron;
61 rec_phi_photon_ = rec_phi_photon;
62 true_theta_diff_electron_photon_ = true_theta_diff_electron_photon;
63 true_phi_diff_electron_photon_ = true_phi_diff_electron_photon;
64 rec_theta_diff_electron_photon_ = rec_theta_diff_electron_photon;
65 rec_phi_diff_electron_photon_ = rec_phi_diff_electron_photon;
66 true_rec_theta_diff_electron_ = true_rec_theta_diff_electron;
67 true_rec_phi_diff_electron_ = true_rec_phi_diff_electron;
68 true_rec_theta_diff_photon_ = true_rec_theta_diff_photon;
69 true_rec_phi_diff_photon_ = true_rec_phi_diff_photon;
70 true_electron_shower_energy_ = true_electron_shower_energy;
71 true_photon_shower_energy_ = true_photon_shower_energy;
72 rec_electron_shower_energy_ = rec_electron_shower_energy;
73 rec_photon_shower_energy_ = rec_photon_shower_energy;
74 progress_num_ = progress_num;
75 }

Member Data Documentation

◆ progress_num_

int ldmx::EcalWABResult::progress_num_
protected

Definition at line 220 of file EcalWABResult.h.

◆ rec_electron_shower_energy_

float ldmx::EcalWABResult::rec_electron_shower_energy_
protected

Definition at line 218 of file EcalWABResult.h.

◆ rec_phi_diff_electron_photon_

float ldmx::EcalWABResult::rec_phi_diff_electron_photon_
protected

Definition at line 211 of file EcalWABResult.h.

◆ rec_phi_electron_

float ldmx::EcalWABResult::rec_phi_electron_
protected

Definition at line 206 of file EcalWABResult.h.

◆ rec_phi_photon_

float ldmx::EcalWABResult::rec_phi_photon_
protected

Definition at line 207 of file EcalWABResult.h.

◆ rec_photon_shower_energy_

float ldmx::EcalWABResult::rec_photon_shower_energy_
protected

Definition at line 219 of file EcalWABResult.h.

◆ rec_theta_diff_electron_photon_

float ldmx::EcalWABResult::rec_theta_diff_electron_photon_
protected

Definition at line 210 of file EcalWABResult.h.

◆ rec_theta_electron_

float ldmx::EcalWABResult::rec_theta_electron_
protected

Definition at line 204 of file EcalWABResult.h.

◆ rec_theta_photon_

float ldmx::EcalWABResult::rec_theta_photon_
protected

Definition at line 205 of file EcalWABResult.h.

◆ true_electron_shower_energy_

float ldmx::EcalWABResult::true_electron_shower_energy_
protected

Definition at line 216 of file EcalWABResult.h.

◆ true_phi_diff_electron_photon_

float ldmx::EcalWABResult::true_phi_diff_electron_photon_
protected

Definition at line 209 of file EcalWABResult.h.

◆ true_phi_electron_

float ldmx::EcalWABResult::true_phi_electron_
protected

Definition at line 202 of file EcalWABResult.h.

◆ true_phi_photon_

float ldmx::EcalWABResult::true_phi_photon_
protected

Definition at line 203 of file EcalWABResult.h.

◆ true_photon_shower_energy_

float ldmx::EcalWABResult::true_photon_shower_energy_
protected

Definition at line 217 of file EcalWABResult.h.

◆ true_rec_phi_diff_electron_

float ldmx::EcalWABResult::true_rec_phi_diff_electron_
protected

Definition at line 213 of file EcalWABResult.h.

◆ true_rec_phi_diff_photon_

float ldmx::EcalWABResult::true_rec_phi_diff_photon_
protected

Definition at line 215 of file EcalWABResult.h.

◆ true_rec_theta_diff_electron_

float ldmx::EcalWABResult::true_rec_theta_diff_electron_
protected

Definition at line 212 of file EcalWABResult.h.

◆ true_rec_theta_diff_photon_

float ldmx::EcalWABResult::true_rec_theta_diff_photon_
protected

Definition at line 214 of file EcalWABResult.h.

◆ true_theta_diff_electron_photon_

float ldmx::EcalWABResult::true_theta_diff_electron_photon_
protected

Definition at line 208 of file EcalWABResult.h.

◆ true_theta_electron_

float ldmx::EcalWABResult::true_theta_electron_
protected

Definition at line 200 of file EcalWABResult.h.

◆ true_theta_photon_

float ldmx::EcalWABResult::true_theta_photon_
protected

Definition at line 201 of file EcalWABResult.h.


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