CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCDcsInfo.h
Go to the documentation of this file.
1 #ifndef RPCDCSINFO_H
2 #define RPCDCSINFO_H
3 
10 
13 
15 
16 public:
17 
19  RPCDcsInfo(const edm::ParameterSet& ps);
20 
22  virtual ~RPCDcsInfo();
23 
24 protected:
25 
27  void analyze(const edm::Event& e, const edm::EventSetup& c);
28  void beginRun(const edm::Run& r, const edm::EventSetup& c) ;
30 
31 private:
32 
33  void makeDcsInfo(const edm::Event& e);
34 
36  std::string scalersRawToDigiLabel_ ;
38  std::string subsystemname_;
39  std::string dcsinfofolder_;
40 
41  bool dcs;
42  // histograms
44 
45 };
46 
47 #endif
std::string dcsinfofolder_
Definition: RPCDcsInfo.h:39
virtual ~RPCDcsInfo()
Destructor.
Definition: RPCDcsInfo.cc:20
std::string subsystemname_
Definition: RPCDcsInfo.h:38
void makeDcsInfo(const edm::Event &e)
Definition: RPCDcsInfo.cc:56
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
Definition: RPCDcsInfo.cc:34
void endLuminosityBlock(const edm::LuminosityBlock &l, const edm::EventSetup &c)
Definition: RPCDcsInfo.cc:40
MonitorElement * DCSbyLS_
Definition: RPCDcsInfo.h:43
edm::ParameterSet parameters_
Definition: RPCDcsInfo.h:37
DQMStore * dbe_
Definition: RPCDcsInfo.h:35
bool dcs
Definition: RPCDcsInfo.h:41
std::string scalersRawToDigiLabel_
Definition: RPCDcsInfo.h:36
RPCDcsInfo(const edm::ParameterSet &ps)
Constructor.
Definition: RPCDcsInfo.cc:8
void beginRun(const edm::Run &r, const edm::EventSetup &c)
Definition: RPCDcsInfo.cc:22
Definition: Run.h:33