CMS 3D CMS Logo

List of all members | Public Member Functions | Protected Member Functions | Private Attributes
RPCDqmClient Class Reference

#include <RPCDqmClient.h>

Inheritance diagram for RPCDqmClient:
DQMEDHarvester edm::one::EDProducer< edm::Accumulator, edm::EndLuminosityBlockProducer, edm::EndRunProducer, edm::one::WatchLuminosityBlocks, edm::one::WatchRuns, edm::one::SharedResources > edm::one::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 RPCDqmClient (const edm::ParameterSet &ps)
 Constructor. More...
 
 ~RPCDqmClient () override
 Destructor. More...
 
- Public Member Functions inherited from DQMEDHarvester
void accumulate (edm::Event const &ev, edm::EventSetup const &es) final
 
void beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final
 
void beginRun (edm::Run const &, edm::EventSetup const &) override
 
 DQMEDHarvester ()
 
void endJob () final
 
void endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final
 
void endLuminosityBlockProduce (edm::LuminosityBlock &, edm::EventSetup const &) final
 
void endRun (edm::Run const &, edm::EventSetup const &) override
 
void endRunProduce (edm::Run &run, edm::EventSetup const &setup) override
 
 ~DQMEDHarvester () override=default
 
- Public Member Functions inherited from edm::one::EDProducer< edm::Accumulator, edm::EndLuminosityBlockProducer, edm::EndRunProducer, edm::one::WatchLuminosityBlocks, edm::one::WatchRuns, edm::one::SharedResources >
 EDProducer ()=default
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
- Public Member Functions inherited from edm::one::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDProducerBase () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Protected Member Functions

void beginJob () override
 
void dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override
 
void dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
 
void getMonitorElements (DQMStore::IGetter &)
 
void getRPCdetId (const edm::EventSetup &)
 
void makeClientMap (const edm::ParameterSet &parameters_)
 
- Protected Member Functions inherited from edm::ProducerBase
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Private Attributes

std::vector< std::string > clientHisto_
 
std::vector< std::string > clientList_
 
std::vector< RPCClient * > clientModules_
 
std::vector< std::string > clientNames_
 
std::vector< int > clientTag_
 
bool enableDQMClients_
 
std::string globalFolder_
 
int lumiCounter_
 
int minimumEvents_
 
std::vector< RPCDetIdmyDetIds_
 
int numLumBlock_
 
bool offlineDQM_
 
std::string prefixDir_
 
int prescaleGlobalFactor_
 
MonitorElementRPCEvents_
 
bool useRollInfo_
 

Additional Inherited Members

- Public Types inherited from DQMEDHarvester
typedef dqm::harvesting::DQMStore DQMStore
 
typedef dqm::harvesting::MonitorElement MonitorElement
 
- Public Types inherited from edm::one::EDProducerBase
typedef EDProducerBase ModuleType
 
- Public Types inherited from edm::ProducerBase
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >>
 
typedef ProductRegistryHelper::TypeLabelList TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Attributes inherited from DQMEDHarvester
edm::EDPutTokenT< DQMTokenlumiToken_
 
edm::EDPutTokenT< DQMTokenrunToken_
 

Detailed Description

Definition at line 12 of file RPCDqmClient.h.

Constructor & Destructor Documentation

RPCDqmClient::RPCDqmClient ( const edm::ParameterSet ps)

Constructor.

Definition at line 22 of file RPCDqmClient.cc.

References clientList_, enableDQMClients_, edm::ParameterSet::getUntrackedParameter(), globalFolder_, lumiCounter_, makeClientMap(), minimumEvents_, offlineDQM_, prefixDir_, prescaleGlobalFactor_, AlCaHLTBitMon_QueryRunRegistry::string, and useRollInfo_.

