#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 | |
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 | |
bool | bookingdone |
std::map< std::pair< int, int >, MonitorElement * > | chi2Histos |
bool | detailedAnalysis |
int | maxPhiHit |
int | maxPhiZHit |
edm::ESHandle< DTGeometry > | muonGeom |
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 39 of file DTSegmentAnalysisTest.h.
DTSegmentAnalysisTest::DTSegmentAnalysisTest | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 39 of file DTSegmentAnalysisTest.cc.
References dtNoiseAnalysis_cfi::detailedAnalysis, edm::ParameterSet::getUntrackedParameter(), LogTrace, dtSegmentAnalysisTest_cfi::maxPhiHit, dtSegmentAnalysisTest_cfi::maxPhiZHit, dtDQMOfflineClients_cff::runOnline, and ALCARECODTCalibSynchCosmicsDQMClient_cff::topHistoFolder.
|
override |
Destructor.
Definition at line 57 of file DTSegmentAnalysisTest.cc.
References LogTrace.
|
override |
Definition at line 61 of file DTSegmentAnalysisTest.cc.
References edm::EventSetup::get(), edm::get(), and LogTrace.
void DTSegmentAnalysisTest::bookHistos | ( | DQMStore::IBooker & | ibooker | ) |
Definition at line 261 of file DTSegmentAnalysisTest.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), dtNoiseAnalysis_cfi::detailedAnalysis, HltBtagPostValidation_cff::histoName, dqm::impl::MonitorElement::setAxisTitle(), dqm::impl::MonitorElement::setBinLabel(), dqm::implementation::NavigatorBase::setCurrentFolder(), ALCARECODTCalibSynchCosmicsDQMClient_cff::topHistoFolder, and makeMuonMisalignmentScenario::wheel.
|
protected |
Definition at line 67 of file DTSegmentAnalysisTest.cc.
References edm::LuminosityBlockBase::id(), LogTrace, and edm::LuminosityBlockID::luminosityBlock().
|
overrideprotectedvirtual |
Implements DQMEDHarvester.
Definition at line 95 of file DTSegmentAnalysisTest.cc.
References LogTrace, and dtDQMOfflineClients_cff::runOnline.
|
overrideprotectedvirtual |
Reimplemented from DQMEDHarvester.
Definition at line 73 of file DTSegmentAnalysisTest.cc.
References bookHistos(), edm::LuminosityBlockBase::id(), LogTrace, edm::LuminosityBlockID::luminosityBlock(), and dtDQMOfflineClients_cff::runOnline.
string DTSegmentAnalysisTest::getMEName | ( | const DTChamberId & | chID, |
std::string | histoTag | ||
) |
Get the ME name.
Definition at line 242 of file DTSegmentAnalysisTest.cc.
References ALCARECODTCalibSynchCosmicsDQM_cff::folderName, dtResolutionTest_cfi::histoTag, DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, ALCARECODTCalibSynchCosmicsDQMClient_cff::topHistoFolder, DTChamberId::wheel(), and makeMuonMisalignmentScenario::wheel.
void DTSegmentAnalysisTest::performClientDiagnostic | ( | DQMStore::IGetter & | igetter | ) |
Perform client diagnostic operations.
Definition at line 104 of file DTSegmentAnalysisTest.cc.
References funct::abs(), newFWLiteAna::bin, dtNoiseAnalysis_cfi::detailedAnalysis, HcalObjRepresent::Fill(), dqm::implementation::IGetter::get(), MonitorElementData::QReport::getBadChannels(), dqm::impl::MonitorElement::getFloatValue(), dqm::legacy::MonitorElement::getTH1F(), dqm::legacy::MonitorElement::getTH2F(), timingPdfMaker::histo, createfilelist::int, genParticles_cff::map, dtSegmentAnalysisTest_cfi::maxPhiHit, dtSegmentAnalysisTest_cfi::maxPhiZHit, LaserClient_cfi::nbins, DTChamberId::sector(), DTChamberId::station(), remoteMonitoring_LED_IterMethod_cfg::threshold, mps_merge::weight, and DTChamberId::wheel().
|
private |
Definition at line 78 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 84 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 70 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 73 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 74 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 81 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 67 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 68 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 71 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 80 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 76 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 85 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 86 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 88 of file DTSegmentAnalysisTest.h.