#include <DTResolutionTest.h>
Protected Member Functions | |
void | bookHistos (DQMStore::IBooker &, const DTChamberId &ch) |
book the new ME More... | |
void | bookHistos (DQMStore::IBooker &, int wh) |
book the summary histograms More... | |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
Endjob. More... | |
void | dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override |
DQM Client Diagnostic. More... | |
std::string | getMEName (const DTSuperLayerId &slID) |
Get the ME name. More... | |
std::string | getMEName2D (const DTSuperLayerId &slID) |
Protected Member Functions inherited from edm::ProducerBase | |
template<Transition Tr = Transition::Event> | |
auto | produces (std::string instanceName) noexcept |
declare what type of product will make and with which optional label More... | |
template<Transition B> | |
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) |
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 () |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
template<Transition Tr = Transition::Event> | |
auto | produces () noexcept |
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 () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
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 | |
int | slFromBin (int bin) const |
int | stationFromBin (int bin) const |
Private Attributes | |
bool | bookingdone |
std::map< std::pair< int, int >, int > | cmsMeanHistos |
std::map< std::pair< int, int >, int > | cmsSigmaHistos |
std::map< std::pair< int, int >, int > | cmsSlopeHistos |
std::map< std::pair< int, int >, bool > | MeanFilled |
std::map< std::pair< int, int >, MonitorElement * > | MeanHistos |
std::map< std::string, MonitorElement * > | MeanHistosSetRange |
std::map< std::string, MonitorElement * > | MeanHistosSetRange2D |
const DTGeometry * | muonGeom |
edm::ESGetToken< DTGeometry, MuonGeometryRecord > | muonGeomToken_ |
int | nevents |
unsigned int | nLumiSegs |
edm::ParameterSet | parameters |
int | percentual |
int | prescaleFactor |
int | run |
std::map< std::pair< int, int >, bool > | SigmaFilled |
std::map< std::pair< int, int >, MonitorElement * > | SigmaHistos |
std::map< std::string, MonitorElement * > | SigmaHistosSetRange |
std::map< std::string, MonitorElement * > | SigmaHistosSetRange2D |
std::map< std::pair< int, int >, bool > | SlopeFilled |
std::map< std::pair< int, int >, MonitorElement * > | SlopeHistos |
std::map< std::string, MonitorElement * > | SlopeHistosSetRange |
std::map< std::string, MonitorElement * > | SlopeHistosSetRange2D |
std::map< int, MonitorElement * > | wheelMeanHistos |
std::map< int, MonitorElement * > | wheelSigmaHistos |
std::map< int, MonitorElement * > | wheelSlopeHistos |
DQM Test Client
threadsafe version (//-) oct/nov 2014 - WATWanAbdullah -ncpp-um-my
Definition at line 40 of file DTResolutionTest.h.
DTResolutionTest::DTResolutionTest | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 38 of file DTResolutionTest.cc.
References bookingdone, edm::ParameterSet::getUntrackedParameter(), nevents, parameters, percentual, and prescaleFactor.
|
override |
|
protected |
book the new ME
Definition at line 453 of file DTResolutionTest.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), edm::ParameterSet::getUntrackedParameter(), MeanHistos, MeanHistosSetRange, MeanHistosSetRange2D, parameters, DTChamberId::sector(), dqm::impl::MonitorElement::setBinLabel(), dqm::implementation::NavigatorBase::setCurrentFolder(), SigmaHistos, SigmaHistosSetRange, SigmaHistosSetRange2D, SlopeHistos, SlopeHistosSetRange, SlopeHistosSetRange2D, DTChamberId::wheel(), and makeMuonMisalignmentScenario::wheel.
Referenced by dqmEndLuminosityBlock().
|
protected |
book the summary histograms
Definition at line 559 of file DTResolutionTest.cc.
References dqm::implementation::IBooker::book2D(), edm::ParameterSet::getUntrackedParameter(), HltBtagPostValidation_cff::histoName, parameters, dqm::implementation::NavigatorBase::setCurrentFolder(), makeMuonMisalignmentScenario::wheel, wheelMeanHistos, wheelSigmaHistos, and wheelSlopeHistos.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
DQM Client Diagnostic.
Reimplemented from DQMEDHarvester.
Definition at line 60 of file DTResolutionTest.cc.
References funct::abs(), bookHistos(), bookingdone, relativeConstraints::chamber, DTGeometry::chambers(), chambers, cmsMeanHistos, cmsSigmaHistos, cmsSlopeHistos, visDQMUpload::context, mps_splice::entry, dqm::implementation::IGetter::get(), MonitorElementData::QReport::getBadChannels(), getMEName(), getMEName2D(), dqm::impl::MonitorElement::getQReport(), dqm::legacy::MonitorElement::getTH2F(), edm::ParameterSet::getUntrackedParameter(), timingPdfMaker::histo, mps_fire::i, edm::LuminosityBlockBase::id(), dqmiolumiharvest::j, edm::LuminosityBlockID::luminosityBlock(), genParticles_cff::map, SiStripPI::mean, MeanFilled, MeanHistos, MeanHistosSetRange, MeanHistosSetRange2D, muonGeom, muonGeomToken_, nLumiSegs, parameters, percentual, prescaleFactor, DTChamberId::sector(), SigmaFilled, SigmaHistos, SigmaHistosSetRange, SigmaHistosSetRange2D, slFromBin(), slope, SlopeFilled, SlopeHistos, SlopeHistosSetRange, SlopeHistosSetRange2D, DTChamberId::station(), relativeConstraints::station, stationFromBin(), DTSuperLayerId::superLayer(), DTSuperLayerId::superlayer(), DTChamberId::wheel(), makeMuonMisalignmentScenario::wheel, wheelMeanHistos, wheelSigmaHistos, wheelSlopeHistos, photonAnalyzer_cfi::xBin, and photonAnalyzer_cfi::yBin.
|
protected |
Get the ME name.
Definition at line 395 of file DTResolutionTest.cc.
References ALCARECODTCalibSynchCosmicsDQM_cff::folderName, dtChamberEfficiencyTest_cfi::folderRoot, edm::ParameterSet::getUntrackedParameter(), dtResolutionTest_cfi::histoTag, parameters, DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), DTChamberId::wheel(), and makeMuonMisalignmentScenario::wheel.
Referenced by dqmEndLuminosityBlock().
|
protected |
Definition at line 424 of file DTResolutionTest.cc.
References ALCARECODTCalibSynchCosmicsDQM_cff::folderName, dtChamberEfficiencyTest_cfi::folderRoot, edm::ParameterSet::getUntrackedParameter(), dtResolutionTest_cfi::histoTag2D, parameters, DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), DTChamberId::wheel(), and makeMuonMisalignmentScenario::wheel.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 753 of file DTResolutionTest.cc.
References newFWLiteAna::bin, and runTheMatrix::ret.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 751 of file DTResolutionTest.cc.
References newFWLiteAna::bin.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 75 of file DTResolutionTest.h.
Referenced by dqmEndLuminosityBlock(), and DTResolutionTest().
|
private |
Definition at line 98 of file DTResolutionTest.h.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 100 of file DTResolutionTest.h.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 102 of file DTResolutionTest.h.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 99 of file DTResolutionTest.h.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 82 of file DTResolutionTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 85 of file DTResolutionTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 88 of file DTResolutionTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 79 of file DTResolutionTest.h.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 78 of file DTResolutionTest.h.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 69 of file DTResolutionTest.h.
Referenced by DTResolutionTest(), and ~DTResolutionTest().
|
private |
Definition at line 70 of file DTResolutionTest.h.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 77 of file DTResolutionTest.h.
Referenced by bookHistos(), dqmEndLuminosityBlock(), DTResolutionTest(), getMEName(), and getMEName2D().
|
private |
Definition at line 73 of file DTResolutionTest.h.
Referenced by dqmEndLuminosityBlock(), and DTResolutionTest().
|
private |
Definition at line 71 of file DTResolutionTest.h.
Referenced by dqmEndLuminosityBlock(), and DTResolutionTest().
|
private |
Definition at line 72 of file DTResolutionTest.h.
Referenced by generateEDF.LumiInfo::__str__(), DTWorkflow.DTWorkflow::all(), Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), personalPlayback.Playback::do_create_lumi(), personalPlayback.Playback::do_exec(), o2olib.O2OTool::execute(), generateEDF.LumiInfo::fixXingInfo(), and dqm_interfaces.DirWalkerFile::walk().
|
private |
Definition at line 101 of file DTResolutionTest.h.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 83 of file DTResolutionTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 86 of file DTResolutionTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 89 of file DTResolutionTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 103 of file DTResolutionTest.h.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 84 of file DTResolutionTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 87 of file DTResolutionTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 90 of file DTResolutionTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 93 of file DTResolutionTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 94 of file DTResolutionTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 95 of file DTResolutionTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().