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::EndLuminosityBlockProducer, edm::EndRunProducer, edm::one::WatchLuminosityBlocks, edm::one::WatchRuns, edm::one::SharedResources, edm::Accumulator > 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 beginJob () override
 
void beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &) final
 
void beginRun (edm::Run const &run, edm::EventSetup const &) override
 
virtual void dqmAnalyze (DQMStore::IBooker &, DQMStore::IGetter &, edm::Event const &, edm::EventSetup const &)
 
 DQMEDHarvester ()
 
 DQMEDHarvester (edm::ParameterSet const &iConfig)
 
virtual void dqmEndRun (DQMStore::IBooker &, DQMStore::IGetter &, edm::Run const &, edm::EventSetup const &)
 
void endJob () final
 
void endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final
 
void endLuminosityBlockProduce (edm::LuminosityBlock &lumi, edm::EventSetup const &es) final
 
void endRun (edm::Run const &, edm::EventSetup const &) override
 
void endRunProduce (edm::Run &run, edm::EventSetup const &es) final
 
 ~DQMEDHarvester () override=default
 
- Public Member Functions inherited from edm::one::EDProducer< edm::EndLuminosityBlockProducer, edm::EndRunProducer, edm::one::WatchLuminosityBlocks, edm::one::WatchRuns, edm::one::SharedResources, edm::Accumulator >
 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
 
std::vector< bool > const & recordProvenanceList () 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)
 
TypeLabelList const & typeLabelList () const
 used by the fwk to register the list of products of this module More...
 
 ~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 &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
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
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
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
template<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 declare what type of product will make and with which optional label More...
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<BranchType B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<Transition B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (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)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (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
DQMStoredqmstore_
 
edm::GetterOfProducts< DQMTokenlumimegetter_
 
edm::EDPutTokenT< DQMTokenlumiToken_
 
edm::GetterOfProducts< DQMTokenrunmegetter_
 
edm::EDPutTokenT< DQMTokenrunToken_
 

Detailed Description

Definition at line 12 of file RPCDqmClient.h.

Constructor & Destructor Documentation

◆ RPCDqmClient()

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

Constructor.

Definition at line 22 of file RPCDqmClient.cc.

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 }

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

◆ ~RPCDqmClient()

RPCDqmClient::~RPCDqmClient ( )
override

Destructor.

Definition at line 54 of file RPCDqmClient.cc.

54 {}

Member Function Documentation

◆ beginJob()

void RPCDqmClient::beginJob ( void  )
overrideprotectedvirtual

Reimplemented from edm::one::EDProducerBase.

Definition at line 56 of file RPCDqmClient.cc.

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 }

References clientModules_, enableDQMClients_, and globalFolder_.

◆ dqmEndJob()

void RPCDqmClient::dqmEndJob ( DQMStore::IBooker ibooker,
DQMStore::IGetter igetter 
)
overrideprotectedvirtual

Implements DQMEDHarvester.

Definition at line 117 of file RPCDqmClient.cc.

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 }

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

◆ dqmEndLuminosityBlock()

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.

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 }

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

◆ getMonitorElements()

void RPCDqmClient::getMonitorElements ( DQMStore::IGetter igetter)
protected

Definition at line 142 of file RPCDqmClient.cc.

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 }

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

Referenced by dqmEndJob(), and dqmEndLuminosityBlock().

◆ getRPCdetId()

void RPCDqmClient::getRPCdetId ( const edm::EventSetup eventSetup)
protected

Definition at line 180 of file RPCDqmClient.cc.

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 }

References RPCGeometry::dets(), options_cfi::eventSetup, get, myDetIds_, alignCSCRings::r, and RPCChamber::rolls().

Referenced by dqmEndLuminosityBlock().

◆ makeClientMap()

void RPCDqmClient::makeClientMap ( const edm::ParameterSet parameters_)
protected

Definition at line 199 of file RPCDqmClient.cc.

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 }

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().

Member Data Documentation

◆ clientHisto_

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

Definition at line 43 of file RPCDqmClient.h.

Referenced by getMonitorElements(), and makeClientMap().

◆ clientList_

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

Definition at line 39 of file RPCDqmClient.h.

Referenced by makeClientMap(), and RPCDqmClient().

◆ clientModules_

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

◆ clientNames_

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

Definition at line 43 of file RPCDqmClient.h.

◆ clientTag_

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

Definition at line 46 of file RPCDqmClient.h.

◆ enableDQMClients_

bool RPCDqmClient::enableDQMClients_
private

Definition at line 36 of file RPCDqmClient.h.

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

◆ globalFolder_

std::string RPCDqmClient::globalFolder_
private

Definition at line 38 of file RPCDqmClient.h.

Referenced by beginJob(), and RPCDqmClient().

◆ lumiCounter_

int RPCDqmClient::lumiCounter_
private

Definition at line 40 of file RPCDqmClient.h.

Referenced by dqmEndLuminosityBlock(), and RPCDqmClient().

◆ minimumEvents_

int RPCDqmClient::minimumEvents_
private

Definition at line 34 of file RPCDqmClient.h.

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

◆ myDetIds_

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

Definition at line 42 of file RPCDqmClient.h.

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

◆ numLumBlock_

int RPCDqmClient::numLumBlock_
private

