Public Member Functions | |
void | checkInit () const |
EcalClusterEnergyCorrection (const edm::ParameterSet &) | |
const EcalClusterEnergyCorrectionParameters * | getParameters () const |
float | getValue (const reco::BasicCluster &, const EcalRecHitCollection &) const override |
float | getValue (const reco::SuperCluster &, const int mode) const override |
void | init (const edm::EventSetup &es) override |
Public Member Functions inherited from EcalClusterFunctionBaseClass | |
virtual float | getValue (const reco::CaloCluster &) const |
virtual | ~EcalClusterFunctionBaseClass () |
Private Member Functions | |
float | fBrem (float e, float eta, int algorithm) const |
float | fEta (float e, float eta, int algorithm) const |
float | fEtEta (float et, float eta, int algorithm) const |
Private Attributes | |
edm::ESHandle< EcalClusterEnergyCorrectionParameters > | esParams_ |
const EcalClusterEnergyCorrectionParameters * | params_ |
Function that provides supercluster energy correction due to Bremsstrahlung loss
$Id: EcalClusterEnergyCorrection.h $Date: $Revision:
Definition at line 16 of file EcalClusterEnergyCorrection.cc.
|
inline |
Definition at line 18 of file EcalClusterEnergyCorrection.cc.
void EcalClusterEnergyCorrection::checkInit | ( | ) | const |
Definition at line 248 of file EcalClusterEnergyCorrection.cc.
References Exception, and params_.
Referenced by getValue().
|
private |
Definition at line 61 of file EcalClusterEnergyCorrection.cc.
References a, qcdUeDQM_cfi::algorithm, b, c, MillePedeFileConverter_cfg::e, hltrates_dqm_sourceclient-live_cfg::offset, p1, p2, p3, p4, EcalFunParams::params(), params_, remoteMonitoring_LED_IterMethod_cfg::threshold, and y.
Referenced by getValue().
|
private |
Definition at line 43 of file EcalClusterEnergyCorrection.cc.
References qcdUeDQM_cfi::algorithm, HCALHighEnergyHPDFilter_cfi::energy, PVValHelper::eta, LEDCalibrationChannels::ieta, p1, EcalFunParams::params(), and params_.
Referenced by getValue().
|
private |
Definition at line 120 of file EcalClusterEnergyCorrection.cc.
References qcdUeDQM_cfi::algorithm, EgHLTOffHistBins_cfi::et, PVValHelper::eta, hltrates_dqm_sourceclient-live_cfg::offset, p1, p2, p3, EcalFunParams::params(), params_, and mathSSE::sqrt().
Referenced by getValue().
|
inline |
|
inlineoverridevirtual |
Implements EcalClusterFunctionBaseClass.
Definition at line 27 of file EcalClusterEnergyCorrection.cc.
|
overridevirtual |
Implements EcalClusterFunctionBaseClass.
Definition at line 175 of file EcalClusterEnergyCorrection.cc.
References qcdUeDQM_cfi::algorithm, checkInit(), HCALHighEnergyHPDFilter_cfi::energy, reco::CaloCluster::energy(), PVValHelper::eta, reco::CaloCluster::eta(), reco::SuperCluster::etaWidth(), fBrem(), fEta(), fEtEta(), ALCARECOPromptCalibProdSiPixelAli0T_cff::mode, reco::SuperCluster::phiWidth(), reco::SuperCluster::preshowerEnergy(), and reco::SuperCluster::rawEnergy().
|
overridevirtual |
Implements EcalClusterFunctionBaseClass.
Definition at line 243 of file EcalClusterEnergyCorrection.cc.
References esParams_, edm::EventSetup::get(), get, and params_.
|
private |
Definition at line 37 of file EcalClusterEnergyCorrection.cc.
Referenced by init().
|
private |
Definition at line 38 of file EcalClusterEnergyCorrection.cc.
Referenced by checkInit(), fBrem(), fEta(), fEtEta(), getParameters(), and init().