#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::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) |
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 | endJob () override |
void | endRun (const edm::Run &iRun, const edm::EventSetup &iSetup) 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 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 DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
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 38 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, edm::EDConsumerBase::consumesCollector(), mps_fire::i, and LogDebug.
|
override |
Definition at line 43 of file HLTExoticaValidator.cc.
References _collections.
|
overrideprivate |
Method called for each event.
Definition at line 85 of file HLTExoticaValidator.cc.
References _analyzers, _collections, LogDebug, and EVTColContainer::reset().
|
overrideprivatevirtual |
Reimplemented from edm::one::EDProducerBase.
Definition at line 105 of file HLTExoticaValidator.cc.
References LogDebug.
|
overrideprotected |
Method called by the framework to book histograms.
Definition at line 69 of file HLTExoticaValidator.cc.
References _analyzers, and LogDebug.
|
overrideprivate |
Method called by the framework just before dqmBeginRun()
Definition at line 58 of file HLTExoticaValidator.cc.
References _analyzers, and LogDebug.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDProducerBase.
Definition at line 119 of file HLTExoticaValidator.cc.
|
overrideprivate |
Definition at line 110 of file HLTExoticaValidator.cc.
References _analyzers.
|
private |
The names of the subanalyses.
Definition at line 60 of file HLTExoticaValidator.h.
Referenced by HLTExoticaValidator().
|
private |
The instances of the class which do the real work.
Definition at line 63 of file HLTExoticaValidator.h.
Referenced by analyze(), bookHistograms(), dqmBeginRun(), endRun(), and HLTExoticaValidator().
|
private |
Centralized point of access to all collections used.
Definition at line 66 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 58 of file HLTExoticaValidator.h.
Referenced by HLTExoticaValidator().