CMS 3D CMS Logo

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 
17 
20 
21 //
22 // class declaration
23 //
24 
26 public:
29 
30 protected:
31 
32  void beginRun(const edm::Run& r, const edm::EventSetup& c);
33  void analyze(const edm::Event& e, const edm::EventSetup& c);
35  void endRun(const edm::Run& r, const edm::EventSetup& c);
36 
37 private:
38 
42 
44 
45  std::vector<int> DCS;
46  std::set<unsigned int> processedLS_;
47 
48  // ---------- member data ----------
49 
53 
54 };
55 
56 #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:42