CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMDcsInfoClient.h
Go to the documentation of this file.
1 #ifndef DQMDCSINFOCLIENT_H
2 #define DQMDCSINFOCLIENT_H
3 
4 /*
5  * \class DQMDcsInfoClient
6  * \author Andreas Meyer
7  *
8  * $Date: 2012/08/02 07:59:10 $
9  * $Revision: 1.4 $
10  * $Author: rovere $
11  *
12 */
13 
21 
24 
25 //
26 // class declaration
27 //
28 
30 public:
33 
34 protected:
35 
36  void beginRun(const edm::Run& r, const edm::EventSetup& c);
37  void analyze(const edm::Event& e, const edm::EventSetup& c);
39  void endRun(const edm::Run& r, const edm::EventSetup& c);
40 
41 private:
42 
44  std::string subsystemname_;
45  std::string dcsinfofolder_;
46 
48 
49  std::vector<int> DCS;
50  std::set<unsigned int> processedLS_;
51 
52  // ---------- member data ----------
53 
57 
58 };
59 
60 #endif
void analyze(const edm::Event &e, const edm::EventSetup &c)
std::string dcsinfofolder_
void endRun(const edm::Run &r, const edm::EventSetup &c)
std::set< unsigned int > processedLS_
edm::ParameterSet parameters_
std::string subsystemname_
void endLuminosityBlock(const edm::LuminosityBlock &l, const edm::EventSetup &c)
MonitorElement * meProcessedLS_
DQMDcsInfoClient(const edm::ParameterSet &ps)
MonitorElement * reportSummary_
std::vector< int > DCS
void beginRun(const edm::Run &r, const edm::EventSetup &c)
MonitorElement * reportSummaryMap_
Definition: Run.h:33