CMS 3D CMS Logo

SiStripMonitorCondDataOnDemandExample.h
Go to the documentation of this file.
1 #ifndef SiStripMonitorSummary_SiStripMonitorCondDataOnDemandExample_h
2 #define SiStripMonitorSummary_SiStripMonitorCondDataOnDemandExample_h
3 // -*- C++ -*-
4 //
5 // Package: SiStripMonitorSummary
6 // Class : SiStripMonitorCondDataOnDemandExample
7 //
8 // Original Author: Evelyne Delmeire
9 //
10 
11 // system include files
12 #include <memory>
13 
14 // user include files
18 
21 
23 
24 #include <iostream>
25 #include <string>
26 #include <vector>
27 
29 
31 public:
33 
35 
36  void beginJob() override;
37  void beginRun(edm::Run const &run, edm::EventSetup const &eSetup) override;
38  void analyze(const edm::Event &, const edm::EventSetup &) override;
39  void endRun(edm::Run const &run, edm::EventSetup const &eSetup) override;
40  void endJob() override;
41 
42 private:
46 };
47 
48 #endif
void analyze(const edm::Event &, const edm::EventSetup &) override
void beginRun(edm::Run const &run, edm::EventSetup const &eSetup) override
void endRun(edm::Run const &run, edm::EventSetup const &eSetup) override
Definition: Run.h:45