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:
28  ~DQMDcsInfoClient() override;
29 
30 protected:
31 
32  void beginRun(const edm::Run& r, const edm::EventSetup& c) override;
33  void analyze(const edm::Event& e, const edm::EventSetup& c) override;
34  void endLuminosityBlock(const edm::LuminosityBlock& l, const edm::EventSetup& c) override;
35  void endRun(const edm::Run& r, const edm::EventSetup& c) override;
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
std::string dcsinfofolder_
void beginRun(const edm::Run &r, const edm::EventSetup &c) override
void endLuminosityBlock(const edm::LuminosityBlock &l, const edm::EventSetup &c) override
std::set< unsigned int > processedLS_
edm::ParameterSet parameters_
std::string subsystemname_
MonitorElement * meProcessedLS_
DQMDcsInfoClient(const edm::ParameterSet &ps)
MonitorElement * reportSummary_
void endRun(const edm::Run &r, const edm::EventSetup &c) override
~DQMDcsInfoClient() override
std::vector< int > DCS
void analyze(const edm::Event &e, const edm::EventSetup &c) override
MonitorElement * reportSummaryMap_
Definition: Run.h:44