22  {
23  edm::LogVerbatim("rpcdqmclient") << "[RPCDqmClient]: Constructor";
24 
25  offlineDQM_ = parameters_.getUntrackedParameter<bool>("OfflineDQM", true);
26  useRollInfo_ = parameters_.getUntrackedParameter<bool>("UseRollInfo", false);
27  //check enabling
28  enableDQMClients_ = parameters_.getUntrackedParameter<bool>("EnableRPCDqmClient", true);
29  minimumEvents_ = parameters_.getUntrackedParameter<int>("MinimumRPCEvents", 10000);
30 
31  std::string subsystemFolder = parameters_.getUntrackedParameter<std::string>("RPCFolder", "RPC");
32  std::string recHitTypeFolder = parameters_.getUntrackedParameter<std::string>("RecHitTypeFolder", "AllHits");
33  std::string summaryFolder = parameters_.getUntrackedParameter<std::string>("SummaryFolder", "SummaryHistograms");
34 
35  prefixDir_ = subsystemFolder + "/" + recHitTypeFolder;
36  globalFolder_ = subsystemFolder + "/" + recHitTypeFolder + "/" + summaryFolder;
37 
38  //get prescale factor
39  prescaleGlobalFactor_ = parameters_.getUntrackedParameter<int>("DiagnosticGlobalPrescale", 5);
40 
41  //make default client list
42  clientList_.push_back("RPCMultiplicityTest");
43  clientList_.push_back("RPCDeadChannelTest");
44  clientList_.push_back("RPCClusterSizeTest");
45  clientList_ = parameters_.getUntrackedParameter<std::vector<std::string> >("RPCDqmClientList", clientList_);
46 
47  //get all the possible RPC DQM clients
48  this->makeClientMap(parameters_);
49 
50  //clear counters
51  lumiCounter_ = 0;
52 }
std::string prefixDir_
Definition: RPCDqmClient.h:37
std::vector< std::string > clientList_
Definition: RPCDqmClient.h:39
void makeClientMap(const edm::ParameterSet &parameters_)
bool useRollInfo_
Definition: RPCDqmClient.h:36
std::string globalFolder_
Definition: RPCDqmClient.h:38
int minimumEvents_
Definition: RPCDqmClient.h:34
bool enableDQMClients_
Definition: RPCDqmClient.h:36
int prescaleGlobalFactor_
Definition: RPCDqmClient.h:34
bool offlineDQM_
Definition: RPCDqmClient.h:33
RPCDqmClient::~RPCDqmClient ( )
override

Destructor.

Definition at line 54 of file RPCDqmClient.cc.

54 {}

Member Function Documentation

void RPCDqmClient::beginJob ( void  )
overrideprotectedvirtual

Reimplemented from edm::one::EDProducerBase.

Definition at line 56 of file RPCDqmClient.cc.

References clientModules_, enableDQMClients_, and globalFolder_.

56  {
57  if (!enableDQMClients_) {
58  return;
59  };
60  edm::LogVerbatim("rpcdqmclient") << "[RPCDqmClient]: Begin Job";
61 
62  //Do whatever the begin jobs of all client modules do
63  for (std::vector<RPCClient*>::iterator it = clientModules_.begin(); it != clientModules_.end(); it++) {
64  (*it)->beginJob(globalFolder_);
65  }
66 }
std::vector< RPCClient * > clientModules_
Definition: RPCDqmClient.h:44
std::string globalFolder_
Definition: RPCDqmClient.h:38
bool enableDQMClients_
Definition: RPCDqmClient.h:36
void RPCDqmClient::dqmEndJob ( DQMStore::IBooker ibooker,
DQMStore::IGetter igetter 
)
overrideprotectedvirtual

Implements DQMEDHarvester.

Definition at line 117 of file RPCDqmClient.cc.

References clientModules_, enableDQMClients_, dqm::impl::MonitorElement::getBinContent(), getMonitorElements(), minimumEvents_, offlineDQM_, and RPCEvents_.

