Small wrapper class to store information associated with PFCandidates. More...
#include <Calibratable.h>
Public Member Functions | |
CandidateWrapper () | |
CandidateWrapper (double energy, double eta, double phi, double energyEcal, double energyHcal, int type) | |
void | recompute () |
void | reset () |
Public Attributes | |
CaloEllipse | caloellipse_ecal_ |
CaloEllipse | caloellipse_hcal_ |
CaloWindow | calowindow_ecal_ |
CaloWindow | calowindow_hcal_ |
int | cluster_numEcal_ |
int | cluster_numHcal_ |
double | energy_ |
double | energyEcal_ |
double | energyHcal_ |
double | eta_ |
double | phi_ |
int | type_ |
Small wrapper class to store information associated with PFCandidates.
Documentation added Dec 08.
Definition at line 66 of file Calibratable.h.
|
inline |
Definition at line 68 of file Calibratable.h.
References reset().
|
inline |
Definition at line 72 of file Calibratable.h.
References caloellipse_ecal_, caloellipse_hcal_, calowindow_ecal_, calowindow_hcal_, pftools::CaloEllipse::reset(), and pftools::CaloWindow::reset().
|
inline |
Definition at line 108 of file Calibratable.h.
References caloellipse_ecal_, caloellipse_hcal_, and pftools::CaloEllipse::makeCaches().
Referenced by pftools::Calibratable::recompute().
|
inline |
Definition at line 93 of file Calibratable.h.
References caloellipse_ecal_, caloellipse_hcal_, calowindow_ecal_, calowindow_hcal_, cluster_numEcal_, cluster_numHcal_, energy_, energyEcal_, energyHcal_, eta_, phi_, pftools::CaloEllipse::reset(), pftools::CaloWindow::reset(), and type_.
Referenced by CandidateWrapper(), and pftools::Calibratable::reset().
CaloEllipse pftools::CandidateWrapper::caloellipse_ecal_ |
Definition at line 90 of file Calibratable.h.
Referenced by CandidateWrapper(), recompute(), and reset().
CaloEllipse pftools::CandidateWrapper::caloellipse_hcal_ |
Definition at line 91 of file Calibratable.h.
Referenced by CandidateWrapper(), recompute(), and reset().
CaloWindow pftools::CandidateWrapper::calowindow_ecal_ |
Definition at line 87 of file Calibratable.h.
Referenced by CandidateWrapper(), and reset().
CaloWindow pftools::CandidateWrapper::calowindow_hcal_ |
Definition at line 88 of file Calibratable.h.
Referenced by CandidateWrapper(), and reset().
int pftools::CandidateWrapper::cluster_numEcal_ |
Definition at line 84 of file Calibratable.h.
Referenced by reset().
int pftools::CandidateWrapper::cluster_numHcal_ |
Definition at line 84 of file Calibratable.h.
Referenced by reset().
double pftools::CandidateWrapper::energy_ |
Definition at line 83 of file Calibratable.h.
Referenced by pftools::Calibratable::computeMean(), CalibratableTest::extractCandidate(), pftools::operator<<(), pftools::Calibratable::recompute(), and reset().
double pftools::CandidateWrapper::energyEcal_ |
Definition at line 83 of file Calibratable.h.
Referenced by pftools::Calibratable::computeMean(), CalibratableTest::extractCandidate(), pftools::operator<<(), pftools::Calibratable::recompute(), and reset().
double pftools::CandidateWrapper::energyHcal_ |
Definition at line 83 of file Calibratable.h.
Referenced by pftools::Calibratable::computeMean(), CalibratableTest::extractCandidate(), pftools::operator<<(), pftools::Calibratable::recompute(), and reset().
double pftools::CandidateWrapper::eta_ |
Definition at line 83 of file Calibratable.h.
Referenced by pftools::Calibratable::computeMean(), CalibratableTest::extractCandidate(), pftools::operator<<(), pftools::Calibratable::recompute(), and reset().
double pftools::CandidateWrapper::phi_ |
Definition at line 83 of file Calibratable.h.
Referenced by pftools::Calibratable::computeMean(), CalibratableTest::extractCandidate(), pftools::operator<<(), pftools::Calibratable::recompute(), and reset().
int pftools::CandidateWrapper::type_ |
Definition at line 85 of file Calibratable.h.
Referenced by Modules.Service::_placeImpl(), Modules.ESSource::_placeImpl(), Modules.ESProducer::_placeImpl(), pftools::Calibratable::computeMean(), Modules.ESPrefer::copy(), Mixins._TypedParameterizable::dumpPython(), Modules.ESPrefer::dumpPythonAs(), CalibratableTest::extractCandidate(), Modules.Service::insertInto(), RandomRunSource.RandomRunSource::insertInto(), Mixins._TypedParameterizable::insertInto(), Modules.ESSource::moduleLabel_(), Modules.ESProducer::moduleLabel_(), Modules.ESSource::nameInProcessDesc_(), Modules.ESProducer::nameInProcessDesc_(), Modules.ESPrefer::nameInProcessDesc_(), pftools::operator<<(), pftools::Calibratable::recompute(), and reset().