#include <DTEfficiencyTask.h>
Protected Member Functions | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | dqmBeginRun (const edm::Run &, const edm::EventSetup &) override |
BeginRun. More... | |
Protected Member Functions inherited from DQMOneEDAnalyzer< edm::one::WatchLuminosityBlocks > | |
virtual void | dqmEndRun (edm::Run const &, edm::EventSetup const &) |
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 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 | |
void | fillHistos (DTLayerId lId, int firstWire, int lastWire, int numWire) |
void | fillHistos (DTLayerId lId, int firstWire, int lastWire, int missingWire, bool UnassHit) |
Private Attributes | |
bool | debug |
const DTGeometry * | dtGeom |
edm::ESGetToken< DTGeometry, MuonGeometryRecord > | dtGeomToken_ |
std::map< DTLayerId, std::vector< MonitorElement * > > | histosPerL |
const DTGeometry * | muonGeom |
edm::ESGetToken< DTGeometry, MuonGeometryRecord > | muonGeomToken_ |
edm::ParameterSet | parameters |
edm::EDGetTokenT< DTRecSegment4DCollection > | recHits4DToken_ |
edm::EDGetTokenT< DTRecHitCollection > | recHitToken_ |
DQM Analysis of 4D DT segments, it produces plots about:
Definition at line 33 of file DTEfficiencyTask.h.
DTEfficiencyTask::DTEfficiencyTask | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 33 of file DTEfficiencyTask.cc.
References debug, ProducerED_cfi::InputTag, parameters, muonDTDigis_cfi::pset, recHits4DToken_, and recHitToken_.
|
override |
|
overridevirtual |
Reimplemented from DQMOneEDAnalyzer< edm::one::WatchLuminosityBlocks >.
Definition at line 145 of file DTEfficiencyTask.cc.
References relativeConstraints::chamber, DTGeometry::chamber(), filterCSVwithJSON::copy, funct::cos(), gather_cfg::cout, debug, HLT_2023v12_cff::distance, dtGeom, dtGeomToken_, fillHistos(), DTTopology::firstChannel(), mps_fire::i, DTTopology::lastChannel(), nano_mu_digi_cff::layer, DTGeometry::layer(), DTWireId::layerId(), DTRangeMapAccessor::layersBySuperLayer(), GetRecoTauVFromDQM_MC_cff::next, FastTimerService_cff::range, rpcPointValidation_cfi::recHit, recHits4DToken_, recHitToken_, singleTopDQM_cfi::setup, DTRecSegment2D::specificRecHits(), DTLayer::specificTopology(), DTSuperLayerId::superlayer(), DTLayerId::superlayerId(), PV3DBase< T, PVType, FrameType >::theta(), GeomDet::toGlobal(), PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
override |
To reset the MEs.
Definition at line 133 of file DTEfficiencyTask.cc.
References edm::ParameterSet::getUntrackedParameter(), timingPdfMaker::histo, histosPerL, mps_fire::i, edm::LuminosityBlockBase::id(), edm::LuminosityBlockID::luminosityBlock(), genParticles_cff::map, parameters, and findQualityFiles::size.
|
overrideprotectedvirtual |
Implements DQMOneEDAnalyzer< edm::one::WatchLuminosityBlocks >.
Definition at line 52 of file DTEfficiencyTask.cc.
References dqm::implementation::IBooker::book1D(), DTSuperLayerId::chamberId(), DTGeometry::chambers(), gather_cfg::cout, debug, combine::histos, histosPerL, nano_mu_digi_cff::layer, DTLayerId::layer(), muonGeom, nano_mu_digi_cff::sector, DTChamberId::sector(), dqm::implementation::NavigatorBase::setCurrentFolder(), DTChamberId::station(), relativeConstraints::station, nano_mu_digi_cff::superLayer, DTSuperLayerId::superlayer(), DTLayerId::superlayerId(), DTChamberId::wheel(), and makeMuonMisalignmentScenario::wheel.
|
overrideprotectedvirtual |
BeginRun.
Reimplemented from DQMOneEDAnalyzer< edm::one::WatchLuminosityBlocks >.
Definition at line 47 of file DTEfficiencyTask.cc.
References visDQMUpload::context, muonGeom, and muonGeomToken_.
|
inlinefinal |
Definition at line 43 of file DTEfficiencyTask.h.
|
private |
Definition at line 409 of file DTEfficiencyTask.cc.
References combine::histos, and histosPerL.
Referenced by analyze().
|
private |
Definition at line 417 of file DTEfficiencyTask.cc.
References combine::histos, and histosPerL.
|
private |
Definition at line 62 of file DTEfficiencyTask.h.
Referenced by analyze(), bookHistograms(), util.rrapi.RRApi::dprint(), rrapi.RRApi::dprint(), DTEfficiencyTask(), pkg.AbstractPkg::generate(), rrapi.RRApi::get(), util.rrapi.RRApi::get(), pkg.AbstractPkg::get_kwds(), runTauIdMVA.TauIDEmbedder::loadMVA_WPs_run2_2017(), runTauIdMVA.TauIDEmbedder::runTauID(), and pkg.AbstractPkg::write().
|
private |
Definition at line 59 of file DTEfficiencyTask.h.
Referenced by analyze().
|
private |
Definition at line 58 of file DTEfficiencyTask.h.
Referenced by analyze().
|
private |
Definition at line 76 of file DTEfficiencyTask.h.
Referenced by beginLuminosityBlock(), bookHistograms(), and fillHistos().
|
private |
Definition at line 57 of file DTEfficiencyTask.h.
Referenced by bookHistograms(), and dqmBeginRun().
|
private |
Definition at line 56 of file DTEfficiencyTask.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 70 of file DTEfficiencyTask.h.
Referenced by beginLuminosityBlock(), and DTEfficiencyTask().
|
private |
Definition at line 65 of file DTEfficiencyTask.h.
Referenced by analyze(), and DTEfficiencyTask().
|
private |
Definition at line 68 of file DTEfficiencyTask.h.
Referenced by analyze(), and DTEfficiencyTask().