CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMEDHarvester.h
Go to the documentation of this file.
1 #ifndef CORE_DQMED_HARVESTER_H
2 #define CORE_DQMED_HARVESTER_H
3 
4 //<<<<<< INCLUDES >>>>>>
7 
8 //<<<<<< PUBLIC DEFINES >>>>>>
9 //<<<<<< PUBLIC CONSTANTS >>>>>>
10 //<<<<<< PUBLIC TYPES >>>>>>
11 //<<<<<< PUBLIC VARIABLES >>>>>>
12 //<<<<<< PUBLIC FUNCTIONS >>>>>>
13 //<<<<<< CLASS DECLARATIONS >>>>>>
14 
16 : public edm::one::EDAnalyzer<edm::one::WatchRuns,edm::one::WatchLuminosityBlocks,edm::one::SharedResources>
17 {
18 public:
19  DQMEDHarvester(void);
20 #ifdef __INTEL_COMPILER
21  virtual ~DQMEDHarvester() = default;
22 #endif
23  // implicit copy constructor
24  // implicit assignment operator
25  // implicit destructor
26  virtual void beginRun(edm::Run const&, edm::EventSetup const&) {};
27  virtual void analyze(edm::Event const&, edm::EventSetup const&) final {};
28  virtual void endRun(edm::Run const&, edm::EventSetup const&) {};
29  virtual void beginLuminosityBlock(edm::LuminosityBlock const &, edm::EventSetup const&) final {};
30  virtual void endLuminosityBlock(edm::LuminosityBlock const &, edm::EventSetup const&) final;
31  virtual void endJob() final;
32  virtual void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const&) {};
33  virtual void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) = 0;
34 
35 private:
36 
37 };
38 
39 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>>
40 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>>
41 
42 #endif // CORE_DQMED_HARVESTER_H
virtual void endLuminosityBlock(edm::LuminosityBlock const &, edm::EventSetup const &) final
virtual void beginLuminosityBlock(edm::LuminosityBlock const &, edm::EventSetup const &) final
virtual void endJob() final
virtual void endRun(edm::Run const &, edm::EventSetup const &)
virtual void analyze(edm::Event const &, edm::EventSetup const &) final
string const
Definition: compareJSON.py:14
virtual void beginRun(edm::Run const &, edm::EventSetup const &)
virtual void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &)=0
Definition: Run.h:41
virtual void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &)