CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTExoticaValidator.h
Go to the documentation of this file.
1 #ifndef HLTriggerOffline_Exotica_HLTExoticaValidator_H
2 #define HLTriggerOffline_Exotica_HLTExoticaValidator_H
3 
20 
23 
25 
26 #include <vector>
27 #include <cstring>
28 
29 
30 class EVTColContainer;
31 
39 public:
43 
44 protected:
46  void bookHistograms(DQMStore::IBooker &iBooker, const edm::Run &iRun, const edm::EventSetup &iSetup) override;
47 
48 private:
49  virtual void beginJob();
51  virtual void dqmBeginRun(const edm::Run &iRun, const edm::EventSetup & iSetup);
53  virtual void analyze(const edm::Event & iEvent, const edm::EventSetup & iSetup);
54  virtual void endRun(const edm::Run & iRun, const edm::EventSetup & iSetup);
55  virtual void endJob();
56 
60  std::vector<std::string> _analysisnames;
61 
63  std::vector<HLTExoticaSubAnalysis> _analyzers;
64 
67 };
68 
69 #endif
std::vector< HLTExoticaSubAnalysis > _analyzers
The instances of the class which do the real work.
HLTExoticaValidator(const edm::ParameterSet &)
Constructor and destructor.
virtual void dqmBeginRun(const edm::Run &iRun, const edm::EventSetup &iSetup)
Method called by the framework just before dqmBeginRun()
container with all the objects needed
edm::ParameterSet _pset
Copy (to be modified) of the input ParameterSet from configuration file.
int iEvent
Definition: GenABIO.cc:230
std::vector< std::string > _analysisnames
The names of the subanalyses.
virtual void endRun(const edm::Run &iRun, const edm::EventSetup &iSetup)
void bookHistograms(DQMStore::IBooker &iBooker, const edm::Run &iRun, const edm::EventSetup &iSetup) override
Method called by the framework to book histograms.
EVTColContainer * _collections
Centralized point of access to all collections used.
virtual void analyze(const edm::Event &iEvent, const edm::EventSetup &iSetup)
Method called for each event.
Definition: Run.h:41