CMS 3D CMS Logo

RPCDqmClient.h
Go to the documentation of this file.
1 #ifndef RPCDqmClient_H
2 #define RPCDqmClient_H
3 
8 
9 #include <string>
10 #include <vector>
11 
12 class RPCDqmClient : public DQMEDHarvester {
13 public:
16 
18  ~RPCDqmClient() override;
19 
20 protected:
21  void beginJob() override;
24  edm::LuminosityBlock const &,
25  edm::EventSetup const &) override; //performed in the endLumi
26  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override; //performed in the endJob
27 
28  void makeClientMap(const edm::ParameterSet &parameters_);
30  void getRPCdetId(const edm::EventSetup &);
31 
32 private:
35 
39  std::vector<std::string> clientList_;
42  std::vector<RPCDetId> myDetIds_;
43  std::vector<std::string> clientNames_, clientHisto_;
44  std::vector<RPCClient *> clientModules_;
45 
46  std::vector<int> clientTag_;
47 };
48 #endif
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
Definition: RPCDqmClient.cc:68
std::vector< RPCClient * > clientModules_
Definition: RPCDqmClient.h:44
MonitorElement * RPCEvents_
Definition: RPCDqmClient.h:41
void beginJob() override
Definition: RPCDqmClient.cc:56
std::string prefixDir_
Definition: RPCDqmClient.h:37
~RPCDqmClient() override
Destructor.
Definition: RPCDqmClient.cc:54
void getMonitorElements(DQMStore::IGetter &)
std::vector< std::string > clientList_
Definition: RPCDqmClient.h:39
void makeClientMap(const edm::ParameterSet &parameters_)
std::vector< std::string > clientHisto_
Definition: RPCDqmClient.h:43
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
bool useRollInfo_
Definition: RPCDqmClient.h:36
std::string globalFolder_
Definition: RPCDqmClient.h:38
void getRPCdetId(const edm::EventSetup &)
int minimumEvents_
Definition: RPCDqmClient.h:34
std::vector< int > clientTag_
Definition: RPCDqmClient.h:46
std::vector< RPCDetId > myDetIds_
Definition: RPCDqmClient.h:42
bool enableDQMClients_
Definition: RPCDqmClient.h:36
RPCDqmClient(const edm::ParameterSet &ps)
Constructor.
Definition: RPCDqmClient.cc:22
std::vector< std::string > clientNames_
Definition: RPCDqmClient.h:43
int prescaleGlobalFactor_
Definition: RPCDqmClient.h:34
bool offlineDQM_
Definition: RPCDqmClient.h:33