#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 | |
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 | |
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 41 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 edm::EventSetup::getData(), 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(), phase1PixelTopology::layer, DTChamberId::sector(), dqm::implementation::NavigatorBase::setCurrentFolder(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), DTLayerId::superlayerId(), UnassEfficiencyHistos, and DTChamberId::wheel().
Referenced by dqmEndLuminosityBlock().
|
protected |
book the summary histograms
Definition at line 379 of file DTEfficiencyTest.cc.
References dqm::implementation::IBooker::book2D(), dqm::implementation::NavigatorBase::setCurrentFolder(), 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(), counter, postValidation_cfi::efficiency, EfficiencyHistos, PVValHelper::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(), phase1PixelTopology::layer, edm::LuminosityBlockID::luminosityBlock(), muonGeom, nLumiSegs, parameters, percentual, prescaleFactor, DTChamberId::sector(), DTLayer::specificTopology(), mathSSE::sqrt(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), UnassEfficiencyHistos, DTChamberId::wheel(), wheelHistos, and wheelUnassHistos.
|
protected |
Get the ME name.
Definition at line 325 of file DTEfficiencyTest.cc.
References edm::ParameterSet::getUntrackedParameter(), DTLayerId::layer(), phase1PixelTopology::layer, parameters, DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), DTLayerId::superlayerId(), and DTChamberId::wheel().
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 84 of file DTEfficiencyTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 82 of file DTEfficiencyTest.h.
Referenced by beginRun(), and dqmEndLuminosityBlock().
|
private |
Definition at line 81 of file DTEfficiencyTest.h.
Referenced by beginRun().
|
private |
Definition at line 73 of file DTEfficiencyTest.h.
Referenced by beginRun(), and ~DTEfficiencyTest().
|
private |
Definition at line 74 of file DTEfficiencyTest.h.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 79 of file DTEfficiencyTest.h.
Referenced by dqmEndLuminosityBlock(), DTEfficiencyTest(), and getMEName().
|
private |
Definition at line 77 of file DTEfficiencyTest.h.
Referenced by dqmEndLuminosityBlock(), and DTEfficiencyTest().
|
private |
Definition at line 75 of file DTEfficiencyTest.h.
Referenced by dqmEndLuminosityBlock(), and DTEfficiencyTest().
|
private |
Definition at line 76 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 85 of file DTEfficiencyTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 88 of file DTEfficiencyTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().
|
private |
Definition at line 89 of file DTEfficiencyTest.h.
Referenced by bookHistos(), and dqmEndLuminosityBlock().