CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCDcsInfoClient.h
Go to the documentation of this file.
1 #ifndef RPCDCSINFOCLIENT_H
2 #define RPCDCSINFOCLIENT_H
3 
10 
13 
15 public:
18 
19 protected:
20 
21  void beginRun(const edm::Run& r, const edm::EventSetup& c);
22  void analyze(const edm::Event& e, const edm::EventSetup& c);
24  void endRun(const edm::Run& r, const edm::EventSetup& c);
25 
26 private:
27 
29 
31 
32  std::vector<int> DCS;
33 };
34 
35 #endif
void analyze(const edm::Event &e, const edm::EventSetup &c)
RPCDcsInfoClient(const edm::ParameterSet &ps)
void beginRun(const edm::Run &r, const edm::EventSetup &c)
std::vector< int > DCS
void endLuminosityBlock(const edm::LuminosityBlock &l, const edm::EventSetup &c)
std::string dcsinfofolder_
void endRun(const edm::Run &r, const edm::EventSetup &c)
Definition: Run.h:41