#include <DTNoiseAnalysisTest.h>
Protected Member Functions | |
void | beginRun (edm::Run const &run, edm::EventSetup const &context) override |
BeginRun. More... | |
void | bookHistos (DQMStore::IBooker &) |
book the summary histograms More... | |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
void | dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override |
DQM Client Diagnostic. More... | |
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) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Private Member Functions | |
std::string | getMEName (const DTChamberId &chID) |
Get the ME name. More... | |
std::string | getSynchNoiseMEName (int wheelId) const |
Private Attributes | |
bool | bookingdone |
bool | detailedAnalysis |
bool | doSynchNoise |
MonitorElement * | glbSummarySynchNoiseHisto |
double | maxSynchNoiseRate |
const DTGeometry * | muonGeom |
edm::ESGetToken< DTGeometry, MuonGeometryRecord > | muonGeomToken_ |
int | nevents |
int | nMinEvts |
std::map< int, MonitorElement * > | noiseHistos |
int | noisyCellDef |
std::map< int, MonitorElement * > | noisyCellHistos |
MonitorElement * | summaryNoiseHisto |
MonitorElement * | summarySynchNoiseHisto |
MonitorElement * | threshChannelsHisto |
DQM Test Client
threadsafe version (//-) oct/nov 2014 - WATWanAbdullah -ncpp-um-my
Definition at line 30 of file DTNoiseAnalysisTest.h.
DTNoiseAnalysisTest::DTNoiseAnalysisTest | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 32 of file DTNoiseAnalysisTest.cc.
References bookingdone, detailedAnalysis, doSynchNoise, edm::ParameterSet::getUntrackedParameter(), LogTrace, maxSynchNoiseRate, nevents, nMinEvts, and noisyCellDef.
|
override |
|
overrideprotected |
BeginRun.
Definition at line 54 of file DTNoiseAnalysisTest.cc.
References edm::EventSetup::getData(), muonGeom, and muonGeomToken_.
|
protected |
book the summary histograms
Definition at line 218 of file DTNoiseAnalysisTest.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), detailedAnalysis, doSynchNoise, glbSummarySynchNoiseHisto, noiseHistos, noisyCellHistos, dqm::impl::MonitorElement::setAxisTitle(), dqm::implementation::NavigatorBase::setCurrentFolder(), summaryNoiseHisto, summarySynchNoiseHisto, and threshChannelsHisto.
Referenced by dqmEndLuminosityBlock().
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
DQM Client Diagnostic.
Reimplemented from DQMEDHarvester.
Definition at line 59 of file DTNoiseAnalysisTest.cc.
References bookHistos(), bookingdone, DTGeometry::chambers(), DTTopology::channels(), detailedAnalysis, doSynchNoise, dqm::impl::MonitorElement::Fill(), DTTopology::firstChannel(), dqm::implementation::IGetter::get(), dqm::impl::MonitorElement::getFloatValue(), getMEName(), getSynchNoiseMEName(), dqm::legacy::MonitorElement::getTH2F(), glbSummarySynchNoiseHisto, timingPdfMaker::histo, DTGeometry::layer(), phase1PixelTopology::layer, LogTrace, maxSynchNoiseRate, cms::cuda::allocator::minBin, muonGeom, nevents, nMinEvts, gpuVertexFinder::noise, noiseHistos, noisyCellDef, noisyCellHistos, bigModule::plot(), dqm::impl::MonitorElement::Reset(), DTChamberId::sector(), dqm::impl::MonitorElement::setBinContent(), dqm::impl::MonitorElement::setEntries(), DTLayer::specificTopology(), DTChamberId::station(), summaryNoiseHisto, summarySynchNoiseHisto, threshChannelsHisto, and DTChamberId::wheel().
|
private |
Get the ME name.
Definition at line 202 of file DTNoiseAnalysisTest.cc.
References DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, AlCaHLTBitMon_QueryRunRegistry::string, and DTChamberId::wheel().
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 279 of file DTNoiseAnalysisTest.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 62 of file DTNoiseAnalysisTest.h.
Referenced by dqmEndLuminosityBlock(), and DTNoiseAnalysisTest().
|
private |
Definition at line 80 of file DTNoiseAnalysisTest.h.
Referenced by bookHistos(), dqmEndLuminosityBlock(), and DTNoiseAnalysisTest().
|
private |
Definition at line 79 of file DTNoiseAnalysisTest.h.
Referenced by bookHistos(), dqmEndLuminosityBlock(), and DTNoiseAnalysisTest().
|
private |
Definition at line 77 of file DTNoiseAnalysisTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 81 of file DTNoiseAnalysisTest.h.
Referenced by dqmEndLuminosityBlock(), and DTNoiseAnalysisTest().
|
private |
Definition at line 66 of file DTNoiseAnalysisTest.h.
Referenced by beginRun(), and dqmEndLuminosityBlock().
|
private |
Definition at line 65 of file DTNoiseAnalysisTest.h.
Referenced by beginRun().
|
private |
Definition at line 59 of file DTNoiseAnalysisTest.h.
Referenced by dqmEndLuminosityBlock(), DTNoiseAnalysisTest(), and ~DTNoiseAnalysisTest().
|
private |
Definition at line 60 of file DTNoiseAnalysisTest.h.
Referenced by dqmEndLuminosityBlock(), and DTNoiseAnalysisTest().
|
private |
Definition at line 72 of file DTNoiseAnalysisTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 69 of file DTNoiseAnalysisTest.h.
Referenced by dqmEndLuminosityBlock(), and DTNoiseAnalysisTest().
|
private |
Definition at line 73 of file DTNoiseAnalysisTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 74 of file DTNoiseAnalysisTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 76 of file DTNoiseAnalysisTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 75 of file DTNoiseAnalysisTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().