Small wrapper class for storing individual rechit and cluster information. More...
#include <Calibratable.h>
Public Member Functions | |
CalibratableElement () | |
CalibratableElement (double energy, double eta, double phi, int layer, double extent=0.0, double time=0.0) | |
bool | operator< (const CalibratableElement &em) const |
void | reset () |
Public Attributes | |
double | energy_ |
double | eta_ |
double | extent_ |
int | layer_ |
double | phi_ |
double | time_ |
Small wrapper class for storing individual rechit and cluster information.
Definition at line 24 of file Calibratable.h.
|
inline |
Definition at line 26 of file Calibratable.h.
References reset().
|
inline |
Definition at line 30 of file Calibratable.h.
|
inline |
|
inline |
Definition at line 41 of file Calibratable.h.
References energy_, eta_, extent_, layer_, phi_, and time_.
Referenced by CalibratableElement(), and pftools::Calibratable::reset().
double pftools::CalibratableElement::energy_ |
Definition at line 35 of file Calibratable.h.
Referenced by pftools::Calibratable::computeMean(), pftools::TreeUtility::convertCalibratablesToParticleDeposits(), pftools::Exercises3::evaluateCalibrator(), pftools::Calibratable::fillCaloWindow(), pftools::TreeUtility::getParticleDepositsDirectly(), operator<(), pftools::operator<<(), pftools::Calibratable::recompute(), and reset().
double pftools::CalibratableElement::eta_ |
Definition at line 35 of file Calibratable.h.
Referenced by pftools::Calibratable::computeMean(), pftools::TreeUtility::convertCalibratablesToParticleDeposits(), pftools::CalibCompare::evaluateCalibrations(), pftools::Calibratable::fillCaloWindow(), pftools::PFClusterCalibration::getCalibrationResultWrapper(), pftools::TreeUtility::getParticleDepositsDirectly(), pftools::operator<<(), and reset().
double pftools::CalibratableElement::extent_ |
Definition at line 39 of file Calibratable.h.
Referenced by pftools::Calibratable::computeMean(), and reset().
int pftools::CalibratableElement::layer_ |
Definition at line 36 of file Calibratable.h.
Referenced by reset().
double pftools::CalibratableElement::phi_ |
Definition at line 35 of file Calibratable.h.
Referenced by pftools::Calibratable::computeMean(), pftools::TreeUtility::convertCalibratablesToParticleDeposits(), pftools::CalibCompare::evaluateCalibrations(), pftools::Calibratable::fillCaloWindow(), pftools::PFClusterCalibration::getCalibrationResultWrapper(), pftools::TreeUtility::getParticleDepositsDirectly(), pftools::operator<<(), and reset().
double pftools::CalibratableElement::time_ |
Definition at line 35 of file Calibratable.h.
Referenced by pftools::Calibratable::computeMean(), and reset().