#include <DTEfficiencyTest.h>
Protected Member Functions | |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) override |
beginrun More... | |
void | bookHistos (DQMStore::IBooker &, const DTLayerId &ch, int firstWire, int lastWire) |
book the new ME More... | |
void | bookHistos (DQMStore::IBooker &, int wh) |
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... | |
std::string | getMEName (std::string histoTag, const DTLayerId &lID) |
Get the ME name. More... | |
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 Attributes | |
std::map< DTLayerId, MonitorElement * > | EfficiencyHistos |
const DTGeometry * | muonGeom |
edm::ESGetToken< DTGeometry, MuonGeometryRecord > | muonGeomToken_ |
int | nevents |
unsigned int | nLumiSegs |
edm::ParameterSet | parameters |
int | percentual |
int | prescaleFactor |
int | run |
std::map< DTLayerId, MonitorElement * > | UnassEfficiencyHistos |
std::map< int, MonitorElement * > | wheelHistos |
std::map< int, MonitorElement * > | wheelUnassHistos |
DQM Test Client
threadsafe version (//-) oct/nov 2014 - WATWanAbdullah -ncpp-um-my
Definition at line 40 of file DTEfficiencyTest.h.
DTEfficiencyTest::DTEfficiencyTest | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 30 of file DTEfficiencyTest.cc.
References edm::ParameterSet::getUntrackedParameter(), parameters, percentual, and prescaleFactor.
|
override |
|
overrideprotected |
beginrun
Definition at line 45 of file DTEfficiencyTest.cc.
References visDQMUpload::context, muonGeom, muonGeomToken_, and nevents.
|
protected |
book the new ME
Definition at line 347 of file DTEfficiencyTest.cc.
References dqm::implementation::IBooker::book1D(), EfficiencyHistos, DTLayerId::layer(), pixelTopology::layer, hgcalTBTopologyTester_cfi::sector, DTChamberId::sector(), dqm::implementation::NavigatorBase::setCurrentFolder(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), DTLayerId::superlayerId(), UnassEfficiencyHistos, DTChamberId::wheel(), and makeMuonMisalignmentScenario::wheel.
Referenced by dqmEndLuminosityBlock().
|
protected |
book the summary histograms
Definition at line 379 of file DTEfficiencyTest.cc.
References dqm::implementation::IBooker::book2D(), HltBtagPostValidation_cff::histoName, dqm::implementation::NavigatorBase::setCurrentFolder(), makeMuonMisalignmentScenario::wheel, wheelHistos, and wheelUnassHistos.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
DQM Client Diagnostic.
Reimplemented from DQMEDHarvester.
Definition at line 54 of file DTEfficiencyTest.cc.
References newFWLiteAna::bin, bookHistos(), DTGeometry::chambers(), DTTopology::channels(), L1TObjectsTimingClient_cff::efficiency, EfficiencyHistos, ntuplemaker::fill, DTTopology::firstChannel(), dqm::implementation::IGetter::get(), MonitorElementData::QReport::getBadChannels(), getMEName(), dqm::legacy::MonitorElement::getTH1F(), edm::ParameterSet::getUntrackedParameter(), timingPdfMaker::histo, mps_fire::i, edm::LuminosityBlockBase::id(), dqmiolumiharvest::j, DTTopology::lastChannel(), DTLayerId::layer(), DTGeometry::layer(), pixelTopology::layer, edm::LuminosityBlockID::luminosityBlock(), genParticles_cff::map, muonGeom, nLumiSegs, parameters, percentual, prescaleFactor, hgcalTBTopologyTester_cfi::sector, DTChamberId::sector(), DTLayer::specificTopology(), mathSSE::sqrt(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), UnassEfficiencyHistos, DTChamberId::wheel(), makeMuonMisalignmentScenario::wheel, wheelHistos, and wheelUnassHistos.
|
protected |
Get the ME name.
Definition at line 325 of file DTEfficiencyTest.cc.
References ALCARECODTCalibSynchCosmicsDQM_cff::folderName, dtChamberEfficiencyTest_cfi::folderRoot, edm::ParameterSet::getUntrackedParameter(), dtResolutionTest_cfi::histoTag, DTLayerId::layer(), pixelTopology::layer, parameters, hgcalTBTopologyTester_cfi::sector, DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), DTLayerId::superlayerId(), DTChamberId::wheel(), and makeMuonMisalignmentScenario::wheel.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 83 of file DTEfficiencyTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 81 of file DTEfficiencyTest.h.
Referenced by beginRun(), and dqmEndLuminosityBlock().
|
private |
Definition at line 80 of file DTEfficiencyTest.h.
Referenced by beginRun().
|
private |
Definition at line 72 of file DTEfficiencyTest.h.
Referenced by beginRun(), and ~DTEfficiencyTest().
|
private |
Definition at line 73 of file DTEfficiencyTest.h.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 78 of file DTEfficiencyTest.h.
Referenced by dqmEndLuminosityBlock(), DTEfficiencyTest(), and getMEName().
|
private |
Definition at line 76 of file DTEfficiencyTest.h.
Referenced by dqmEndLuminosityBlock(), and DTEfficiencyTest().
|
private |
Definition at line 74 of file DTEfficiencyTest.h.
Referenced by dqmEndLuminosityBlock(), and DTEfficiencyTest().
|
private |
Definition at line 75 of file DTEfficiencyTest.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 84 of file DTEfficiencyTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 87 of file DTEfficiencyTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 88 of file DTEfficiencyTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().