LDMX Software
|
Public Member Functions | |
virtual | ~EcalWABResult ()=default |
Destructor. | |
void | Print () const |
Print the string representation of this object. | |
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, 1) | |
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_ |
Definition at line 24 of file EcalWABResult.h.
|
virtualdefault |
Destructor.
Currently, the destructor does nothing.
|
inline |
Definition at line 43 of file EcalWABResult.h.
|
inline |
Definition at line 198 of file EcalWABResult.h.
|
inline |
Definition at line 188 of file EcalWABResult.h.
|
inline |
Definition at line 143 of file EcalWABResult.h.
|
inline |
Definition at line 112 of file EcalWABResult.h.
|
inline |
Definition at line 117 of file EcalWABResult.h.
|
inline |
Definition at line 195 of file EcalWABResult.h.
|
inline |
Definition at line 136 of file EcalWABResult.h.
|
inline |
Definition at line 102 of file EcalWABResult.h.
|
inline |
Definition at line 107 of file EcalWABResult.h.
|
inline |
Definition at line 176 of file EcalWABResult.h.
|
inline |
Definition at line 129 of file EcalWABResult.h.
|
inline |
Definition at line 92 of file EcalWABResult.h.
|
inline |
Definition at line 97 of file EcalWABResult.h.
|
inline |
Definition at line 183 of file EcalWABResult.h.
|
inline |
Definition at line 157 of file EcalWABResult.h.
|
inline |
Definition at line 171 of file EcalWABResult.h.
|
inline |
Definition at line 150 of file EcalWABResult.h.
|
inline |
Definition at line 164 of file EcalWABResult.h.
|
inline |
Definition at line 122 of file EcalWABResult.h.
|
inline |
Definition at line 82 of file EcalWABResult.h.
|
inline |
Definition at line 87 of file EcalWABResult.h.
void ldmx::EcalWABResult::Print | ( | ) | const |
Print the string representation of this object.
This method is needed by ROOT when building the dictionary.
|
inline |
Definition at line 197 of file EcalWABResult.h.
|
inline |
Definition at line 185 of file EcalWABResult.h.
|
inline |
Definition at line 140 of file EcalWABResult.h.
|
inline |
Definition at line 109 of file EcalWABResult.h.
|
inline |
Definition at line 114 of file EcalWABResult.h.
|
inline |
Definition at line 192 of file EcalWABResult.h.
|
inline |
Definition at line 133 of file EcalWABResult.h.
|
inline |
Definition at line 99 of file EcalWABResult.h.
|
inline |
Definition at line 104 of file EcalWABResult.h.
|
inline |
Definition at line 173 of file EcalWABResult.h.
|
inline |
Definition at line 126 of file EcalWABResult.h.
|
inline |
Definition at line 89 of file EcalWABResult.h.
|
inline |
Definition at line 94 of file EcalWABResult.h.
|
inline |
Definition at line 180 of file EcalWABResult.h.
|
inline |
Definition at line 154 of file EcalWABResult.h.
|
inline |
Definition at line 168 of file EcalWABResult.h.
|
inline |
Definition at line 147 of file EcalWABResult.h.
|
inline |
Definition at line 161 of file EcalWABResult.h.
|
inline |
Definition at line 119 of file EcalWABResult.h.
|
inline |
Definition at line 79 of file EcalWABResult.h.
|
inline |
Definition at line 84 of file EcalWABResult.h.
|
inline |
Definition at line 45 of file EcalWABResult.h.
|
protected |
Definition at line 222 of file EcalWABResult.h.
|
protected |
Definition at line 220 of file EcalWABResult.h.
|
protected |
Definition at line 213 of file EcalWABResult.h.
|
protected |
Definition at line 208 of file EcalWABResult.h.
|
protected |
Definition at line 209 of file EcalWABResult.h.
|
protected |
Definition at line 221 of file EcalWABResult.h.
|
protected |
Definition at line 212 of file EcalWABResult.h.
|
protected |
Definition at line 206 of file EcalWABResult.h.
|
protected |
Definition at line 207 of file EcalWABResult.h.
|
protected |
Definition at line 218 of file EcalWABResult.h.
|
protected |
Definition at line 211 of file EcalWABResult.h.
|
protected |
Definition at line 204 of file EcalWABResult.h.
|
protected |
Definition at line 205 of file EcalWABResult.h.
|
protected |
Definition at line 219 of file EcalWABResult.h.
|
protected |
Definition at line 215 of file EcalWABResult.h.
|
protected |
Definition at line 217 of file EcalWABResult.h.
|
protected |
Definition at line 214 of file EcalWABResult.h.
|
protected |
Definition at line 216 of file EcalWABResult.h.
|
protected |
Definition at line 210 of file EcalWABResult.h.
|
protected |
Definition at line 202 of file EcalWABResult.h.
|
protected |
Definition at line 203 of file EcalWABResult.h.