test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DQM
EcalPreshowerMonitorClient
interface
EcalPreshowerMonitorClient.h
Go to the documentation of this file.
1
#ifndef EcalPreshowerMonitorClient_H
2
#define EcalPreshowerMonitorClient_H
3
4
#include "
DQMServices/Core/interface/DQMEDHarvester.h
"
5
6
class
ESClient
;
7
8
class
EcalPreshowerMonitorClient
:
public
DQMEDHarvester
{
9
10
public
:
11
12
EcalPreshowerMonitorClient
(
const
edm::ParameterSet
&);
13
~EcalPreshowerMonitorClient
();
14
15
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
&);
16
17
private
:
18
19
void
dqmEndLuminosityBlock
(
DQMStore::IBooker
&,
DQMStore::IGetter
&,
const
edm::LuminosityBlock
&,
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 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
EcalPreshowerMonitorClient::clients_
std::vector< ESClient * > clients_
Definition:
EcalPreshowerMonitorClient.h:26
EcalPreshowerMonitorClient::debug_
bool debug_
Definition:
EcalPreshowerMonitorClient.h:23
EcalPreshowerMonitorClient::verbose_
bool verbose_
Definition:
EcalPreshowerMonitorClient.h:24
edm::LuminosityBlock
Definition:
LuminosityBlock.h:46
DQMEDHarvester.h
EcalPreshowerMonitorClient::dqmEndJob
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
Definition:
EcalPreshowerMonitorClient.cc:80
ESClient
Definition:
ESClient.h:13
EcalPreshowerMonitorClient
Definition:
EcalPreshowerMonitorClient.h:8
EcalPreshowerMonitorClient::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &)
Definition:
EcalPreshowerMonitorClient.cc:61
DQMEDHarvester
Definition:
DQMEDHarvester.h:15
DQMStore::IGetter
Definition:
DQMStore.h:190
EcalPreshowerMonitorClient::EcalPreshowerMonitorClient
EcalPreshowerMonitorClient(const edm::ParameterSet &)
Definition:
EcalPreshowerMonitorClient.cc:19
edm::EventSetup
Definition:
EventSetup.h:45
EcalPreshowerMonitorClient::dqmEndLuminosityBlock
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, const edm::LuminosityBlock &, const edm::EventSetup &) override
Definition:
EcalPreshowerMonitorClient.cc:93
edm::ParameterSet
Definition:
ParameterSet.h:36
DQMStore::IBooker
Definition:
DQMStore.h:90
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:27
EcalPreshowerMonitorClient::~EcalPreshowerMonitorClient
~EcalPreshowerMonitorClient()
Definition:
EcalPreshowerMonitorClient.cc:49
Generated for CMSSW Reference Manual by
1.8.5