#include <SimpleElectron.h>
Public Member Functions | |
double | getCombinedMomentum () |
double | getCombinedMomentumError () |
int | getElClass () |
double | getEta () |
double | getNewEnergy () |
double | getNewEnergyError () |
float | getR9 () |
double | getRegEnergy () |
double | getRegEnergyError () |
int | getRunNumber () |
double | getScale () |
double | getSCEnergy () |
double | getSCEnergyError () |
double | getSmearing () |
double | getTrackerMomentum () |
double | getTrackerMomentumError () |
bool | isEB () |
bool | isEcalDriven () |
bool | isMC () |
bool | isTrackerDriven () |
void | setCombinedMomentum (double combinedMomentum) |
void | setCombinedMomentumError (double combinedMomentumError) |
void | setNewEnergy (double newEnergy) |
void | setNewEnergyError (double newEnergyError) |
SimpleElectron () | |
SimpleElectron (double run, double eClass, double r9, double scEnergy, double scEnergyError, double trackMomentum, double trackMomentumError, double regEnergy, double regEnergyError, double combinedMomentum, double combinedMomentumError, double eta, bool isEB, bool isMC, bool isEcalDriven, bool isTrackerDriven) | |
~SimpleElectron () | |
Private Attributes | |
double | combinedMomentum_ |
double | combinedMomentumError_ |
double | eClass_ |
double | eta_ |
bool | isEB_ |
bool | isEcalDriven_ |
bool | isMC_ |
bool | isTrackerDriven_ |
double | newEnergy_ |
double | newEnergyError_ |
double | r9_ |
double | regEnergy_ |
double | regEnergyError_ |
double | run_ |
double | scale_ |
double | scEnergy_ |
double | scEnergyError_ |
double | smearing_ |
double | trackMomentum_ |
double | trackMomentumError_ |
Definition at line 4 of file SimpleElectron.h.
|
inline |
Definition at line 7 of file SimpleElectron.h.
|
inline |
Definition at line 8 of file SimpleElectron.h.
|
inline |
Definition at line 42 of file SimpleElectron.h.
|
inline |
Definition at line 47 of file SimpleElectron.h.
References combinedMomentum_.
Referenced by ElectronEnergyCalibrator::correctLinearity().
|
inline |
|
inline |
Definition at line 59 of file SimpleElectron.h.
References eClass_.
Referenced by EpCombinationTool::combine(), ElectronEPcombinator::computeEPcombination(), and ElectronEnergyCalibrator::correctLinearity().
|
inline |
Definition at line 57 of file SimpleElectron.h.
References eta_.
Referenced by ElectronEnergyCalibrator::calibrate(), and ElectronEnergyCalibrator::correctLinearity().
|
inline |
Definition at line 45 of file SimpleElectron.h.
References newEnergy_.
Referenced by EpCombinationTool::combine(), and ElectronEPcombinator::computeEPcombination().
|
inline |
Definition at line 46 of file SimpleElectron.h.
References newEnergyError_.
Referenced by EpCombinationTool::combine(), and ElectronEPcombinator::computeEPcombination().
|
inline |
Definition at line 58 of file SimpleElectron.h.
References r9_.
Referenced by ElectronEnergyCalibrator::calibrate().
|
inline |
Definition at line 53 of file SimpleElectron.h.
References regEnergy_.
Referenced by ElectronEnergyCalibrator::calibrate(), and ElectronEPcombinator::computeEPcombination().
|
inline |
Definition at line 54 of file SimpleElectron.h.
References regEnergyError_.
Referenced by ElectronEnergyCalibrator::calibrate(), and ElectronEPcombinator::computeEPcombination().
|
inline |
Definition at line 60 of file SimpleElectron.h.
References run_.
Referenced by ElectronEnergyCalibrator::calibrate().
|
inline |
|
inline |
Definition at line 51 of file SimpleElectron.h.
References scEnergy_.
Referenced by ElectronEnergyCalibrator::calibrate().
|
inline |
Definition at line 52 of file SimpleElectron.h.
References scEnergyError_.
Referenced by ElectronEnergyCalibrator::calibrate().
|
inline |
|
inline |
Definition at line 55 of file SimpleElectron.h.
References trackMomentum_.
Referenced by EpCombinationTool::combine(), and ElectronEPcombinator::computeEPcombination().
|
inline |
Definition at line 56 of file SimpleElectron.h.
References trackMomentumError_.
Referenced by EpCombinationTool::combine(), and ElectronEPcombinator::computeEPcombination().
|
inline |
Definition at line 61 of file SimpleElectron.h.
References isEB_.
Referenced by ElectronEnergyCalibrator::calibrate(), EpCombinationTool::combine(), and ElectronEnergyCalibrator::correctLinearity().
|
inline |
Definition at line 63 of file SimpleElectron.h.
References isEcalDriven_.
Referenced by EpCombinationTool::combine().
|
inline |
|
inline |
Definition at line 64 of file SimpleElectron.h.
References isTrackerDriven_.
Referenced by EpCombinationTool::combine().
|
inline |
Definition at line 67 of file SimpleElectron.h.
References combinedMomentum_.
Referenced by ElectronEPcombinator::combine(), EpCombinationTool::combine(), and ElectronEnergyCalibrator::correctLinearity().
|
inline |
Definition at line 68 of file SimpleElectron.h.
References combinedMomentumError_.
Referenced by ElectronEPcombinator::combine(), and EpCombinationTool::combine().
|
inline |
Definition at line 69 of file SimpleElectron.h.
References newEnergy_.
Referenced by ElectronEnergyCalibrator::calibrate().
|
inline |
Definition at line 70 of file SimpleElectron.h.
References newEnergyError_.
Referenced by ElectronEnergyCalibrator::calibrate().
|
private |
Definition at line 89 of file SimpleElectron.h.
Referenced by getCombinedMomentum(), and setCombinedMomentum().
|
private |
Definition at line 90 of file SimpleElectron.h.
Referenced by getCombinedMomentumError(), and setCombinedMomentumError().
|
private |
Definition at line 74 of file SimpleElectron.h.
Referenced by getElClass().
|
private |
Definition at line 82 of file SimpleElectron.h.
Referenced by getEta().
|
private |
Definition at line 83 of file SimpleElectron.h.
Referenced by isEB().
|
private |
Definition at line 85 of file SimpleElectron.h.
Referenced by isEcalDriven().
|
private |
Definition at line 84 of file SimpleElectron.h.
Referenced by isMC().
|
private |
Definition at line 86 of file SimpleElectron.h.
Referenced by isTrackerDriven().
|
private |
Definition at line 87 of file SimpleElectron.h.
Referenced by getNewEnergy(), and setNewEnergy().
|
private |
Definition at line 88 of file SimpleElectron.h.
Referenced by getNewEnergyError(), and setNewEnergyError().
|
private |
Definition at line 75 of file SimpleElectron.h.
Referenced by getR9().
|
private |
Definition at line 80 of file SimpleElectron.h.
Referenced by getRegEnergy().
|
private |
Definition at line 81 of file SimpleElectron.h.
Referenced by getRegEnergyError().
|
private |
Definition at line 73 of file SimpleElectron.h.
Referenced by getRunNumber().
|
private |
Definition at line 91 of file SimpleElectron.h.
Referenced by getScale().
|
private |
Definition at line 76 of file SimpleElectron.h.
Referenced by getSCEnergy().
|
private |
Definition at line 77 of file SimpleElectron.h.
Referenced by getSCEnergyError().
|
private |
Definition at line 92 of file SimpleElectron.h.
Referenced by getSmearing().
|
private |
Definition at line 78 of file SimpleElectron.h.
Referenced by getTrackerMomentum().
|
private |
Definition at line 79 of file SimpleElectron.h.
Referenced by getTrackerMomentumError().