CMS 3D CMS Logo

RPCDcsInfo.h
Go to the documentation of this file.
1 #ifndef RPCDCSINFO_H
2 #define RPCDCSINFO_H
3 
10 
13 
16 
17 class RPCDcsInfo : public DQMOneLumiEDAnalyzer<> {
18 public:
20  RPCDcsInfo(const edm::ParameterSet& ps);
21 
23  ~RPCDcsInfo() override;
24 
25 protected:
27  void analyze(const edm::Event& e, const edm::EventSetup& c) override;
28  void bookHistograms(DQMStore::IBooker&, edm::Run const&, edm::EventSetup const&) override;
29  void dqmEndLuminosityBlock(const edm::LuminosityBlock& l, const edm::EventSetup& c) override;
30 
31 private:
32  void makeDcsInfo(const edm::Event& e);
33 
34  // DQMStore *dbe_;
38 
39  bool dcs;
40  // histograms
43 };
44 
45 #endif
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Analyze.
Definition: RPCDcsInfo.cc:28
~RPCDcsInfo() override
Destructor.
Definition: RPCDcsInfo.cc:12
std::string dcsinfofolder_
Definition: RPCDcsInfo.h:37
std::string subsystemname_
Definition: RPCDcsInfo.h:36
void makeDcsInfo(const edm::Event &e)
Definition: RPCDcsInfo.cc:49
void dqmEndLuminosityBlock(const edm::LuminosityBlock &l, const edm::EventSetup &c) override
Definition: RPCDcsInfo.cc:33
MonitorElement * DCSbyLS_
Definition: RPCDcsInfo.h:41
edm::ParameterSet parameters_
Definition: RPCDcsInfo.h:35
edm::EDGetTokenT< DcsStatusCollection > scalersRawToDigiLabel_
Definition: RPCDcsInfo.h:42
bool dcs
Definition: RPCDcsInfo.h:39
RPCDcsInfo(const edm::ParameterSet &ps)
Constructor.
Definition: RPCDcsInfo.cc:6
Data Format.
Definition: RPCDcsInfo.h:17
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition: RPCDcsInfo.cc:14
Definition: Run.h:45