CMS 3D CMS Logo

RPCDcsInfoClient.h
Go to the documentation of this file.
1 #ifndef RPCDCSINFOCLIENT_H
2 #define RPCDCSINFOCLIENT_H
3 
7 
9 public:
11  ~RPCDcsInfoClient() override;
12 
13 protected:
14  void beginJob() override;
17  edm::LuminosityBlock const &,
18  edm::EventSetup const &) override; //performed in the endLumi
19  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override; //performed in the endJob
20 
21 private:
23 
24  std::vector<int> DCS;
25 };
26 
27 #endif
DQMEDHarvester.h
edm::LuminosityBlock
Definition: LuminosityBlock.h:50
RPCDcsInfoClient::~RPCDcsInfoClient
~RPCDcsInfoClient() override
Definition: RPCDcsInfoClient.cc:11
RPCDcsInfoClient::dqmEndLuminosityBlock
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
Definition: RPCDcsInfoClient.cc:15
DQMStore.h
RPCDcsInfoClient::DCS
std::vector< int > DCS
Definition: RPCDcsInfoClient.h:24
RPCDcsInfoClient::RPCDcsInfoClient
RPCDcsInfoClient(const edm::ParameterSet &ps)
Definition: RPCDcsInfoClient.cc:4
RPCDcsInfoClient::dqmEndJob
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
Definition: RPCDcsInfoClient.cc:44
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
RPCDcsInfoClient::dcsinfofolder_
std::string dcsinfofolder_
Definition: RPCDcsInfoClient.h:22
RPCDcsInfoClient
Definition: RPCDcsInfoClient.h:8
edm::ParameterSet
Definition: ParameterSet.h:36
edm::EventSetup
Definition: EventSetup.h:57
RPCDcsInfoClient::beginJob
void beginJob() override
Definition: RPCDcsInfoClient.cc:13
DQMEDHarvester
Definition: DQMEDHarvester.py:1
dqm::implementation::IGetter
Definition: DQMStore.h:484
dqm::implementation::IBooker
Definition: DQMStore.h:43
ParameterSet.h