![]() |
![]() |
#include <B2GSingleLeptonHLTValidation.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
std::string | monitorPath (const std::string &label) const |
void | triggerBinLabels (const std::vector< std::string > &labels) |
set configurable labels for trigger monitoring histograms More... | |
Additional Inherited Members | |
![]() | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
![]() | |
typedef EDProducerBase | ModuleType |
![]() | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
![]() | |
typedef ProductLabels | Labels |
![]() | |
ProducesCollector | producesCollector () |
![]() | |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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) |
![]() | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
HLTriggerOffline/B2G/interface/B2GSingleLeptonHLTValidation.h
Description: compute efficiencies of trigger paths on offline reco selection with respect to pt and eta
Implementation: harvesting
HLTriggerOffline/B2G/src/B2GSingleLeptonHLTValidation.cc
Description: compute efficiencies of trigger paths on offline reco selection with respect to pt and eta
Implementation: harvesting
Definition at line 49 of file B2GSingleLeptonHLTValidation.h.
|
explicit |
Definition at line 130 of file B2GSingleLeptonHLTValidation.h.
References HLT_2018_cff::InputTag, sElectrons_, sJets_, sMuons_, sTrigger_, tokElectrons_, tokJets_, tokMuons_, and tokTrigger_.
|
override |
Definition at line 162 of file B2GSingleLeptonHLTValidation.h.
References DEFINE_FWK_MODULE.
|
overrideprivate |
Definition at line 46 of file B2GSingleLeptonHLTValidation.cc.
References MillePedeFileConverter_cfg::e, elec_, pwdgSkimBPark_cfi::electrons, reco::LeafCandidate::eta(), etaElectrons_, etaJets_, etaMuons_, dqm::impl::MonitorElement::Fill(), edm::Event::getByToken(), hDenJetEta, hDenJetPt, hDenLeptonEta, hDenLeptonPt, hDenTriggerMon, hNumJetEta, hNumJetPt, hNumLeptonEta, hNumLeptonPt, hNumTriggerMon, mps_fire::i, training_settings::idx, isAll_, edm::Ptr< T >::isNonnull(), isSel_, dqmiolumiharvest::j, jet_, singleTopDQM_cfi::jets, visualization-live-secondInstance_cfg::m, minElectrons_, minJets_, minMuons_, mu_, PDWG_BPHSkim_cff::muons, Skims_PA_cff::name, reco::LeafCandidate::pt(), ptElectrons_, ptJets0_, ptJets1_, ptJets_, ptMuons_, tokElectrons_, tokJets_, tokMuons_, tokTrigger_, L1TEGammaOffline_cfi::triggerNames, edm::TriggerNames::triggerNames(), edm::Event::triggerNames(), and vsPaths_.
|
overrideprivatevirtual |
Implements DQMEDAnalyzer.
Definition at line 183 of file B2GSingleLeptonHLTValidation.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book1D(), hDenJetEta, hDenJetPt, hDenLeptonEta, hDenLeptonPt, hDenTriggerMon, hNumJetEta, hNumJetPt, hNumLeptonEta, hNumLeptonPt, hNumTriggerMon, sDir_, dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder(), triggerBinLabels(), and vsPaths_.
|
static |
Definition at line 204 of file B2GSingleLeptonHLTValidation.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
inlineprivate |
deduce monitorPath from label, the label is expected to be of type 'selectionPath:monitorPath'
Definition at line 61 of file B2GSingleLeptonHLTValidation.h.
References SummaryClient_cfi::labels, and triggerBinLabels().
Referenced by triggerBinLabels().
|
inlineprivate |
set configurable labels for trigger monitoring histograms
Definition at line 112 of file B2GSingleLeptonHLTValidation.h.
References hDenTriggerMon, hNumTriggerMon, training_settings::idx, monitorPath(), and dqm::impl::MonitorElement::setBinLabel().
Referenced by bookHistograms(), and monitorPath().
|
private |
Definition at line 79 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 83 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 101 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 91 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 75 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 73 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 71 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 69 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 77 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze(), bookHistograms(), and triggerBinLabels().
|
private |
Definition at line 74 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 72 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 70 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 68 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 76 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze(), bookHistograms(), and triggerBinLabels().
|
private |
Definition at line 108 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 84 of file B2GSingleLeptonHLTValidation.h.
|
private |
Definition at line 92 of file B2GSingleLeptonHLTValidation.h.
|
private |
Definition at line 109 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze().
Definition at line 95 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 85 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 102 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 93 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 87 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 82 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 99 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 100 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 98 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 90 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 67 of file B2GSingleLeptonHLTValidation.h.
Referenced by bookHistograms().
|
private |
Definition at line 80 of file B2GSingleLeptonHLTValidation.h.
Referenced by B2GSingleLeptonHLTValidation().
|
private |
Definition at line 96 of file B2GSingleLeptonHLTValidation.h.
Referenced by B2GSingleLeptonHLTValidation().
|
private |
Definition at line 88 of file B2GSingleLeptonHLTValidation.h.
Referenced by B2GSingleLeptonHLTValidation().
|
private |
Definition at line 104 of file B2GSingleLeptonHLTValidation.h.
Referenced by B2GSingleLeptonHLTValidation().
|
private |
Definition at line 81 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze(), and B2GSingleLeptonHLTValidation().
|
private |
Definition at line 97 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze(), and B2GSingleLeptonHLTValidation().
|
private |
Definition at line 89 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze(), and B2GSingleLeptonHLTValidation().
|
private |
Definition at line 105 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze(), and B2GSingleLeptonHLTValidation().
|
private |
Definition at line 106 of file B2GSingleLeptonHLTValidation.h.
Referenced by analyze(), and bookHistograms().