#include <DQMOffline/FSQDiJetAve/plugins/FSQDiJetAve.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 |
virtual void | bookHistograms (DQMStore::IBooker &, edm::Run const &run, edm::EventSetup const &c) override |
virtual void | dqmBeginRun (edm::Run const &run, edm::EventSetup const &c) override |
Private Attributes | |
std::string | m_dirname |
triggerExpression::Data | m_eventCache |
edm::EDGetTokenT < GenEventInfoProduct > | m_genEvInfoToken |
std::vector< std::shared_ptr < FSQ::BaseHandler > > | m_handlers |
HLTConfigProvider | m_hltConfig |
std::map< std::string, MonitorElement * > | m_me |
edm::Handle < trigger::TriggerEvent > | m_trgEvent |
edm::TriggerNames | m_triggerNames |
edm::Handle< edm::TriggerResults > | m_triggerResults |
bool | m_useGenWeight |
edm::EDGetTokenT < edm::TriggerResults > | triggerResultsFUToken |
edm::InputTag | triggerResultsLabel_ |
edm::EDGetTokenT < edm::TriggerResults > | triggerResultsToken |
edm::EDGetTokenT < trigger::TriggerEvent > | triggerSummaryFUToken |
edm::InputTag | triggerSummaryLabel_ |
edm::EDGetTokenT < trigger::TriggerEvent > | triggerSummaryToken |
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: [one line class summary]
Implementation: [Notes on implementation]
Description: DQM source for FSQ triggers
Implementation:
Definition at line 59 of file FSQDiJetAve.h.
|
explicit |
Definition at line 738 of file FSQDiJetAve.cc.
References edm::EDConsumerBase::consumesCollector(), Exception, edm::ParameterSet::getParameter(), i, HLT_25ns14e33_v1_cff::InputTag, edm::InputTag::instance(), edm::InputTag::label(), m_eventCache, m_genEvInfoToken, m_handlers, m_useGenWeight, AlCaHLTBitMon_QueryRunRegistry::string, triggerResultsFUToken, triggerResultsLabel_, triggerResultsToken, triggerSummaryFUToken, triggerSummaryLabel_, and triggerSummaryToken.
FSQDiJetAve::~FSQDiJetAve | ( | ) |
Definition at line 805 of file FSQDiJetAve.cc.
|
overrideprivatevirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 809 of file FSQDiJetAve.cc.
References edm::Event::getByToken(), i, edm::HandleBase::isValid(), m_eventCache, m_genEvInfoToken, m_handlers, m_hltConfig, m_trgEvent, m_triggerNames, m_triggerResults, m_useGenWeight, edm::Handle< T >::product(), triggerExpression::Data::setEvent(), edm::Event::triggerNames(), triggerResultsFUToken, triggerResultsToken, triggerSummaryFUToken, triggerSummaryToken, and histoStyle::weight.
|
overrideprivatevirtual |
Implements DQMEDAnalyzer.
Definition at line 868 of file FSQDiJetAve.cc.
References i, and m_handlers.
|
overrideprivatevirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 859 of file FSQDiJetAve.cc.
References HLTConfigProvider::init(), LogDebug, m_hltConfig, edm::InputTag::process(), FSQHLTOfflineSource_cfi::processName, AlCaHLTBitMon_QueryRunRegistry::string, and triggerResultsLabel_.
|
static |
Definition at line 899 of file FSQDiJetAve.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
private |
Definition at line 82 of file FSQDiJetAve.h.
|
private |
Definition at line 77 of file FSQDiJetAve.h.
Referenced by analyze(), and FSQDiJetAve().
|
private |
Definition at line 89 of file FSQDiJetAve.h.
Referenced by analyze(), and FSQDiJetAve().
|
private |
Definition at line 99 of file FSQDiJetAve.h.
Referenced by analyze(), bookHistograms(), and FSQDiJetAve().
|
private |
Definition at line 79 of file FSQDiJetAve.h.
Referenced by analyze(), and dqmBeginRun().
|
private |
Definition at line 83 of file FSQDiJetAve.h.
|
private |
Definition at line 93 of file FSQDiJetAve.h.
Referenced by analyze().
|
private |
Definition at line 91 of file FSQDiJetAve.h.
Referenced by analyze().
|
private |
Definition at line 92 of file FSQDiJetAve.h.
Referenced by analyze().
|
private |
Definition at line 78 of file FSQDiJetAve.h.
Referenced by analyze(), and FSQDiJetAve().
|
private |
Definition at line 86 of file FSQDiJetAve.h.
Referenced by analyze(), and FSQDiJetAve().
|
private |
Definition at line 95 of file FSQDiJetAve.h.
Referenced by dqmBeginRun(), and FSQDiJetAve().
|
private |
Definition at line 85 of file FSQDiJetAve.h.
Referenced by analyze(), and FSQDiJetAve().
|
private |
Definition at line 88 of file FSQDiJetAve.h.
Referenced by analyze(), and FSQDiJetAve().
|
private |
Definition at line 94 of file FSQDiJetAve.h.
Referenced by FSQDiJetAve().
|
private |
Definition at line 87 of file FSQDiJetAve.h.
Referenced by analyze(), and FSQDiJetAve().