#include <HLTExoticaValidator.h>
Protected Member Functions | |
void | bookHistograms (DQMStore::IBooker &iBooker, const edm::Run &iRun, const edm::EventSetup &iSetup) override |
Method called by the framework to book histograms. More... | |
Protected Member Functions inherited from edm::ProducerBase | |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
declare what type of product will make and with which optional label More... | |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Private Member Functions | |
void | analyze (const edm::Event &iEvent, const edm::EventSetup &iSetup) override |
Method called for each event. More... | |
void | beginJob () override |
void | dqmBeginRun (const edm::Run &iRun, const edm::EventSetup &iSetup) override |
Method called by the framework just before dqmBeginRun() More... | |
void | dqmEndRun (const edm::Run &iRun, const edm::EventSetup &iSetup) override |
void | endJob () override |
Private Attributes | |
std::vector< std::string > | _analysisnames |
The names of the subanalyses. More... | |
std::vector< HLTExoticaSubAnalysis > | _analyzers |
The instances of the class which do the real work. More... | |
EVTColContainer * | _collections |
Centralized point of access to all collections used. More... | |
edm::ParameterSet | _pset |
Copy (to be modified) of the input ParameterSet from configuration file. More... | |
Additional Inherited Members | |
Public Types inherited from DQMOneEDAnalyzer<> | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > > |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Attributes inherited from DQMOneEDAnalyzer<> | |
edm::EDPutTokenT< DQMToken > | runToken_ |
The HLTExoticaValidator module is the main module of the package. It books a vector of auxiliary classes (HLTExoticaSubAnalysis), where each of those takes care of one single analysis. Each of those, in turn, books a vector if HLTExoticaPlotters to make plots for each HLT path
Generate histograms for trigger efficiencies Exotica related Documentation available on the CMS TWiki: https://twiki.cern.ch/twiki/bin/view/CMS/EXOTICATriggerValidation
Definition at line 37 of file HLTExoticaValidator.h.
HLTExoticaValidator::HLTExoticaValidator | ( | const edm::ParameterSet & | pset | ) |
Constructor and destructor.
Definition at line 22 of file HLTExoticaValidator.cc.
References _analysisnames, _analyzers, _collections, _pset, ramdisk_dqm_sourceclient-live_cfg::analyzer, edm::EDConsumerBase::consumesCollector(), mps_fire::i, and LogDebug.
|
override |
Definition at line 38 of file HLTExoticaValidator.cc.
References _collections.
|
overrideprivatevirtual |
Method called for each event.
Reimplemented from DQMOneEDAnalyzer<>.
Definition at line 74 of file HLTExoticaValidator.cc.
References _analyzers, _collections, iEvent, LogDebug, and EVTColContainer::reset().
|
overrideprivatevirtual |
Reimplemented from edm::one::EDProducerBase.
Definition at line 90 of file HLTExoticaValidator.cc.
References LogDebug.
|
overrideprotectedvirtual |
Method called by the framework to book histograms.
Implements DQMOneEDAnalyzer<>.
Definition at line 60 of file HLTExoticaValidator.cc.
References _analyzers, and LogDebug.
|
overrideprivatevirtual |
Method called by the framework just before dqmBeginRun()
Reimplemented from DQMOneEDAnalyzer<>.
Definition at line 51 of file HLTExoticaValidator.cc.
References _analyzers, and LogDebug.
|
overrideprivatevirtual |
Reimplemented from DQMOneEDAnalyzer<>.
Definition at line 92 of file HLTExoticaValidator.cc.
References _analyzers.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDProducerBase.
Definition at line 98 of file HLTExoticaValidator.cc.
|
private |
The names of the subanalyses.
Definition at line 59 of file HLTExoticaValidator.h.
Referenced by HLTExoticaValidator().
|
private |
The instances of the class which do the real work.
Definition at line 62 of file HLTExoticaValidator.h.
Referenced by analyze(), bookHistograms(), dqmBeginRun(), dqmEndRun(), and HLTExoticaValidator().
|
private |
Centralized point of access to all collections used.
Definition at line 65 of file HLTExoticaValidator.h.
Referenced by analyze(), HLTExoticaValidator(), and ~HLTExoticaValidator().
|
private |
Copy (to be modified) of the input ParameterSet from configuration file.
Definition at line 57 of file HLTExoticaValidator.h.
Referenced by HLTExoticaValidator().