Definition at line 34 of file RPCDqmClient.h.

◆ offlineDQM_

bool RPCDqmClient::offlineDQM_
private

Definition at line 33 of file RPCDqmClient.h.

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

◆ prefixDir_

std::string RPCDqmClient::prefixDir_
private

Definition at line 37 of file RPCDqmClient.h.

Referenced by getMonitorElements(), and RPCDqmClient().

◆ prescaleGlobalFactor_

int RPCDqmClient::prescaleGlobalFactor_
private

Definition at line 34 of file RPCDqmClient.h.

Referenced by dqmEndLuminosityBlock(), and RPCDqmClient().

◆ RPCEvents_

MonitorElement* RPCDqmClient::RPCEvents_
private

Definition at line 41 of file RPCDqmClient.h.

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

◆ useRollInfo_

bool RPCDqmClient::useRollInfo_
private

Definition at line 36 of file RPCDqmClient.h.

Referenced by getMonitorElements(), and RPCDqmClient().

RPCDqmClient::myDetIds_
std::vector< RPCDetId > myDetIds_
Definition: RPCDqmClient.h:42
RPCDqmClient::clientList_
std::vector< std::string > clientList_
Definition: RPCDqmClient.h:39
RPCDqmClient::globalFolder_
std::string globalFolder_
Definition: RPCDqmClient.h:38
RPCDqmClient::prefixDir_
std::string prefixDir_
Definition: RPCDqmClient.h:37
RPCDqmClient::RPCEvents_
MonitorElement * RPCEvents_
Definition: RPCDqmClient.h:41
mps_fire.i
i
Definition: mps_fire.py:355
RPCGeomServ
Definition: RPCGeomServ.h:8
RPCDqmClient::lumiCounter_
int lumiCounter_
Definition: RPCDqmClient.h:40
RPCDqmClient::offlineDQM_
bool offlineDQM_
Definition: RPCDqmClient.h:33
RPCDqmClient::getRPCdetId
void getRPCdetId(const edm::EventSetup &)
Definition: RPCDqmClient.cc:180
RPCDetId
Definition: RPCDetId.h:16
RPC_Client_on_RootFile.RPCNoisyStripTest
RPCNoisyStripTest
Definition: RPC_Client_on_RootFile.py:79
RPCDqmClient::minimumEvents_
int minimumEvents_
Definition: RPCDqmClient.h:34
dqm::legacy::MonitorElement
Definition: MonitorElement.h:461
RPCChamber::rolls
const std::vector< const RPCRoll * > & rolls() const
Return the Rolls.
Definition: RPCChamber.cc:40
RPCChamber
Definition: RPCChamber.h:19
RPCDqmClient::makeClientMap
void makeClientMap(const edm::ParameterSet &parameters_)
Definition: RPCDqmClient.cc:199
GetRecoTauVFromDQM_MC_cff.cl
cl
Definition: GetRecoTauVFromDQM_MC_cff.py:38
RPCBookFolderStructure::folderStructure
std::string folderStructure(RPCDetId detId)
Definition: RPCBookFolderStructure.h:18
RPCDqmClient::enableDQMClients_
bool enableDQMClients_
Definition: RPCDqmClient.h:36
edm::ESHandle< RPCGeometry >
RPCDqmClient::prescaleGlobalFactor_
int prescaleGlobalFactor_
Definition: RPCDqmClient.h:34
RPCGeometry::dets
const DetContainer & dets() const override
Returm a vector of all GeomDet (including all GeomDetUnits)
Definition: RPCGeometry.cc:24
RPCDqmClient::getMonitorElements
void getMonitorElements(DQMStore::IGetter &)
Definition: RPCDqmClient.cc:142
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
RPC_Client_on_RootFile.RPCMultiplicityTest
RPCMultiplicityTest
Definition: RPC_Client_on_RootFile.py:77
RPCBookFolderStructure
Definition: RPCBookFolderStructure.h:13
RPC_Client_on_RootFile.RPCDeadChannelTest
RPCDeadChannelTest
RPC Client Modules #######################.
Definition: RPC_Client_on_RootFile.py:72
edm::LogVerbatim
Definition: MessageLogger.h:297
HltBtagPostValidation_cff.c
c
Definition: HltBtagPostValidation_cff.py:31
get
#define get
RPC_Client_on_RootFile.RPCOccupancyTest
RPCOccupancyTest
Definition: RPC_Client_on_RootFile.py:73
alignCSCRings.r
r
Definition: alignCSCRings.py:93
RPCDqmClient::useRollInfo_
bool useRollInfo_
Definition: RPCDqmClient.h:36
options_cfi.eventSetup
eventSetup
Definition: options_cfi.py:12
RPCDqmClient::clientHisto_
std::vector< std::string > clientHisto_
Definition: RPCDqmClient.h:43
RPCDqmClient::clientModules_
std::vector< RPCClient * > clientModules_
Definition: RPCDqmClient.h:44
RPC_Client_on_RootFile.RPCClusterSizeTest
RPCClusterSizeTest
Definition: RPC_Client_on_RootFile.py:74
MuonGeometryRecord
Definition: MuonGeometryRecord.h:34
dqm::impl::MonitorElement::getBinContent
virtual double getBinContent(int binx) const
get content of bin (1-D)
Definition: MonitorElement.cc:592