117  {
118  if (!enableDQMClients_) {
119  return;
120  }
121 
122  edm::LogVerbatim("rpcdqmclient") << "[RPCDqmClient]: End DQM Job";
123 
124  if (offlineDQM_) { // ...get chamber based histograms and pass them to the client modules
125  this->getMonitorElements(igetter);
126  }
127 
128  float rpcevents = minimumEvents_;
129  if (RPCEvents_) {
130  rpcevents = RPCEvents_->getBinContent(1);
131  }
132  if (rpcevents < minimumEvents_) {
133  return;
134  }
135 
136  edm::LogVerbatim("rpcdqmclient") << "[RPCDqmClient]: Client operations";
137  for (std::vector<RPCClient*>::iterator it = clientModules_.begin(); it != clientModules_.end(); it++) {
138  (*it)->clientOperation();
139  }
140 }
std::vector< RPCClient * > clientModules_
Definition: RPCDqmClient.h:44
MonitorElement * RPCEvents_
Definition: RPCDqmClient.h:41
void getMonitorElements(DQMStore::IGetter &)
virtual double getBinContent(int binx) const
get content of bin (1-D)
int minimumEvents_
Definition: RPCDqmClient.h:34
bool enableDQMClients_
Definition: RPCDqmClient.h:36
bool offlineDQM_
Definition: RPCDqmClient.h:33
void RPCDqmClient::dqmEndLuminosityBlock ( DQMStore::IBooker ibooker,
DQMStore::IGetter igetter,
edm::LuminosityBlock const &  lumiSeg,
edm::EventSetup const &  c 
)
overrideprotectedvirtual

Reimplemented from DQMEDHarvester.

Definition at line 68 of file RPCDqmClient.cc.

References clientModules_, enableDQMClients_, dqm::impl::MonitorElement::getBinContent(), getMonitorElements(), getRPCdetId(), lumiCounter_, minimumEvents_, myDetIds_, offlineDQM_, prescaleGlobalFactor_, and RPCEvents_.

71  {
72  if (!enableDQMClients_) {
73  return;
74  }
75  edm::LogVerbatim("rpcdqmclient") << "[RPCDqmClient]: End DQM LB";
76 
77  if (myDetIds_.empty()) {
78  //Get RPCdetId...
79 
80  this->getRPCdetId(c);
81 
82  //...book summary histograms
83  for (std::vector<RPCClient*>::iterator it = clientModules_.begin(); it != clientModules_.end(); it++) {
84  (*it)->myBooker(ibooker);
85  }
86  }
87 
88  if (!offlineDQM_) { //Do this only for the online
89 
90  if (lumiCounter_ == 0) { //only for the first lumi section do this...
91  // ...get chamber based histograms and pass them to the client modules
92  this->getMonitorElements(igetter);
93  }
94 
95  //Do not perform client oparations every lumi block
96  lumiCounter_++;
98  return;
99  }
100 
101  //Check if there's enough statistics
102  float rpcevents = minimumEvents_;
103  if (RPCEvents_) {
104  rpcevents = RPCEvents_->getBinContent(1);
105  }
106  if (rpcevents < minimumEvents_) {
107  return;
108  }
109 
110  edm::LogVerbatim("rpcdqmclient") << "[RPCDqmClient]: Client operations";
111  for (std::vector<RPCClient*>::iterator it = clientModules_.begin(); it != clientModules_.end(); it++) {
112  (*it)->clientOperation();
113  }
114  } //end of online operations
115 }
std::vector< RPCClient * > clientModules_
Definition: RPCDqmClient.h:44
MonitorElement * RPCEvents_
Definition: RPCDqmClient.h:41
void getMonitorElements(DQMStore::IGetter &)
virtual double getBinContent(int binx) const
get content of bin (1-D)
void getRPCdetId(const edm::EventSetup &)
int minimumEvents_
Definition: RPCDqmClient.h:34
std::vector< RPCDetId > myDetIds_
Definition: RPCDqmClient.h:42
bool enableDQMClients_
Definition: RPCDqmClient.h:36
int prescaleGlobalFactor_
Definition: RPCDqmClient.h:34
bool offlineDQM_
Definition: RPCDqmClient.h:33
void RPCDqmClient::getMonitorElements ( DQMStore::IGetter igetter)
protected

Definition at line 142 of file RPCDqmClient.cc.

References RPCGeomServ::chambername(), GetRecoTauVFromDQM_MC_cff::cl, clientHisto_, clientModules_, RPCBookFolderStructure::folderStructure(), dqm::dqmstoreimpl::DQMStore::IGetter::get(), myDetIds_, RPCGeomServ::name(), prefixDir_, RPCEvents_, AlCaHLTBitMon_QueryRunRegistry::string, and useRollInfo_.

Referenced by dqmEndJob(), and dqmEndLuminosityBlock().

