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 
12 // system include files
13 #include <memory>
14 
15 // user include files
19 
22 
24 
25 #include "boost/cstdint.hpp"
26 #include <iostream>
27 #include <string>
28 #include <vector>
29 
31 
33 
34  public:
35 
37 
39 
40  void beginJob() override ;
41  void beginRun(edm::Run const& run, edm::EventSetup const& eSetup) override;
42  void analyze(const edm::Event&, const edm::EventSetup&) override;
43  void endRun(edm::Run const& run, edm::EventSetup const& eSetup) override;
44  void endJob() override ;
45 
46 
47 
48  private:
52 
53 };
54 
55 #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:44