#include <B2GHadronicHLTValidation.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static void | globalEndJob (DQMEDAnalyzerGlobalCache const *) |
static void | globalEndLuminosityBlockProduce (edm::LuminosityBlock &lumi, edm::EventSetup const &setup, LuminosityBlockContext const *context) |
static void | globalEndRunProduce (edm::Run &run, edm::EventSetup const &setup, RunContext const *context) |
static std::unique_ptr< DQMEDAnalyzerGlobalCache > | initializeGlobalCache (edm::ParameterSet const &) |
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... | |
Private Attributes | |
double | etaJets_ |
MonitorElement * | hDenJetEta |
MonitorElement * | hDenJetPt |
MonitorElement * | hDenTriggerMon |
MonitorElement * | hNumJetEta |
MonitorElement * | hNumJetPt |
MonitorElement * | hNumTriggerMon |
double | htMin_ |
bool | isAll_ = false |
bool | isSel_ = false |
edm::Ptr< reco::Jet > | jet_ |
unsigned int | minJets_ |
double | ptJets0_ |
double | ptJets1_ |
double | ptJets_ |
std::string | sDir_ |
std::string | sJets_ |
std::string | sTrigger_ |
edm::EDGetTokenT< edm::View< reco::Jet > > | tokJets_ |
edm::EDGetTokenT< edm::TriggerResults > | tokTrigger_ |
std::vector< std::string > | vsPaths_ |
HLTriggerOffline/B2G/interface/B2GHadronicHLTValidation.h
Description: compute efficiencies of trigger paths on offline reco selection with respect to pt and eta
Implementation: harvesting
HLTriggerOffline/B2G/src/B2GHadronicHLTValidation.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 B2GHadronicHLTValidation.h.
|
inlineexplicit |
Definition at line 111 of file B2GHadronicHLTValidation.h.
References HLT_FULL_cff::InputTag, sJets_, sTrigger_, tokJets_, and tokTrigger_.
|
inlineoverride |
Definition at line 130 of file B2GHadronicHLTValidation.h.
|
overrideprivatevirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 45 of file B2GHadronicHLTValidation.cc.
References reco::LeafCandidate::eta(), etaJets_, dqm::impl::MonitorElement::Fill(), hDenJetEta, hDenJetPt, hDenTriggerMon, hNumJetEta, hNumJetPt, hNumTriggerMon, htMin_, mps_fire::i, heavyIonCSV_trainingSettings::idx, iEvent, isAll_, edm::Ptr< T >::isNonnull(), isSel_, dqmiolumiharvest::j, jet_, singleTopDQM_cfi::jets, minJets_, Skims_PA_cff::name, reco::LeafCandidate::pt(), ptJets0_, ptJets1_, ptJets_, tokJets_, tokTrigger_, L1TEGammaOffline_cfi::triggerNames, and vsPaths_.
|
overrideprivatevirtual |
Implements DQMEDAnalyzer.
Definition at line 135 of file B2GHadronicHLTValidation.cc.
References dqm::implementation::IBooker::book1D(), hDenJetEta, hDenJetPt, hDenTriggerMon, hNumJetEta, hNumJetPt, hNumTriggerMon, sDir_, dqm::implementation::NavigatorBase::setCurrentFolder(), triggerBinLabels(), and vsPaths_.
|
static |
Definition at line 152 of file B2GHadronicHLTValidation.cc.
References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
inlineprivate |
deduce monitorPath from label, the label is expected to be of type 'selectionPath:monitorPath'
Definition at line 61 of file B2GHadronicHLTValidation.h.
References label.
Referenced by triggerBinLabels().
|
inlineprivate |
set configurable labels for trigger monitoring histograms
Definition at line 93 of file B2GHadronicHLTValidation.h.
References hDenTriggerMon, hNumTriggerMon, heavyIonCSV_trainingSettings::idx, SummaryClient_cfi::labels, monitorPath(), and dqm::impl::MonitorElement::setBinLabel().
Referenced by bookHistograms().
|
private |
Definition at line 81 of file B2GHadronicHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 71 of file B2GHadronicHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 69 of file B2GHadronicHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 73 of file B2GHadronicHLTValidation.h.
Referenced by analyze(), bookHistograms(), and triggerBinLabels().
|
private |
Definition at line 70 of file B2GHadronicHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 68 of file B2GHadronicHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 72 of file B2GHadronicHLTValidation.h.
Referenced by analyze(), bookHistograms(), and triggerBinLabels().
|
private |
Definition at line 83 of file B2GHadronicHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 89 of file B2GHadronicHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 90 of file B2GHadronicHLTValidation.h.
Referenced by analyze().
Definition at line 75 of file B2GHadronicHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 82 of file B2GHadronicHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 79 of file B2GHadronicHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 80 of file B2GHadronicHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 78 of file B2GHadronicHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 67 of file B2GHadronicHLTValidation.h.
Referenced by bookHistograms().
|
private |
Definition at line 76 of file B2GHadronicHLTValidation.h.
Referenced by B2GHadronicHLTValidation().
|
private |
Definition at line 85 of file B2GHadronicHLTValidation.h.
Referenced by B2GHadronicHLTValidation().
|
private |
Definition at line 77 of file B2GHadronicHLTValidation.h.
Referenced by analyze(), and B2GHadronicHLTValidation().
|
private |
Definition at line 86 of file B2GHadronicHLTValidation.h.
Referenced by analyze(), and B2GHadronicHLTValidation().
|
private |
Definition at line 87 of file B2GHadronicHLTValidation.h.
Referenced by analyze(), and bookHistograms().