#include <DTSegmentAnalysisTest.h>
Protected Member Functions | |
void | dqmBeginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &) |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
void | dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override |
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 Attributes | |
bool | bookingdone |
std::map< std::pair< int, int > , MonitorElement * > | chi2Histos |
bool | detailedAnalysis |
int | maxPhiHit |
int | maxPhiZHit |
const DTGeometry * | muonGeom |
edm::ESGetToken< DTGeometry, MuonGeometryRecord > | muonGeomToken_ |
int | nLSs |
unsigned int | nLumiSegs |
int | nMinEvts |
edm::ParameterSet | parameters |
bool | runOnline |
std::map< std::pair< int, int > , MonitorElement * > | segmRecHitHistos |
std::map< int, MonitorElement * > | summaryHistos |
std::string | topHistoFolder |
DQM Test Client
threadsafe version (//-) oct/nov 2014 - WATWanAbdullah ncpp-um-my
Definition at line 40 of file DTSegmentAnalysisTest.h.
DTSegmentAnalysisTest::DTSegmentAnalysisTest | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 36 of file DTSegmentAnalysisTest.cc.
References bookingdone, detailedAnalysis, edm::ParameterSet::getUntrackedParameter(), LogTrace, maxPhiHit, maxPhiZHit, nLSs, nMinEvts, parameters, runOnline, and topHistoFolder.
|
override |
|
override |
Definition at line 59 of file DTSegmentAnalysisTest.cc.
References edm::EventSetup::getData(), LogTrace, muonGeom, and muonGeomToken_.
void DTSegmentAnalysisTest::bookHistos | ( | DQMStore::IBooker & | ibooker | ) |
Definition at line 258 of file DTSegmentAnalysisTest.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), chi2Histos, detailedAnalysis, segmRecHitHistos, dqm::implementation::NavigatorBase::setCurrentFolder(), summaryHistos, and topHistoFolder.
Referenced by dqmEndLuminosityBlock().
|
protected |
Definition at line 64 of file DTSegmentAnalysisTest.cc.
References edm::LuminosityBlockBase::id(), LogTrace, edm::LuminosityBlockID::luminosityBlock(), and nLSs.
|
overrideprotectedvirtual |
Implements DQMEDHarvester.
Definition at line 92 of file DTSegmentAnalysisTest.cc.
References LogTrace, performClientDiagnostic(), and runOnline.
|
overrideprotectedvirtual |
Reimplemented from DQMEDHarvester.
Definition at line 70 of file DTSegmentAnalysisTest.cc.
References bookHistos(), bookingdone, edm::LuminosityBlockBase::id(), LogTrace, edm::LuminosityBlockID::luminosityBlock(), nLumiSegs, performClientDiagnostic(), and runOnline.
string DTSegmentAnalysisTest::getMEName | ( | const DTChamberId & | chID, |
std::string | histoTag | ||
) |
Get the ME name.
Definition at line 239 of file DTSegmentAnalysisTest.cc.
References DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, topHistoFolder, and DTChamberId::wheel().
Referenced by performClientDiagnostic().
void DTSegmentAnalysisTest::performClientDiagnostic | ( | DQMStore::IGetter & | igetter | ) |
Perform client diagnostic operations.
Definition at line 101 of file DTSegmentAnalysisTest.cc.
References funct::abs(), newFWLiteAna::bin, DTGeometry::chambers(), chi2Histos, detailedAnalysis, HcalObjRepresent::Fill(), dqm::implementation::IGetter::get(), MonitorElementData::QReport::getBadChannels(), dqm::impl::MonitorElement::getFloatValue(), getMEName(), dqm::legacy::MonitorElement::getTH1F(), dqm::legacy::MonitorElement::getTH2F(), edm::ParameterSet::getUntrackedParameter(), timingPdfMaker::histo, maxPhiHit, maxPhiZHit, muonGeom, hlt_dqm_clientPB-live_cfg::nbins, nMinEvts, parameters, DTChamberId::sector(), segmRecHitHistos, DTChamberId::station(), summaryHistos, dtDQMClient_cfg::threshold, histoStyle::weight, and DTChamberId::wheel().
Referenced by dqmEndJob(), and dqmEndLuminosityBlock().
|
private |
Definition at line 79 of file DTSegmentAnalysisTest.h.
Referenced by dqmEndLuminosityBlock(), and DTSegmentAnalysisTest().
|
private |
Definition at line 86 of file DTSegmentAnalysisTest.h.
Referenced by bookHistos(), and performClientDiagnostic().
|
private |
Definition at line 71 of file DTSegmentAnalysisTest.h.
Referenced by bookHistos(), DTSegmentAnalysisTest(), and performClientDiagnostic().
|
private |
Definition at line 74 of file DTSegmentAnalysisTest.h.
Referenced by DTSegmentAnalysisTest(), and performClientDiagnostic().
|
private |
Definition at line 75 of file DTSegmentAnalysisTest.h.
Referenced by DTSegmentAnalysisTest(), and performClientDiagnostic().
|
private |
Definition at line 83 of file DTSegmentAnalysisTest.h.
Referenced by beginRun(), and performClientDiagnostic().
|
private |
Definition at line 82 of file DTSegmentAnalysisTest.h.
Referenced by beginRun().
|
private |
Definition at line 68 of file DTSegmentAnalysisTest.h.
Referenced by dqmBeginLuminosityBlock(), DTSegmentAnalysisTest(), and ~DTSegmentAnalysisTest().
|
private |
Definition at line 69 of file DTSegmentAnalysisTest.h.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 72 of file DTSegmentAnalysisTest.h.
Referenced by DTSegmentAnalysisTest(), and performClientDiagnostic().
|
private |
Definition at line 81 of file DTSegmentAnalysisTest.h.
Referenced by DTSegmentAnalysisTest(), and performClientDiagnostic().
|
private |
Definition at line 77 of file DTSegmentAnalysisTest.h.
Referenced by dqmEndJob(), dqmEndLuminosityBlock(), and DTSegmentAnalysisTest().
|
private |
Definition at line 87 of file DTSegmentAnalysisTest.h.
Referenced by bookHistos(), and performClientDiagnostic().
|
private |
Definition at line 88 of file DTSegmentAnalysisTest.h.
Referenced by bookHistos(), and performClientDiagnostic().
|
private |
Definition at line 90 of file DTSegmentAnalysisTest.h.
Referenced by bookHistos(), DTSegmentAnalysisTest(), and getMEName().