#include <HLTriggerOffline/Top/src/TopSingleLeptonHLTValidation.cc>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static std::shared_ptr < dqmDetails::NoCache > | globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *) |
static std::shared_ptr < dqmDetails::NoCache > | globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *) |
static void | globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *) |
static void | globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *) |
Static Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
Private Attributes | |
const reco::GsfElectron * | elec_ |
double | etaElectrons_ |
double | etaJets_ |
double | etaMuons_ |
MonitorElement * | hDenJetEta |
MonitorElement * | hDenJetPt |
MonitorElement * | hDenLeptonEta |
MonitorElement * | hDenLeptonPt |
MonitorElement * | hNumJetEta |
MonitorElement * | hNumJetPt |
MonitorElement * | hNumLeptonEta |
MonitorElement * | hNumLeptonPt |
bool | isAll_ = false |
double | isoElectrons_ |
double | isoMuons_ |
bool | isSel_ = false |
const reco::Jet * | jet_ |
unsigned int | minElectrons_ |
unsigned int | minJets_ |
unsigned int | minMuons_ |
const reco::Muon * | mu_ |
double | ptElectrons_ |
double | ptJets_ |
double | ptMuons_ |
std::string | sDir_ |
std::string | sElectrons_ |
std::string | sJets_ |
std::string | sMuons_ |
std::string | sTrigger_ |
edm::EDGetTokenT< edm::View < reco::GsfElectron > > | tokElectrons_ |
edm::EDGetTokenT< edm::View < reco::Jet > > | tokJets_ |
edm::EDGetTokenT< edm::View < reco::Muon > > | tokMuons_ |
edm::EDGetTokenT < edm::TriggerResults > | tokTrigger_ |
std::vector< std::string > | vsPaths_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > | |
typedef CacheContexts< T...> | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T...> | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT < LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Protected Member Functions inherited from edm::stream::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
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 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) |
Description: compute efficiencies of trigger paths on offline reco selection with respect to pt and eta
Implementation: harvesting
Description: compute efficiencies of trigger paths on offline reco selection with respect to pt and eta
Implementation: harvesting
Definition at line 48 of file TopSingleLeptonHLTValidation.h.
|
explicit |
Definition at line 114 of file TopSingleLeptonHLTValidation.h.
References sElectrons_, sJets_, sMuons_, sTrigger_, tokElectrons_, tokJets_, tokMuons_, and tokTrigger_.
TopSingleLeptonHLTValidation::~TopSingleLeptonHLTValidation | ( | ) |
Definition at line 145 of file TopSingleLeptonHLTValidation.h.
|
overrideprivatevirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 45 of file TopSingleLeptonHLTValidation.cc.
References alignCSCRings::e, elec_, HI_PhotonSkim_cff::electrons, reco::LeafCandidate::eta(), etaElectrons_, etaJets_, etaMuons_, MonitorElement::Fill(), edm::Event::getByToken(), hDenJetEta, hDenJetPt, hDenLeptonEta, hDenLeptonPt, hNumJetEta, hNumJetPt, hNumLeptonEta, hNumLeptonPt, i, isAll_, isoElectrons_, isoMuons_, isSel_, j, jet_, fwrapper::jets, m, minElectrons_, minJets_, minMuons_, mu_, patZpeak::muons, mergeVDriftHistosByStation::name, RecoTauCleanerPlugins::pt, reco::LeafCandidate::pt(), ptElectrons_, ptJets_, ptMuons_, tokElectrons_, tokJets_, tokMuons_, tokTrigger_, edm::Event::triggerNames(), and vsPaths_.
|
overrideprivatevirtual |
Implements DQMEDAnalyzer.
Definition at line 151 of file TopSingleLeptonHLTValidation.cc.
References DQMStore::IBooker::book1D(), hDenJetEta, hDenJetPt, hDenLeptonEta, hDenLeptonPt, hNumJetEta, hNumJetPt, hNumLeptonEta, hNumLeptonPt, sDir_, and DQMStore::IBooker::setCurrentFolder().
|
static |
Definition at line 167 of file TopSingleLeptonHLTValidation.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
private |
Definition at line 72 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 76 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 92 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 84 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 70 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 68 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 66 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 64 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 69 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 67 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 65 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 63 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 99 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 77 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 85 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 100 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 88 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 78 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 93 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 86 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 80 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 75 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 91 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 83 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 62 of file TopSingleLeptonHLTValidation.h.
Referenced by bookHistograms().
|
private |
Definition at line 73 of file TopSingleLeptonHLTValidation.h.
Referenced by TopSingleLeptonHLTValidation().
|
private |
Definition at line 89 of file TopSingleLeptonHLTValidation.h.
Referenced by TopSingleLeptonHLTValidation().
|
private |
Definition at line 81 of file TopSingleLeptonHLTValidation.h.
Referenced by TopSingleLeptonHLTValidation().
|
private |
Definition at line 95 of file TopSingleLeptonHLTValidation.h.
Referenced by TopSingleLeptonHLTValidation().
|
private |
Definition at line 74 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze(), and TopSingleLeptonHLTValidation().
|
private |
Definition at line 90 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze(), and TopSingleLeptonHLTValidation().
|
private |
Definition at line 82 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze(), and TopSingleLeptonHLTValidation().
|
private |
Definition at line 96 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze(), and TopSingleLeptonHLTValidation().
|
private |
Definition at line 97 of file TopSingleLeptonHLTValidation.h.
Referenced by analyze().