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 "boost/cstdint.hpp"
25 #include <iostream>
26 #include <string>
27 #include <vector>
28 
30 
32 public:
34 
36 
37  void beginJob() override;
38  void beginRun(edm::Run const &run, edm::EventSetup const &eSetup) override;
39  void analyze(const edm::Event &, const edm::EventSetup &) override;
40  void endRun(edm::Run const &run, edm::EventSetup const &eSetup) override;
41  void endJob() override;
42 
43 private:
47 };
48 
49 #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