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  *
9 */
10 
18 
21 
22 //
23 // class declaration
24 //
25 
27 public:
30 
31 protected:
32 
33  void beginRun(const edm::Run& r, const edm::EventSetup& c);
34  void analyze(const edm::Event& e, const edm::EventSetup& c);
36  void endRun(const edm::Run& r, const edm::EventSetup& c);
37 
38 private:
39 
43 
45 
46  std::vector<int> DCS;
47  std::set<unsigned int> processedLS_;
48 
49  // ---------- member data ----------
50 
54 
55 };
56 
57 #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:41