#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 | analyze (edm::Event const &, edm::EventSetup const &) |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
virtual void | dqmEndRun (edm::Run const &, edm::EventSetup const &) |
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) |
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<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) |
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_ |
edm::ESHandle< DTGeometry > | dtGeom |
int | evtNumber |
std::map< DTChamberId, int > | mapEvt |
MonitorElement * | nEventMonitor |
std::map< DTChamberId, MonitorElement * > | noiseHistos |
edm::EDGetTokenT< DTRecSegment4DCollection > | recHits4DToken_ |
double | safeMargin |
std::map< DTSuperLayerId, MonitorElement * > | tbHistos |
edm::ESHandle< DTTtrig > | tTrigMap |
std::map< DTChamberId, double > | tTrigStMap |
Additional Inherited Members | |
Public Types inherited from DQMOneEDAnalyzer< edm::one::WatchLuminosityBlocks > | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Attributes inherited from DQMOneEDAnalyzer< edm::one::WatchLuminosityBlocks > | |
edm::EDPutTokenT< DQMToken > | runToken_ |
No description available.
Definition at line 37 of file DTNoiseTask.h.
DTNoiseTask::DTNoiseTask | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 39 of file DTNoiseTask.cc.
References doSegmentVeto, doTimeBoxHistos, dtDigiToken_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), HLT_2018_cff::InputTag, recHits4DToken_, and safeMargin.
|
override |
|
overrideprotected |
Analyze.
Definition at line 61 of file DTNoiseTask.cc.
References doSegmentVeto, doTimeBoxHistos, dtDigiToken_, evtNumber, dqm::impl::MonitorElement::Fill(), edm::Event::getByToken(), mapEvt, nEventMonitor, noiseHistos, PostProcessor_cff::normalization, recHits4DToken_, safeMargin, edm::second(), tbHistos, tTrigStMap, and photonAnalyzer_cfi::yBin.
|
inlinefinalprotected |
Definition at line 51 of file DTNoiseTask.h.
References analyze(), bookHistos(), HltBtagPostValidation_cff::c, MillePedeFileConverter_cfg::e, and singleTopDQM_cfi::setup.
|
overridevirtual |
Implements DQMOneEDAnalyzer< edm::one::WatchLuminosityBlocks >.
Definition at line 226 of file DTNoiseTask.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::bookFloat(), bookHistos(), DTGeometry::chambers(), doTimeBoxHistos, dtGeom, DTTtrig::get(), dttriganalyzer_cfi::kFactor, nEventMonitor, DTTimeUnits::ns, dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder(), dttriganalyzer_cfi::tTrig, tTrigMap, and tTrigStMap.
|
private |
Definition at line 132 of file DTNoiseTask.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book2D(), DTGeometry::chamber(), dtGeom, HltBtagPostValidation_cff::histoName, hgcalTopologyTester_cfi::layers, noiseHistos, DTChamberId::sector(), dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder(), DTChamberId::station(), relativeConstraints::station, AlCaHLTBitMon_QueryRunRegistry::string, DTChamber::superLayers(), DTChamberId::wheel(), and makeMuonMisalignmentScenario::wheel.
Referenced by bookHistograms().
|
private |
Definition at line 189 of file DTNoiseTask.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book1D(), DTSuperLayerId::chamberId(), HltBtagPostValidation_cff::histoName, DTChamberId::sector(), dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder(), DTChamberId::station(), relativeConstraints::station, AlCaHLTBitMon_QueryRunRegistry::string, DTSuperLayerId::superlayer(), tbHistos, DTChamberId::wheel(), and makeMuonMisalignmentScenario::wheel.
|
overrideprotected |
Definition at line 216 of file DTNoiseTask.cc.
References dtGeom, edm::EventSetup::get(), and tTrigMap.
|
overrideprotected |
Definition at line 255 of file DTNoiseTask.cc.
References MillePedeFileConverter_cfg::e, evtNumber, mapEvt, noiseHistos, PostProcessor_cff::normalization, safeMargin, and tTrigStMap.
|
private |
Definition at line 70 of file DTNoiseTask.h.
Referenced by analyze(), and DTNoiseTask().
|
private |
Definition at line 66 of file DTNoiseTask.h.
Referenced by analyze(), bookHistograms(), and DTNoiseTask().
|
private |
Definition at line 62 of file DTNoiseTask.h.
Referenced by analyze(), and DTNoiseTask().
|
private |
Definition at line 72 of file DTNoiseTask.h.
Referenced by bookHistograms(), bookHistos(), and dqmBeginRun().
|
private |
Definition at line 64 of file DTNoiseTask.h.
Referenced by analyze(), and endLuminosityBlock().
|
private |
Definition at line 82 of file DTNoiseTask.h.
Referenced by analyze(), and endLuminosityBlock().
|
private |
Definition at line 87 of file DTNoiseTask.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 79 of file DTNoiseTask.h.
Referenced by analyze(), bookHistos(), and endLuminosityBlock().
|
private |
Definition at line 68 of file DTNoiseTask.h.
Referenced by analyze(), and DTNoiseTask().
|
private |
Definition at line 90 of file DTNoiseTask.h.
Referenced by analyze(), DTNoiseTask(), and endLuminosityBlock().
|
private |
Definition at line 85 of file DTNoiseTask.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 73 of file DTNoiseTask.h.
Referenced by bookHistograms(), and dqmBeginRun().
|
private |
Definition at line 76 of file DTNoiseTask.h.
Referenced by analyze(), bookHistograms(), and endLuminosityBlock().