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: 2010/03/29 18:34:06 $
9  * $Revision: 1.2 $
10  * $Author: ameyer $
11  *
12 */
13 
20 
23 
24 //
25 // class declaration
26 //
27 
29 public:
32 
33 protected:
34 
35  void beginRun(const edm::Run& r, const edm::EventSetup& c);
36  void analyze(const edm::Event& e, const edm::EventSetup& c);
38  void endRun(const edm::Run& r, const edm::EventSetup& c);
39 
40 private:
41 
43  std::string subsystemname_;
44  std::string dcsinfofolder_;
45 
47 
48  std::vector<int> DCS;
49  std::set<unsigned int> processedLS_;
50 
51  // ---------- member data ----------
52 
56 
57 };
58 
59 #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:32