Main Page
Namespaces
Classes
Package Documentation
DQM
EcalPreshowerMonitorClient
src
ESClient.cc
Go to the documentation of this file.
1
#include "
DQM/EcalPreshowerMonitorClient/interface/ESClient.h
"
2
3
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
4
5
ESClient::ESClient
(
edm::ParameterSet
const
& _ps) :
6
initialized_(
false
),
7
prefixME_(_ps.getUntrackedParameter<
std
::
string
>(
"prefixME"
)),
8
cloneME_(_ps.getUntrackedParameter<
bool
>(
"cloneME"
)),
9
verbose_(_ps.getUntrackedParameter<
bool
>(
"verbose"
)),
10
debug_(_ps.getUntrackedParameter<
bool
>(
"debug"
))
11
{
12
}
13
14
void
15
ESClient::setup
(
DQMStore::IBooker
& _ibooker)
16
{
17
if
(
initialized_
)
return
;
18
book
(_ibooker);
19
initialized_
=
true
;
20
}
ESClient.h
ESClient::initialized_
bool initialized_
Definition:
ESClient.h:30
funct::false
false
Definition:
Factorize.h:35
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
ESClient::ESClient
ESClient(edm::ParameterSet const &)
Definition:
ESClient.cc:5
std
Definition:
JetResolutionObject.h:80
ParameterSet.h
ESClient::book
virtual void book(DQMStore::IBooker &)
Definition:
ESClient.h:28
electrons_cff.bool
bool
Definition:
electrons_cff.py:293
ESClient::setup
void setup(DQMStore::IBooker &)
Definition:
ESClient.cc:15
edm::ParameterSet
Definition:
ParameterSet.h:36
DQMStore::IBooker
Definition:
DQMStore.h:88
Generated for CMSSW Reference Manual by
1.8.11