CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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
41 
43 public:
44  explicit CSCCertificationInfo(const edm::ParameterSet &);
45  ~CSCCertificationInfo() override {}
46 
47 protected:
48  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
49 
50 private:
51  // virtual void beginJob() { };
52  // virtual void beginLuminosityBlock(const edm::LuminosityBlock& , const edm::EventSetup&) { }
53  // virtual void analyze(const edm::Event&, const edm::EventSetup&) { }
54  // virtual void endLuminosityBlock(const edm::LuminosityBlock& , const edm::EventSetup&) { }
55  // virtual void endJob() { }
56 
57  std::map<std::string, MonitorElement *> mos;
58 };
59 
60 #endif
std::map< std::string, MonitorElement * > mos
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
CSCCertificationInfo(const edm::ParameterSet &)