Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
void | endJob () override |
Private Attributes | |
TH1F * | deltaPhi_ |
TH1F * | deltaR_ |
std::string | electronID_ |
edm::EDGetTokenT< std::vector < pat::Electron > > | electronSrcToken_ |
TH1F * | eta_ |
TH1F * | genEta_ |
edm::ParameterSet | genMatchMode_ |
TH1F * | genPhi_ |
TH1F * | genPt_ |
TH1F * | invMass_ |
TH1F * | isoTag_ |
double | maxDeltaM_ |
double | maxDeltaR_ |
double | maxEta_ |
double | maxTagIso_ |
double | minPt_ |
unsigned int | mode_ |
TH1I * | nr_ |
edm::EDGetTokenT < reco::GenParticleCollection > | particleSrcToken_ |
TH1F * | phi_ |
TH1F * | pt_ |
edm::ParameterSet | tagAndProbeMode_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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 ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
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) |
Definition at line 15 of file PatElectronAnalyzer.cc.
|
explicit |
Definition at line 75 of file PatElectronAnalyzer.cc.
References deltaPhi_, deltaR_, eta_, compareTotals::fs, genEta_, genMatchMode_, genPhi_, genPt_, edm::ParameterSet::getParameter(), invMass_, isoTag_, TFileService::kSharedResource, maxDeltaM_, maxDeltaR_, maxTagIso_, nr_, phi_, pt_, and tagAndProbeMode_.
|
override |
Definition at line 106 of file PatElectronAnalyzer.cc.
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 108 of file PatElectronAnalyzer.cc.
References funct::abs(), srCondWrite_cfg::deltaPhi, HLT_FULL_cff::DeltaPhi, deltaPhi_, HLT_FULL_cff::DeltaR, HLT_FULL_cff::deltaR, deltaR_, electronID_, HI_PhotonSkim_cff::electrons, electronSrcToken_, eta_, genEta_, genPhi_, genPt_, edm::Event::getByToken(), invMass_, isoTag_, ResonanceBuilder::mass, maxDeltaM_, maxDeltaR_, maxEta_, maxTagIso_, minPt_, mode_, nr_, HLT_FULL_cff::particles, particleSrcToken_, phi_, and pt_.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 196 of file PatElectronAnalyzer.cc.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 198 of file PatElectronAnalyzer.cc.
|
private |
Definition at line 70 of file PatElectronAnalyzer.cc.
Referenced by analyze(), and PatElectronAnalyzer().
|
private |
Definition at line 67 of file PatElectronAnalyzer.cc.
Referenced by analyze(), and PatElectronAnalyzer().
|
private |
Definition at line 43 of file PatElectronAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 46 of file PatElectronAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 62 of file PatElectronAnalyzer.cc.
Referenced by analyze(), and PatElectronAnalyzer().
|
private |
Definition at line 65 of file PatElectronAnalyzer.cc.
Referenced by analyze(), and PatElectronAnalyzer().
|
private |
Definition at line 50 of file PatElectronAnalyzer.cc.
Referenced by PatElectronAnalyzer().
|
private |
Definition at line 66 of file PatElectronAnalyzer.cc.
Referenced by analyze(), and PatElectronAnalyzer().
|
private |
Definition at line 64 of file PatElectronAnalyzer.cc.
Referenced by analyze(), and PatElectronAnalyzer().
|
private |
Definition at line 69 of file PatElectronAnalyzer.cc.
Referenced by analyze(), and PatElectronAnalyzer().
|
private |
Definition at line 68 of file PatElectronAnalyzer.cc.
Referenced by analyze(), and PatElectronAnalyzer().
|
private |
Definition at line 56 of file PatElectronAnalyzer.cc.
Referenced by analyze(), and PatElectronAnalyzer().
|
private |
Definition at line 55 of file PatElectronAnalyzer.cc.
Referenced by analyze(), and PatElectronAnalyzer().
|
private |
Definition at line 28 of file PatElectronAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 57 of file PatElectronAnalyzer.cc.
Referenced by analyze(), and PatElectronAnalyzer().
|
private |
Definition at line 27 of file PatElectronAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 33 of file PatElectronAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 60 of file PatElectronAnalyzer.cc.
Referenced by analyze(), and PatElectronAnalyzer().
|
private |
Definition at line 48 of file PatElectronAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 63 of file PatElectronAnalyzer.cc.
Referenced by analyze(), and PatElectronAnalyzer().
|
private |
Definition at line 61 of file PatElectronAnalyzer.cc.
Referenced by analyze(), and PatElectronAnalyzer().
|
private |
Definition at line 51 of file PatElectronAnalyzer.cc.
Referenced by PatElectronAnalyzer().