#include <DTDigiTask.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) override |
Analyze. More... | |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &context) override |
To reset the MEs. More... | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | bookHistos (DQMStore::IBooker &ibooker, const DTChamberId &dtCh, std::string folder, std::string histoTag) |
void | bookHistos (DQMStore::IBooker &ibooker, const DTSuperLayerId &dtSL, std::string folder, std::string histoTag) |
Book the ME. More... | |
void | bookHistos (DQMStore::IBooker &ibooker, const int wheelId, std::string folder, std::string histoTag) |
void | channelsMap (const DTChamberId &dtCh, std::string histoTag) |
To map real channels. More... | |
void | dqmBeginRun (const edm::Run &, const edm::EventSetup &) override |
void | endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &context) final |
std::string | triggerSource () |
get the L1A source 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<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
declare what type of product will make and with which optional label More... | |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
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) |
template<Transition B> | |
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 (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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... | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Private Member Functions | |
std::string | topFolder () const |
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_ |
Definition at line 54 of file DTDigiTask.h.
DTDigiTask::DTDigiTask | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 36 of file DTDigiTask.cc.
References checkNoisyChannels, defaultTmax, defaultTTrig, doAllHitsOccupancies, doInTimeOccupancies, doLayerTimeBoxes, doNoiseOccupancies, doStaticBooking, dtDigiToken_, filterSyncNoise, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), inTimeHitsLowerBound, inTimeHitsUpperBound, isLocalRun, LogTrace, lookForSyncNoise, ltcDigiCollectionToken_, maxTDCHits, maxTTMounts, readTTrigDB, resetCycle, sliceTestMode, subtractT0, syncNum, syncNumTot, tdcPedestal, timeBoxGranularity, and tpMode.
|
override |
|
overrideprotectedvirtual |
Analyze.
Reimplemented from DQMOneEDAnalyzer< edm::one::WatchLuminosityBlocks >.
Definition at line 444 of file DTDigiTask.cc.
References c, DTStatusFlag::cellStatus(), DTSuperLayerId::chamberId(), checkNoisyChannels, DTTimeUnits::counts, defaultTTrig, digiHistos, doAllHitsOccupancies, doInTimeOccupancies, doLayerTimeBoxes, doNoiseOccupancies, dtDigiToken_, dqm::impl::MonitorElement::Fill(), filterSyncNoise, spr::find(), DTT0::get(), DTTtrig::get(), dtResolutionTest_cfi::histoTag, hitMap, createfilelist::int, inTimeHitsLowerBound, inTimeHitsUpperBound, isLocalRun, kFactor, phase1PixelTopology::layer, LogTrace, lookForSyncNoise, ltcDigiCollectionToken_, ltcdigis, SiStripPI::max, maxTDCHits, maxTTMounts, min(), nEventMonitor, nevents, DetId::rawId(), readTTrigDB, edm::second(), DTChamberId::sector(), sliceTestMode, DTChamberId::station(), statusMap, statusMapToken_, subtractT0, DTSuperLayerId::superlayer(), syncNoisyChambers, syncNum, syncNumTot, FrontierCondition_GT_autoExpress_cfi::t0, t0Map, tdcPedestal, tMax, triggerSource(), tTrig, tTrigMap, tTrigRMS, DTChamberId::wheel(), and wheelHistos.
|
overrideprotected |
To reset the MEs.
Definition at line 190 of file DTDigiTask.cc.
References channelsMap(), digiHistos, edm::LuminosityBlockBase::id(), LogTrace, edm::LuminosityBlockID::luminosityBlock(), resetCycle, sliceTestMode, and wheelHistos.
|
overrideprotectedvirtual |
Implements DQMOneEDAnalyzer< edm::one::WatchLuminosityBlocks >.
Definition at line 126 of file DTDigiTask.cc.
References dqm::implementation::IBooker::bookFloat(), bookHistos(), channelsMap(), doAllHitsOccupancies, doInTimeOccupancies, doNoiseOccupancies, doStaticBooking, filterSyncNoise, isLocalRun, lookForSyncNoise, nEventMonitor, dqm::implementation::NavigatorBase::setCurrentFolder(), sliceTestMode, topFolder(), and tpMode.
|
protected |
|
protected |
Referenced by bookHistograms().
|
protected |
|
protected |
To map real channels.
Definition at line 728 of file DTDigiTask.cc.
References digiHistos, DTReadOutMapping::geometryToReadOut(), dtResolutionTest_cfi::histoTag, mapping, DetId::rawId(), DTChamberId::sector(), DTChamberId::station(), and DTChamberId::wheel().
Referenced by beginLuminosityBlock(), and bookHistograms().
|
overrideprotectedvirtual |
Reimplemented from DQMOneEDAnalyzer< edm::one::WatchLuminosityBlocks >.
Definition at line 104 of file DTDigiTask.cc.
References visDQMUpload::context, defaultTmax, LogTrace, mapping, muonGeom, muonGeomToken_, nevents, readOutMapToken_, readTTrigDB, subtractT0, t0Map, T0Token_, tMax, tTrigMap, and TtrigToken_.
|
inlinefinalprotected |
Definition at line 75 of file DTDigiTask.h.
|
private |
Definition at line 720 of file DTDigiTask.cc.
References sliceTestMode, AlCaHLTBitMon_QueryRunRegistry::string, and tpMode.
Referenced by bookHistograms().
|
protected |
get the L1A source
Definition at line 699 of file DTDigiTask.cc.
References mps_fire::i, isLocalRun, and ltcdigis.
Referenced by analyze().
|
private |
Definition at line 147 of file DTDigiTask.h.
Referenced by analyze(), and DTDigiTask().
|
private |
Definition at line 138 of file DTDigiTask.h.
Referenced by dqmBeginRun(), and DTDigiTask().
|
private |
Definition at line 149 of file DTDigiTask.h.
Referenced by analyze(), and DTDigiTask().
|
private |
Definition at line 123 of file DTDigiTask.h.
Referenced by analyze(), beginLuminosityBlock(), and channelsMap().
|
private |
Definition at line 155 of file DTDigiTask.h.
Referenced by analyze(), bookHistograms(), and DTDigiTask().
|
private |
Definition at line 157 of file DTDigiTask.h.
Referenced by analyze(), bookHistograms(), and DTDigiTask().
|
private |
Definition at line 166 of file DTDigiTask.h.
Referenced by analyze(), and DTDigiTask().
|
private |
Definition at line 156 of file DTDigiTask.h.
Referenced by analyze(), bookHistograms(), and DTDigiTask().
|
private |
Definition at line 141 of file DTDigiTask.h.
Referenced by bookHistograms(), and DTDigiTask().
|
private |
Definition at line 129 of file DTDigiTask.h.
Referenced by analyze(), and DTDigiTask().
|
private |
Definition at line 161 of file DTDigiTask.h.
Referenced by analyze(), bookHistograms(), and DTDigiTask().
|
private |
Definition at line 102 of file DTDigiTask.h.
Referenced by analyze().
|
private |
Definition at line 151 of file DTDigiTask.h.
Referenced by analyze(), and DTDigiTask().
|
private |
Definition at line 152 of file DTDigiTask.h.
Referenced by analyze(), and DTDigiTask().
|
private |
Definition at line 143 of file DTDigiTask.h.
Referenced by analyze(), bookHistograms(), DTDigiTask(), and triggerSource().
|
private |
Definition at line 98 of file DTDigiTask.h.
Referenced by analyze().
|
private |
Definition at line 160 of file DTDigiTask.h.
Referenced by analyze(), bookHistograms(), and DTDigiTask().
|
private |
Definition at line 131 of file DTDigiTask.h.
Referenced by analyze(), and DTDigiTask().
|
private |
Definition at line 107 of file DTDigiTask.h.
Referenced by analyze(), and triggerSource().
|
private |
Definition at line 112 of file DTDigiTask.h.
Referenced by channelsMap(), dqmBeginRun(), and progressbar.FormatLabel::update().
|
private |
Definition at line 93 of file DTDigiTask.h.
Referenced by analyze(), and DTDigiTask().
|
private |
Definition at line 154 of file DTDigiTask.h.
Referenced by analyze(), and DTDigiTask().
|
private |
Definition at line 110 of file DTDigiTask.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 109 of file DTDigiTask.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 169 of file DTDigiTask.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 89 of file DTDigiTask.h.
Referenced by analyze(), dqmBeginRun(), and ~DTDigiTask().
|
private |
Definition at line 168 of file DTDigiTask.h.
|
private |
Definition at line 111 of file DTDigiTask.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 134 of file DTDigiTask.h.
Referenced by analyze(), dqmBeginRun(), and DTDigiTask().
|
private |
Definition at line 145 of file DTDigiTask.h.
Referenced by beginLuminosityBlock(), and DTDigiTask().
|
private |
Definition at line 163 of file DTDigiTask.h.
Referenced by analyze(), beginLuminosityBlock(), bookHistograms(), DTDigiTask(), and topFolder().
|
private |
Definition at line 121 of file DTDigiTask.h.
Referenced by analyze().
|
private |
Definition at line 120 of file DTDigiTask.h.
Referenced by analyze().
|
private |
Definition at line 136 of file DTDigiTask.h.
Referenced by analyze(), dqmBeginRun(), and DTDigiTask().
|
private |
Definition at line 103 of file DTDigiTask.h.
Referenced by analyze().
|
private |
Definition at line 105 of file DTDigiTask.h.
Referenced by analyze(), and DTDigiTask().
|
private |
Definition at line 104 of file DTDigiTask.h.
Referenced by analyze(), and DTDigiTask().
|
private |
Definition at line 117 of file DTDigiTask.h.
Referenced by analyze(), and dqmBeginRun().
|
private |
Definition at line 116 of file DTDigiTask.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 164 of file DTDigiTask.h.
Referenced by analyze(), and DTDigiTask().
|
private |
Definition at line 153 of file DTDigiTask.h.
Referenced by DTDigiTask().
|
private |
no needs to be precise. Value from PSets will always be used
Definition at line 92 of file DTDigiTask.h.
Referenced by analyze(), and dqmBeginRun().
|
private |
Definition at line 159 of file DTDigiTask.h.
Referenced by bookHistograms(), DTDigiTask(), and topFolder().
|
private |
|
private |
Definition at line 115 of file DTDigiTask.h.
Referenced by analyze(), and dqmBeginRun().
|
private |
Definition at line 97 of file DTDigiTask.h.
Referenced by analyze().
|
private |
Definition at line 114 of file DTDigiTask.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 124 of file DTDigiTask.h.
Referenced by analyze(), and beginLuminosityBlock().