CMS 3D CMS Logo

ESClient.cc
Go to the documentation of this file.
2 
4 
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 
13  if (initialized_)
14  return;
15  book(_ibooker);
16  initialized_ = true;
17 }
electrons_cff.bool
bool
Definition: electrons_cff.py:366
funct::false
false
Definition: Factorize.h:29
ESClient::ESClient
ESClient(edm::ParameterSet const &)
Definition: ESClient.cc:5
ESClient.h
ESClient::book
virtual void book(DQMStore::IBooker &)
Definition: ESClient.h:29
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
ESClient::setup
void setup(DQMStore::IBooker &)
Definition: ESClient.cc:12
edm::ParameterSet
Definition: ParameterSet.h:47
std
Definition: JetResolutionObject.h:76
dqm::implementation::IBooker
Definition: DQMStore.h:43
ParameterSet.h
ESClient::initialized_
bool initialized_
Definition: ESClient.h:31