CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCCertificationInfo.h
Go to the documentation of this file.
1 /*
2  * =====================================================================================
3  *
4  * Filename: CSCCertificationInfo.h
5  *
6  * Description: CSC DCS Information
7  *
8  * Version: 1.0
9  * Created: 12/09/2008 10:53:27 AM
10  * Revision: none
11  * Compiler: gcc
12  *
13  * Author: Valdas Rapsevicius (VR), valdas.rapsevicius@cern.ch
14  * Company: CERN, CH
15  *
16  * =====================================================================================
17  */
18 
19 #ifndef CSCCertificationInfo_H
20 #define CSCCertificationInfo_H
21 
22 // system include files
23 #include <memory>
24 #include <iostream>
25 #include <fstream>
26 
27 // FWCore
37 
38 // DQM
42 
43 
45 
46  public:
47 
48  explicit CSCCertificationInfo(const edm::ParameterSet&);
50 
51  protected:
52  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
53 
54 
55  private:
56 
57 // virtual void beginJob() { };
58 // virtual void beginLuminosityBlock(const edm::LuminosityBlock& , const edm::EventSetup&) { }
59 // virtual void analyze(const edm::Event&, const edm::EventSetup&) { }
60 // virtual void endLuminosityBlock(const edm::LuminosityBlock& , const edm::EventSetup&) { }
61 // virtual void endJob() { }
62 
63  std::map<std::string, MonitorElement*> mos;
64 
65 };
66 
67 #endif
std::map< std::string, MonitorElement * > mos
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
CSCCertificationInfo(const edm::ParameterSet &)