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;
35 
36 private:
37 
41 
42 
43  std::vector<int> DCS;
44  std::set<unsigned int> processedLS_;
45 
46  // ---------- member data ----------
47 
51 
52 };
53 
54 #endif
std::string dcsinfofolder_
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
void beginRun(const edm::Run &r, 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_
~DQMDcsInfoClient() override
std::vector< int > DCS
MonitorElement * reportSummaryMap_
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, const edm::LuminosityBlock &l, const edm::EventSetup &c) override
Definition: Run.h:45