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.
pftools::CalibratableElement::CalibratableElement | ( | ) | [inline] |
pftools::CalibratableElement::CalibratableElement | ( | double | energy, |
double | eta, | ||
double | phi, | ||
int | layer, | ||
double | extent = 0.0 , |
||
double | time = 0.0 |
||
) | [inline] |
bool pftools::CalibratableElement::operator< | ( | const CalibratableElement & | em | ) | const [inline] |
Definition at line 49 of file Calibratable.h.
References energy_.
{ if (em.energy_ < energy_) return true; return false; }
void pftools::CalibratableElement::reset | ( | void | ) | [inline] |
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().
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().
Definition at line 39 of file Calibratable.h.
Referenced by pftools::Calibratable::computeMean(), and reset().
Definition at line 36 of file Calibratable.h.
Referenced by reset().
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().
Definition at line 35 of file Calibratable.h.
Referenced by pftools::Calibratable::computeMean(), and reset().