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 
16 
18 
19 public:
20 
22  RPCDcsInfo(const edm::ParameterSet& ps);
23 
25  virtual ~RPCDcsInfo();
26 
27 protected:
28 
30  void analyze(const edm::Event& e, const edm::EventSetup& c);
31  void beginRun(const edm::Run& r, const edm::EventSetup& c) ;
33 
34 private:
35 
36  void makeDcsInfo(const edm::Event& e);
37 
42 
43  bool dcs;
44  // histograms
47 
48 };
49 
50 #endif
std::string dcsinfofolder_
Definition: RPCDcsInfo.h:41
virtual ~RPCDcsInfo()
Destructor.
Definition: RPCDcsInfo.cc:19
std::string subsystemname_
Definition: RPCDcsInfo.h:40
void makeDcsInfo(const edm::Event &e)
Definition: RPCDcsInfo.cc:55
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
Definition: RPCDcsInfo.cc:33
void endLuminosityBlock(const edm::LuminosityBlock &l, const edm::EventSetup &c)
Definition: RPCDcsInfo.cc:39
MonitorElement * DCSbyLS_
Definition: RPCDcsInfo.h:45
edm::ParameterSet parameters_
Definition: RPCDcsInfo.h:39
DQMStore * dbe_
Definition: RPCDcsInfo.h:38
edm::EDGetTokenT< DcsStatusCollection > scalersRawToDigiLabel_
Definition: RPCDcsInfo.h:46
bool dcs
Definition: RPCDcsInfo.h:43
RPCDcsInfo(const edm::ParameterSet &ps)
Constructor.
Definition: RPCDcsInfo.cc:7
Data Format.
Definition: RPCDcsInfo.h:17
void beginRun(const edm::Run &r, const edm::EventSetup &c)
Definition: RPCDcsInfo.cc:21
Definition: Run.h:41