#include <HLTriggerOffline/B2G/src/B2GHadronicHLTValidation.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 |
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_ |
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 |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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 B2GHadronicHLTValidation.h.
|
explicit |
Definition at line 113 of file B2GHadronicHLTValidation.h.
References HLT_25ns14e33_v1_cff::InputTag, sJets_, sTrigger_, tokJets_, and tokTrigger_.
B2GHadronicHLTValidation::~B2GHadronicHLTValidation | ( | ) |
Definition at line 133 of file B2GHadronicHLTValidation.h.
|
overrideprivatevirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 44 of file B2GHadronicHLTValidation.cc.
References etaJets_, MonitorElement::Fill(), edm::Event::getByToken(), hDenJetEta, hDenJetPt, hDenTriggerMon, hNumJetEta, hNumJetPt, hNumTriggerMon, htMin_, i, customizeTrackingMonitorSeedNumber::idx, isAll_, edm::Ptr< T >::isNonnull(), isSel_, j, jet_, fwrapper::jets, minJets_, mergeVDriftHistosByStation::name, ptJets0_, ptJets1_, ptJets_, tokJets_, tokTrigger_, edm::Event::triggerNames(), and vsPaths_.
|
overrideprivatevirtual |
Implements DQMEDAnalyzer.
Definition at line 132 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 151 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 61 of file B2GHadronicHLTValidation.h.
Referenced by triggerBinLabels().
|
inlineprivate |
set configurable labels for trigger monitoring histograms
Definition at line 94 of file B2GHadronicHLTValidation.h.
References hDenTriggerMon, hNumTriggerMon, customizeTrackingMonitorSeedNumber::idx, monitorPath(), and 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().