CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalPreshowerMonitorClient.h
Go to the documentation of this file.
1 #ifndef EcalPreshowerMonitorClient_H
2 #define EcalPreshowerMonitorClient_H
3 
5 
6 class ESClient;
7 
9 
10  public:
11 
14 
16 
17  private:
18 
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 consuming O(100kB) of memory.
29  // Removed together with htmlOutput, which was a private function that was not called from anywhere. (yiiyama, Sep 18 2014)
30 };
31 
32 #endif
std::vector< ESClient * > clients_
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
static void fillDescriptions(edm::ConfigurationDescriptions &)
EcalPreshowerMonitorClient(const edm::ParameterSet &)
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, const edm::LuminosityBlock &, const edm::EventSetup &) override