#include <DTNoiseTask.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) override |
Analyze. More... | |
void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &setup) final |
void | dqmBeginRun (const edm::Run &, const edm::EventSetup &) override |
void | endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &setup) override |
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 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 | |
void | bookHistos (DQMStore::IBooker &, DTChamberId chId) |
void | bookHistos (DQMStore::IBooker &, DTSuperLayerId slId) |
Private Attributes | |
bool | doSegmentVeto |
bool | doTimeBoxHistos |
edm::EDGetTokenT< DTDigiCollection > | dtDigiToken_ |
const DTGeometry * | dtGeom |
int | evtNumber |
std::map< DTChamberId, int > | mapEvt |
edm::ESGetToken< DTGeometry, MuonGeometryRecord > | muonGeomToken_ |
MonitorElement * | nEventMonitor |
std::map< DTChamberId, MonitorElement * > | noiseHistos |
edm::EDGetTokenT< DTRecSegment4DCollection > | recHits4DToken_ |
double | safeMargin |
std::map< DTSuperLayerId, MonitorElement * > | tbHistos |
const DTTtrig * | tTrigMap |
edm::ESGetToken< DTTtrig, DTTtrigRcd > | tTrigMapToken_ |
std::map< DTChamberId, double > | tTrigStMap |
No description available.
Definition at line 38 of file DTNoiseTask.h.
DTNoiseTask::DTNoiseTask | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 37 of file DTNoiseTask.cc.
References doSegmentVeto, doTimeBoxHistos, dtDigiToken_, edm::ParameterSet::getUntrackedParameter(), HLT_2022v15_cff::InputTag, recHits4DToken_, and safeMargin.
|
override |
|
overrideprotectedvirtual |
Analyze.
Reimplemented from DQMOneEDAnalyzer< edm::one::WatchLuminosityBlocks >.
Definition at line 63 of file DTNoiseTask.cc.
References doSegmentVeto, doTimeBoxHistos, dtDigiToken_, MillePedeFileConverter_cfg::e, evtNumber, dqm::impl::MonitorElement::Fill(), mapEvt, nEventMonitor, noiseHistos, PostProcessor_cff::normalization, recHits4DToken_, safeMargin, edm::second(), tbHistos, tTrigStMap, and photonAnalyzer_cfi::yBin.
|
inlinefinalprotected |
Definition at line 52 of file DTNoiseTask.h.
|
overridevirtual |
Implements DQMOneEDAnalyzer< edm::one::WatchLuminosityBlocks >.
Definition at line 228 of file DTNoiseTask.cc.
References dqm::implementation::IBooker::bookFloat(), bookHistos(), DTGeometry::chambers(), doTimeBoxHistos, dtGeom, DTTtrig::get(), dttriganalyzer_cfi::kFactor, nEventMonitor, DTTimeUnits::ns, dqm::implementation::NavigatorBase::setCurrentFolder(), dttriganalyzer_cfi::tTrig, tTrigMap, and tTrigStMap.
|
private |
Definition at line 134 of file DTNoiseTask.cc.
References dqm::implementation::IBooker::book2D(), DTGeometry::chamber(), dtGeom, HltBtagPostValidation_cff::histoName, hgcalTBTopologyTester_cfi::layers, noiseHistos, hgcalTBTopologyTester_cfi::sector, DTChamberId::sector(), dqm::implementation::NavigatorBase::setCurrentFolder(), DTChamberId::station(), relativeConstraints::station, AlCaHLTBitMon_QueryRunRegistry::string, DTChamber::superLayers(), DTChamberId::wheel(), and makeMuonMisalignmentScenario::wheel.
Referenced by bookHistograms().
|
private |
Definition at line 191 of file DTNoiseTask.cc.
References dqm::implementation::IBooker::book1D(), DTSuperLayerId::chamberId(), HltBtagPostValidation_cff::histoName, hgcalTBTopologyTester_cfi::sector, DTChamberId::sector(), dqm::implementation::NavigatorBase::setCurrentFolder(), DTChamberId::station(), relativeConstraints::station, AlCaHLTBitMon_QueryRunRegistry::string, DTSuperLayerId::superlayer(), tbHistos, DTChamberId::wheel(), and makeMuonMisalignmentScenario::wheel.
|
overrideprotectedvirtual |
Reimplemented from DQMOneEDAnalyzer< edm::one::WatchLuminosityBlocks >.
Definition at line 218 of file DTNoiseTask.cc.
References dtGeom, muonGeomToken_, singleTopDQM_cfi::setup, tTrigMap, and tTrigMapToken_.
|
overrideprotected |
Definition at line 257 of file DTNoiseTask.cc.
References MillePedeFileConverter_cfg::e, evtNumber, mapEvt, noiseHistos, PostProcessor_cff::normalization, safeMargin, and tTrigStMap.
|
private |
Definition at line 71 of file DTNoiseTask.h.
Referenced by analyze(), and DTNoiseTask().
|
private |
Definition at line 67 of file DTNoiseTask.h.
Referenced by analyze(), bookHistograms(), and DTNoiseTask().
|
private |
Definition at line 63 of file DTNoiseTask.h.
Referenced by analyze(), and DTNoiseTask().
|
private |
Definition at line 74 of file DTNoiseTask.h.
Referenced by bookHistograms(), bookHistos(), and dqmBeginRun().
|
private |
Definition at line 65 of file DTNoiseTask.h.
Referenced by analyze(), and endLuminosityBlock().
|
private |
Definition at line 85 of file DTNoiseTask.h.
Referenced by analyze(), and endLuminosityBlock().
|
private |
Definition at line 73 of file DTNoiseTask.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 90 of file DTNoiseTask.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 82 of file DTNoiseTask.h.
Referenced by analyze(), bookHistos(), and endLuminosityBlock().
|
private |
Definition at line 69 of file DTNoiseTask.h.
Referenced by analyze(), and DTNoiseTask().
|
private |
Definition at line 93 of file DTNoiseTask.h.
Referenced by analyze(), DTNoiseTask(), and endLuminosityBlock().
|
private |
Definition at line 88 of file DTNoiseTask.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 76 of file DTNoiseTask.h.
Referenced by bookHistograms(), and dqmBeginRun().
|
private |
Definition at line 75 of file DTNoiseTask.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 79 of file DTNoiseTask.h.
Referenced by analyze(), bookHistograms(), and endLuminosityBlock().