#include <B2GHadronicHLTValidation.h>
Public Member Functions | |
B2GHadronicHLTValidation (const edm::ParameterSet &) | |
~B2GHadronicHLTValidation () override | |
Public Member Functions inherited from one::DQMEDAnalyzer< T > | |
DQMEDAnalyzer ()=default | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete | |
~DQMEDAnalyzer () override=default | |
Static Public Member Functions | |
static void | fillDescriptions (edm::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... | |
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 50 of file B2GHadronicHLTValidation.h.
|
explicit |
Definition at line 112 of file B2GHadronicHLTValidation.h.
References sJets_, sTrigger_, tokJets_, and tokTrigger_.
|
override |
Definition at line 131 of file B2GHadronicHLTValidation.h.
References DEFINE_FWK_MODULE.
|
overrideprivate |
Definition at line 45 of file B2GHadronicHLTValidation.cc.
References reco::LeafCandidate::eta(), etaJets_, MonitorElement::Fill(), edm::Event::getByToken(), hDenJetEta, hDenJetPt, hDenTriggerMon, hNumJetEta, hNumJetPt, hNumTriggerMon, htMin_, mps_fire::i, training_settings::idx, isAll_, edm::Ptr< T >::isNonnull(), isSel_, jet_, fwrapper::jets, minJets_, dataset::name, reco::LeafCandidate::pt(), ptJets0_, ptJets1_, ptJets_, tokJets_, tokTrigger_, edm::TriggerNames::triggerNames(), edm::Event::triggerNames(), and vsPaths_.
|
overrideprivate |
Definition at line 135 of file B2GHadronicHLTValidation.cc.
References DQMStore::IBooker::book1D(), hDenJetEta, hDenJetPt, hDenTriggerMon, hNumJetEta, hNumJetPt, hNumTriggerMon, sDir_, DQMStore::IBooker::setCurrentFolder(), triggerBinLabels(), and vsPaths_.
|
static |
Definition at line 152 of file B2GHadronicHLTValidation.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 62 of file B2GHadronicHLTValidation.h.
References tablePrinter::labels, and triggerBinLabels().
Referenced by triggerBinLabels().
|
inlineprivate |
set configurable labels for trigger monitoring histograms
Definition at line 94 of file B2GHadronicHLTValidation.h.
References hDenTriggerMon, hNumTriggerMon, training_settings::idx, monitorPath(), and MonitorElement::setBinLabel().
Referenced by bookHistograms(), and monitorPath().
|
private |
Definition at line 82 of file B2GHadronicHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 72 of file B2GHadronicHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 70 of file B2GHadronicHLTValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 74 of file B2GHadronicHLTValidation.h.
Referenced by analyze(), bookHistograms(), and triggerBinLabels().
|
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 84 of file B2GHadronicHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 90 of file B2GHadronicHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 91 of file B2GHadronicHLTValidation.h.
Referenced by analyze().
Definition at line 76 of file B2GHadronicHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 83 of file B2GHadronicHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 80 of file B2GHadronicHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 81 of file B2GHadronicHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 79 of file B2GHadronicHLTValidation.h.
Referenced by analyze().
|
private |
Definition at line 68 of file B2GHadronicHLTValidation.h.
Referenced by bookHistograms().
|
private |
Definition at line 77 of file B2GHadronicHLTValidation.h.
Referenced by B2GHadronicHLTValidation().
|
private |
Definition at line 86 of file B2GHadronicHLTValidation.h.
Referenced by B2GHadronicHLTValidation().
|
private |
Definition at line 78 of file B2GHadronicHLTValidation.h.
Referenced by analyze(), and B2GHadronicHLTValidation().
|
private |
Definition at line 87 of file B2GHadronicHLTValidation.h.
Referenced by analyze(), and B2GHadronicHLTValidation().
|
private |
Definition at line 88 of file B2GHadronicHLTValidation.h.
Referenced by analyze(), and bookHistograms().