#include <EgammaRecHitIsolation.h>
Public Member Functions | |
void | doFlagChecks (const std::vector< int > &v) |
void | doSeverityChecks (const EcalRecHitCollection *const recHits, const std::vector< int > &v) |
EgammaRecHitIsolation (double extRadius, double intRadius, double etaSlice, double etLow, double eLow, edm::ESHandle< CaloGeometry >, const EcalRecHitCollection &, const EcalSeverityLevelAlgo *, DetId::Detector detector) | |
double | getEnergySum (const reco::Candidate *emObject) const |
double | getEnergySum (const reco::SuperCluster *emObject) const |
double | getEtSum (const reco::Candidate *emObject) const |
double | getEtSum (const reco::SuperCluster *emObject) const |
void | setUseNumCrystals (bool b=true) |
void | setVetoClustered (bool b=true) |
~EgammaRecHitIsolation () | |
Private Member Functions | |
double | getSum_ (const reco::Candidate *, bool returnEt) const |
double | getSum_ (const reco::SuperCluster *, bool returnEt) const |
Private Attributes | |
const EcalRecHitCollection & | caloHits_ |
const EcalRecHitCollection * | ecalBarHits_ |
double | eLow_ |
double | etaSlice_ |
double | etLow_ |
double | extRadius_ |
std::vector< int > | flags_ |
double | intRadius_ |
std::vector< int > | severitiesexcl_ |
const EcalSeverityLevelAlgo * | sevLevel_ |
const CaloSubdetectorGeometry * | subdet_ [2] |
edm::ESHandle< CaloGeometry > | theCaloGeom_ |
bool | useNumCrystals_ |
bool | vetoClustered_ |
Definition at line 28 of file EgammaRecHitIsolation.h.
EgammaRecHitIsolation::EgammaRecHitIsolation | ( | double | extRadius, |
double | intRadius, | ||
double | etaSlice, | ||
double | etLow, | ||
double | eLow, | ||
edm::ESHandle< CaloGeometry > | theCaloGeom, | ||
const EcalRecHitCollection & | caloHits, | ||
const EcalSeverityLevelAlgo * | sl, | ||
DetId::Detector | detector | ||
) |
Definition at line 32 of file EgammaRecHitIsolation.cc.
EgammaRecHitIsolation::~EgammaRecHitIsolation | ( | ) |
Definition at line 66 of file EgammaRecHitIsolation.cc.
|
inline |
|
inline |
Definition at line 50 of file EgammaRecHitIsolation.h.
References ecalBarHits_, HLT_25ns10e33_v2_cff::recHits, and severitiesexcl_.
|
inline |
Definition at line 43 of file EgammaRecHitIsolation.h.
References getSum_().
|
inline |
Definition at line 46 of file EgammaRecHitIsolation.h.
References getSum_().
|
inline |
Definition at line 42 of file EgammaRecHitIsolation.h.
References getSum_().
|
inline |
Definition at line 45 of file EgammaRecHitIsolation.h.
References getSum_().
|
private |
Definition at line 69 of file EgammaRecHitIsolation.cc.
Referenced by getEnergySum(), and getEtSum().
|
private |
Definition at line 184 of file EgammaRecHitIsolation.cc.
|
inline |
|
inline |
|
private |
Definition at line 79 of file EgammaRecHitIsolation.h.
|
private |
Definition at line 84 of file EgammaRecHitIsolation.h.
Referenced by doSeverityChecks().
|
private |
Definition at line 75 of file EgammaRecHitIsolation.h.
|
private |
Definition at line 73 of file EgammaRecHitIsolation.h.
|
private |
Definition at line 74 of file EgammaRecHitIsolation.h.
|
private |
Definition at line 71 of file EgammaRecHitIsolation.h.
|
private |
Definition at line 91 of file EgammaRecHitIsolation.h.
Referenced by doFlagChecks().
|
private |
Definition at line 72 of file EgammaRecHitIsolation.h.
|
private |
Definition at line 86 of file EgammaRecHitIsolation.h.
Referenced by doSeverityChecks().
|
private |
Definition at line 80 of file EgammaRecHitIsolation.h.
|
private |
Definition at line 93 of file EgammaRecHitIsolation.h.
|
private |
Definition at line 78 of file EgammaRecHitIsolation.h.
|
private |
Definition at line 82 of file EgammaRecHitIsolation.h.
Referenced by setUseNumCrystals().
|
private |
Definition at line 83 of file EgammaRecHitIsolation.h.
Referenced by setVetoClustered().