#include <EGamma/EGammaCutBasedEleIdAnalyzer/src/EGammaCutBasedEleIdAnalyzer.cc>
Public Types | |
typedef std::vector< edm::Handle< edm::ValueMap< reco::IsoDeposit > > > | IsoDepositMaps |
typedef std::vector< edm::Handle< edm::ValueMap< double > > > | IsoDepositVals |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Public Attributes | |
ElectronEffectiveArea::ElectronEffectiveAreaTarget | EAtarget |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
Private Attributes | |
edm::EDGetTokenT< reco::BeamSpot > | beamSpotToken_ |
edm::EDGetTokenT< reco::ConversionCollection > | conversionsToken_ |
std::string | EAtargetToken_ |
edm::EDGetTokenT< reco::GsfElectronCollection > | electronsToken_ |
TH1F * | h1_pt_ |
TH1F * | h1_pt_fbremeopin_ |
TH1F * | h1_pt_loose_ |
TH1F * | h1_pt_medium_ |
TH1F * | h1_pt_tight_ |
TH1F * | h1_pt_trig_ |
TH1F * | h1_pt_veto_ |
std::vector< edm::EDGetTokenT< edm::ValueMap< double > > > | isoValTokens_ |
edm::EDGetTokenT< reco::VertexCollection > | primaryVertexToken_ |
bool | printDebug_ |
edm::EDGetTokenT< double > | rhoIsoToken_ |
Additional Inherited Members | |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
void | resetItemsToGetFrom (BranchType iType) |
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 48 of file EGammaCutBasedEleIdAnalyzer.cc.
typedef std::vector<edm::Handle<edm::ValueMap<reco::IsoDeposit> > > EGammaCutBasedEleIdAnalyzer::IsoDepositMaps |
Definition at line 50 of file EGammaCutBasedEleIdAnalyzer.cc.
typedef std::vector<edm::Handle<edm::ValueMap<double> > > EGammaCutBasedEleIdAnalyzer::IsoDepositVals |
Definition at line 51 of file EGammaCutBasedEleIdAnalyzer.cc.
|
explicit |
Definition at line 93 of file EGammaCutBasedEleIdAnalyzer.cc.
References beamSpotToken_, conversionsToken_, EAtargetToken_, electronsToken_, compareTotals::fs, edm::ParameterSet::getParameter(), h1_pt_, h1_pt_fbremeopin_, h1_pt_loose_, h1_pt_medium_, h1_pt_tight_, h1_pt_trig_, h1_pt_veto_, isoValTokens_, primaryVertexToken_, printDebug_, rhoIsoToken_, AlCaHLTBitMon_QueryRunRegistry::string, makeGlobalPositionRcd_cfg::tag, and edm::vector_transform().
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 126 of file EGammaCutBasedEleIdAnalyzer.cc.
References pwdgSkimBPark_cfi::beamSpot, beamSpotToken_, conversionsToken_, EAtarget, electronsToken_, h1_pt_, h1_pt_fbremeopin_, h1_pt_loose_, h1_pt_medium_, h1_pt_tight_, h1_pt_trig_, h1_pt_veto_, mps_fire::i, iEvent, isoValTokens_, dqmiolumiharvest::j, EgammaCutBasedEleId::LOOSE, caHitNtupletGeneratorKernels::loose, EgammaCutBasedEleId::MEDIUM, dqmiodumpmetadata::n, EgammaCutBasedEleId::PassEoverPCuts(), EgammaCutBasedEleId::PassTriggerCuts(), EgammaCutBasedEleId::PassWP(), primaryVertexToken_, printDebug_, edm::Handle< T >::product(), electronIsolatorFromEffectiveArea_cfi::rhoIso, rhoIsoToken_, EgammaCutBasedEleId::TIGHT, EgammaCutBasedEleId::TRIGGERTIGHT, EgammaCutBasedEleId::TRIGGERWP70, EgammaCutBasedEleId::VETO, and PbPb_ZMuSkimMuonDPG_cff::veto.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 228 of file EGammaCutBasedEleIdAnalyzer.cc.
References EAtarget, EAtargetToken_, ElectronEffectiveArea::kEleEAData2011, ElectronEffectiveArea::kEleEAData2012, ElectronEffectiveArea::kEleEAFall11MC, ElectronEffectiveArea::kEleEANoCorr, and ElectronEffectiveArea::kEleEASummer11MC.
|
static |
Definition at line 244 of file EGammaCutBasedEleIdAnalyzer.cc.
References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
private |
Definition at line 67 of file EGammaCutBasedEleIdAnalyzer.cc.
Referenced by analyze(), and EGammaCutBasedEleIdAnalyzer().
|
private |
Definition at line 66 of file EGammaCutBasedEleIdAnalyzer.cc.
Referenced by analyze(), and EGammaCutBasedEleIdAnalyzer().
ElectronEffectiveArea::ElectronEffectiveAreaTarget EGammaCutBasedEleIdAnalyzer::EAtarget |
Definition at line 56 of file EGammaCutBasedEleIdAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 71 of file EGammaCutBasedEleIdAnalyzer.cc.
Referenced by beginJob(), and EGammaCutBasedEleIdAnalyzer().
|
private |
Definition at line 65 of file EGammaCutBasedEleIdAnalyzer.cc.
Referenced by analyze(), and EGammaCutBasedEleIdAnalyzer().
|
private |
Definition at line 77 of file EGammaCutBasedEleIdAnalyzer.cc.
Referenced by analyze(), and EGammaCutBasedEleIdAnalyzer().
|
private |
Definition at line 83 of file EGammaCutBasedEleIdAnalyzer.cc.
Referenced by analyze(), and EGammaCutBasedEleIdAnalyzer().
|
private |
Definition at line 79 of file EGammaCutBasedEleIdAnalyzer.cc.
Referenced by analyze(), and EGammaCutBasedEleIdAnalyzer().
|
private |
Definition at line 80 of file EGammaCutBasedEleIdAnalyzer.cc.
Referenced by analyze(), and EGammaCutBasedEleIdAnalyzer().
|
private |
Definition at line 81 of file EGammaCutBasedEleIdAnalyzer.cc.
Referenced by analyze(), and EGammaCutBasedEleIdAnalyzer().
|
private |
Definition at line 82 of file EGammaCutBasedEleIdAnalyzer.cc.
Referenced by analyze(), and EGammaCutBasedEleIdAnalyzer().
|
private |
Definition at line 78 of file EGammaCutBasedEleIdAnalyzer.cc.
Referenced by analyze(), and EGammaCutBasedEleIdAnalyzer().
|
private |
Definition at line 70 of file EGammaCutBasedEleIdAnalyzer.cc.
Referenced by analyze(), and EGammaCutBasedEleIdAnalyzer().
|
private |
Definition at line 69 of file EGammaCutBasedEleIdAnalyzer.cc.
Referenced by analyze(), and EGammaCutBasedEleIdAnalyzer().
|
private |
Definition at line 74 of file EGammaCutBasedEleIdAnalyzer.cc.
Referenced by analyze(), and EGammaCutBasedEleIdAnalyzer().
|
private |
Definition at line 68 of file EGammaCutBasedEleIdAnalyzer.cc.
Referenced by analyze(), and EGammaCutBasedEleIdAnalyzer().