CMS 3D CMS Logo

EcalPreshowerMonitorClient.h
Go to the documentation of this file.
1 #ifndef EcalPreshowerMonitorClient_H
2 #define EcalPreshowerMonitorClient_H
3 
5 
6 class ESClient;
7 
9 public:
11  ~EcalPreshowerMonitorClient() override;
12 
14 
15 private:
18  const edm::LuminosityBlock &,
19  const edm::EventSetup &) override;
20  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
21 
22  // ----------member data ---------------------------
23  bool debug_;
24  bool verbose_;
25 
26  std::vector<ESClient *> clients_;
27 
28  // Data members existed below could not have been used in any way, yet was
29  // consuming O(100kB) of memory. Removed together with htmlOutput, which was a
30  // private function that was not called from anywhere. (yiiyama, Sep 18 2014)
31 };
32 
33 #endif
EcalPreshowerMonitorClient::~EcalPreshowerMonitorClient
~EcalPreshowerMonitorClient() override
Definition: EcalPreshowerMonitorClient.cc:45
DQMEDHarvester.h
EcalPreshowerMonitorClient::verbose_
bool verbose_
Definition: EcalPreshowerMonitorClient.h:24
edm::LuminosityBlock
Definition: LuminosityBlock.h:50
EcalPreshowerMonitorClient::dqmEndLuminosityBlock
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, const edm::LuminosityBlock &, const edm::EventSetup &) override
Definition: EcalPreshowerMonitorClient.cc:84
EcalPreshowerMonitorClient::dqmEndJob
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
Definition: EcalPreshowerMonitorClient.cc:73
EcalPreshowerMonitorClient::debug_
bool debug_
Definition: EcalPreshowerMonitorClient.h:23
EcalPreshowerMonitorClient
Definition: EcalPreshowerMonitorClient.h:8
edm::ConfigurationDescriptions
Definition: ConfigurationDescriptions.h:28
edm::ParameterSet
Definition: ParameterSet.h:47
EcalPreshowerMonitorClient::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &)
Definition: EcalPreshowerMonitorClient.cc:55
EcalPreshowerMonitorClient::clients_
std::vector< ESClient * > clients_
Definition: EcalPreshowerMonitorClient.h:26
edm::EventSetup
Definition: EventSetup.h:58
ESClient
Definition: ESClient.h:12
DQMEDHarvester
Definition: DQMEDHarvester.py:1
dqm::implementation::IGetter
Definition: DQMStore.h:484
dqm::implementation::IBooker
Definition: DQMStore.h:43
EcalPreshowerMonitorClient::EcalPreshowerMonitorClient
EcalPreshowerMonitorClient(const edm::ParameterSet &)
Definition: EcalPreshowerMonitorClient.cc:19