142  {
143  std::vector<MonitorElement*> myMeVect;
144  std::vector<RPCDetId> myDetIds;
145 
146  //dbe_->setCurrentFolder(prefixDir_);
148  MonitorElement* myMe = nullptr;
149  std::string rollName = "";
150 
151  //loop on all geometry and get all histos
152  for (auto& detId : myDetIds_) {
153  //Get name
154  RPCGeomServ RPCname(detId);
155  rollName = useRollInfo_ ? RPCname.name() : RPCname.chambername();
156 
157  //loop on clients
158  for (unsigned int cl = 0, nCL = clientModules_.size(); cl < nCL; ++cl) {
159  myMe =
160  igetter.get(prefixDir_ + "/" + folderStr->folderStructure(detId) + "/" + clientHisto_[cl] + "_" + rollName);
161  if (!myMe) {
162  continue;
163  }
164 
165  // dbe_->tag(myMe, clientTag_[cl]);
166  myMeVect.push_back(myMe);
167  myDetIds.push_back(detId);
168 
169  } //end loop on clients
170  } //end loop on all geometry and get all histos
171 
172  RPCEvents_ = igetter.get(prefixDir_ + "/RPCEvents");
173  for (unsigned int cl = 0; cl < clientModules_.size(); ++cl) {
174  clientModules_[cl]->getMonitorElements(myMeVect, myDetIds, clientHisto_[cl]);
175  }
176 
177  delete folderStr;
178 }
std::vector< RPCClient * > clientModules_
Definition: RPCDqmClient.h:44
MonitorElement * RPCEvents_
Definition: RPCDqmClient.h:41
std::string prefixDir_
Definition: RPCDqmClient.h:37
std::vector< std::string > clientHisto_
Definition: RPCDqmClient.h:43
bool useRollInfo_
Definition: RPCDqmClient.h:36
std::string folderStructure(RPCDetId detId)
std::vector< RPCDetId > myDetIds_
Definition: RPCDqmClient.h:42
void RPCDqmClient::getRPCdetId ( const edm::EventSetup eventSetup)
protected

Definition at line 180 of file RPCDqmClient.cc.

References RPCGeometry::dets(), edm::EventSetup::get(), myDetIds_, alignCSCRings::r, and RPCChamber::rolls().

Referenced by dqmEndLuminosityBlock().

180  {
181  myDetIds_.clear();
182 
184  eventSetup.get<MuonGeometryRecord>().get(rpcGeo);
185 
186  for (auto& det : rpcGeo->dets()) {
187  const RPCChamber* ch = dynamic_cast<const RPCChamber*>(det);
188  if (!ch)
189  continue;
190 
191  //Loop on rolls in given chamber
192  for (auto& r : ch->rolls()) {
193  RPCDetId detId = r->id();
194  myDetIds_.push_back(detId);
195  }
196  }
197 }
const std::vector< const RPCRoll * > & rolls() const
Return the Rolls.
Definition: RPCChamber.cc:40
const DetContainer & dets() const override
Returm a vector of all GeomDet (including all GeomDetUnits)
Definition: RPCGeometry.cc:24
std::vector< RPCDetId > myDetIds_
Definition: RPCDqmClient.h:42
T get() const
Definition: EventSetup.h:73
void RPCDqmClient::makeClientMap ( const edm::ParameterSet parameters_)
protected

Definition at line 199 of file RPCDqmClient.cc.

References clientHisto_, clientList_, clientModules_, mps_fire::i, RPC_Client_on_RootFile::RPCClusterSizeTest, RPC_Client_on_RootFile::RPCDeadChannelTest, RPC_Client_on_RootFile::RPCMultiplicityTest, RPC_Client_on_RootFile::RPCNoisyStripTest, and RPC_Client_on_RootFile::RPCOccupancyTest.

Referenced by RPCDqmClient().

