src
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
void
ESClient::setup
(
DQMStore::IBooker
&_ibooker) {
13
if
(
initialized_
)
14
return
;
15
book
(_ibooker);
16
initialized_
=
true
;
17
}
ESClient.h
ESClient::initialized_
bool initialized_
Definition:
ESClient.h:31
funct::false
false
Definition:
Factorize.h:29
ESClient::ESClient
ESClient(edm::ParameterSet const &)
Definition:
ESClient.cc:5
std
Definition:
JetResolutionObject.h:76
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
ParameterSet.h
dqm::implementation::IBooker
Definition:
DQMStore.h:43
ESClient::book
virtual void book(DQMStore::IBooker &)
Definition:
ESClient.h:29
ESClient::setup
void setup(DQMStore::IBooker &)
Definition:
ESClient.cc:12
nano_mu_local_reco_cff.bool
bool
Definition:
nano_mu_local_reco_cff.py:13
edm::ParameterSet
Definition:
ParameterSet.h:48
Generated for CMSSW Reference Manual by
1.8.14