#include <HLTHiggsValidator.h>
Private Member Functions | |
void | analyze (const edm::Event &iEvent, const edm::EventSetup &iSetup) override |
void | bookHistograms (DQMStore::IBooker &, const edm::Run &, const edm::EventSetup &) override |
void | dqmBeginRun (const edm::Run &iRun, const edm::EventSetup &iSetup) override |
Private Attributes | |
std::vector< std::string > | _analysisnames |
the names of the subanalysis More... | |
std::vector< HLTHiggsSubAnalysis > | _analyzers |
The instances of the class which do the real work. More... | |
EVTColContainer * | _collections |
The container with all the collections needed. More... | |
edm::ParameterSet | _pset |
Input from configuration file. More... | |
Generate histograms for trigger efficiencies Higgs related Documentation available on the CMS TWiki: https://twiki.cern.ch/twiki/bin/view/CMS/HiggsWGHLTValidate
Definition at line 31 of file HLTHiggsValidator.h.
HLTHiggsValidator::HLTHiggsValidator | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 24 of file HLTHiggsValidator.cc.
References _analysisnames, _analyzers, _collections, _pset, ramdisk_dqm_sourceclient-live_cfg::analyzer, and mps_fire::i.
|
override |
Definition at line 35 of file HLTHiggsValidator.cc.
References _collections.
|
overrideprivatevirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 58 of file HLTHiggsValidator.cc.
References _analyzers, _collections, iEvent, and EVTColContainer::reset().
|
overrideprivatevirtual |
Implements DQMEDAnalyzer.
Definition at line 49 of file HLTHiggsValidator.cc.
References _analyzers.
|
overrideprivatevirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 42 of file HLTHiggsValidator.cc.
References _analyzers.
|
private |
the names of the subanalysis
Definition at line 46 of file HLTHiggsValidator.h.
Referenced by HLTHiggsValidator().
|
private |
The instances of the class which do the real work.
Definition at line 49 of file HLTHiggsValidator.h.
Referenced by analyze(), bookHistograms(), dqmBeginRun(), and HLTHiggsValidator().
|
private |
The container with all the collections needed.
Definition at line 52 of file HLTHiggsValidator.h.
Referenced by analyze(), HLTHiggsValidator(), and ~HLTHiggsValidator().
|
private |
Input from configuration file.
Definition at line 44 of file HLTHiggsValidator.h.
Referenced by HLTHiggsValidator().