199  {
200  for (unsigned int i = 0; i < clientList_.size(); i++) {
201  if (clientList_[i] == "RPCMultiplicityTest") {
202  clientHisto_.push_back("Multiplicity");
203  // clientTag_.push_back(rpcdqm::MULTIPLICITY);
204  clientModules_.push_back(new RPCMultiplicityTest(parameters_));
205  } else if (clientList_[i] == "RPCDeadChannelTest") {
206  clientHisto_.push_back("Occupancy");
207  clientModules_.push_back(new RPCDeadChannelTest(parameters_));
208  // clientTag_.push_back(rpcdqm::OCCUPANCY);
209  } else if (clientList_[i] == "RPCClusterSizeTest") {
210  clientHisto_.push_back("ClusterSize");
211  clientModules_.push_back(new RPCClusterSizeTest(parameters_));
212  // clientTag_.push_back(rpcdqm::CLUSTERSIZE);
213  } else if (clientList_[i] == "RPCOccupancyTest") {
214  clientHisto_.push_back("Occupancy");
215  clientModules_.push_back(new RPCOccupancyTest(parameters_));
216  // clientTag_.push_back(rpcdqm::OCCUPANCY);
217  } else if (clientList_[i] == "RPCNoisyStripTest") {
218  clientHisto_.push_back("Occupancy");
219  clientModules_.push_back(new RPCNoisyStripTest(parameters_));
220  //clientTag_.push_back(rpcdqm::OCCUPANCY);
221  }
222  }
223 
224  return;
225 }
std::vector< RPCClient * > clientModules_
Definition: RPCDqmClient.h:44
std::vector< std::string > clientList_
Definition: RPCDqmClient.h:39
std::vector< std::string > clientHisto_
Definition: RPCDqmClient.h:43
RPCDeadChannelTest
RPC Client Modules #######################.

Member Data Documentation

std::vector<std::string> RPCDqmClient::clientHisto_
private

Definition at line 43 of file RPCDqmClient.h.

Referenced by getMonitorElements(), and makeClientMap().

std::vector<std::string> RPCDqmClient::clientList_
private

Definition at line 39 of file RPCDqmClient.h.

Referenced by makeClientMap(), and RPCDqmClient().

std::vector<RPCClient *> RPCDqmClient::clientModules_
private
std::vector<std::string> RPCDqmClient::clientNames_
private

Definition at line 43 of file RPCDqmClient.h.

std::vector<int> RPCDqmClient::clientTag_
private

Definition at line 46 of file RPCDqmClient.h.

bool RPCDqmClient::enableDQMClients_
private

Definition at line 36 of file RPCDqmClient.h.

Referenced by beginJob(), dqmEndJob(), dqmEndLuminosityBlock(), and RPCDqmClient().

std::string RPCDqmClient::globalFolder_
private

Definition at line 38 of file RPCDqmClient.h.

Referenced by beginJob(), and RPCDqmClient().

int RPCDqmClient::lumiCounter_
private

Definition at line 40 of file RPCDqmClient.h.

Referenced by dqmEndLuminosityBlock(), and RPCDqmClient().

int RPCDqmClient::minimumEvents_
private

Definition at line 34 of file RPCDqmClient.h.

Referenced by dqmEndJob(), dqmEndLuminosityBlock(), and RPCDqmClient().

std::vector<RPCDetId> RPCDqmClient::myDetIds_
private

Definition at line 42 of file RPCDqmClient.h.

Referenced by dqmEndLuminosityBlock(), getMonitorElements(), and getRPCdetId().

int RPCDqmClient::numLumBlock_
private

Definition at line 34 of file RPCDqmClient.h.

bool RPCDqmClient::offlineDQM_
private

Definition at line 33 of file RPCDqmClient.h.

Referenced by dqmEndJob(), dqmEndLuminosityBlock(), and RPCDqmClient().

std::string RPCDqmClient::prefixDir_
private

Definition at line 37 of file RPCDqmClient.h.

Referenced by getMonitorElements(), and RPCDqmClient().

int RPCDqmClient::prescaleGlobalFactor_
private

Definition at line 34 of file RPCDqmClient.h.

Referenced by dqmEndLuminosityBlock(), and RPCDqmClient().

MonitorElement* RPCDqmClient::RPCEvents_
private

Definition at line 41 of file RPCDqmClient.h.

Referenced by dqmEndJob(), dqmEndLuminosityBlock(), and getMonitorElements().

bool RPCDqmClient::useRollInfo_
private

Definition at line 36 of file RPCDqmClient.h.

Referenced by getMonitorElements(), and RPCDqmClient().