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 
8 
10 
11 public:
14 
15 protected:
16 
17  void beginJob();
18  void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const&); //performed in the endLumi
19  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override; //performed in the endJob
20 
21 
22 private:
23 
25 
26  std::vector<int> DCS;
27 };
28 
29 #endif
RPCDcsInfoClient(const edm::ParameterSet &ps)
std::vector< int > DCS
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &)
std::string dcsinfofolder_
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override