#include <HLTHiggsValidator.h>
Public Member Functions | |
HLTHiggsValidator (const edm::ParameterSet &) | |
Constructor. More... | |
~HLTHiggsValidator () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Member Functions | |
virtual void | analyze (const edm::Event &iEvent, const edm::EventSetup &iSetup) |
virtual void | beginJob () |
virtual void | beginRun (const edm::Run &iRun, const edm::EventSetup &iSetup) |
virtual void | endJob () |
virtual void | endRun (const edm::Run &iRun, const edm::EventSetup &iSetup) |
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... | |
DQMStore * | _dbe |
edm::ParameterSet | _pset |
Input from configuration file. More... | |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
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 34 of file HLTHiggsValidator.h.
HLTHiggsValidator::HLTHiggsValidator | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 25 of file HLTHiggsValidator.cc.
References _collections.
HLTHiggsValidator::~HLTHiggsValidator | ( | ) |
Definition at line 34 of file HLTHiggsValidator.cc.
References _collections.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 60 of file HLTHiggsValidator.cc.
References _analyzers, _collections, LogTrace, and EVTColContainer::reset().
|
privatevirtual |
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 44 of file HLTHiggsValidator.cc.
References _analysisnames, _analyzers, _pset, and i.
|
privatevirtual |
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 83 of file HLTHiggsValidator.cc.
|
private |
the names of the subanalysis
Definition at line 52 of file HLTHiggsValidator.h.
Referenced by beginRun().
|
private |
The instances of the class which do the real work.
Definition at line 55 of file HLTHiggsValidator.h.
Referenced by analyze(), and beginRun().
|
private |
The container with all the collections needed.
Definition at line 58 of file HLTHiggsValidator.h.
Referenced by analyze(), HLTHiggsValidator(), and ~HLTHiggsValidator().
|
private |
Definition at line 61 of file HLTHiggsValidator.h.
|
private |
Input from configuration file.
Definition at line 50 of file HLTHiggsValidator.h.
Referenced by beginRun().