#include <DTNoiseTask.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) |
To reset the MEs. More... | |
void | dqmBeginRun (const edm::Run &, const edm::EventSetup &) |
void | endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &setup) |
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 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 |
No description available.
Definition at line 41 of file DTNoiseTask.h.
DTNoiseTask::DTNoiseTask | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 41 of file DTNoiseTask.cc.
References doSegmentVeto, doTimeBoxHistos, dtDigiToken_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), HLT_25ns14e33_v1_cff::InputTag, recHits4DToken_, and safeMargin.
|
virtual |
|
protectedvirtual |
Analyze.
Implements edm::stream::EDAnalyzerBase.
Definition at line 80 of file DTNoiseTask.cc.
References doSegmentVeto, doTimeBoxHistos, dtDigiToken_, evtNumber, MonitorElement::Fill(), edm::Event::getByToken(), mapEvt, nEventMonitor, noiseHistos, recHits4DToken_, safeMargin, edm::second(), tbHistos, tTrigStMap, and cuy::yBin.
|
protectedvirtual |
To reset the MEs.
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 70 of file DTNoiseTask.cc.
|
overridevirtual |
Implements DQMEDAnalyzer.
Definition at line 256 of file DTNoiseTask.cc.
References DQMStore::IBooker::bookFloat(), bookHistos(), doTimeBoxHistos, dtGeom, nEventMonitor, DTTimeUnits::ns, DQMStore::IBooker::setCurrentFolder(), tTrigMap, and tTrigStMap.
|
private |
Definition at line 157 of file DTNoiseTask.cc.
References DQMStore::IBooker::book2D(), dtGeom, LayerTriplets::layers(), noiseHistos, DTChamberId::sector(), DQMStore::IBooker::setCurrentFolder(), DTChamberId::station(), relativeConstraints::station, AlCaHLTBitMon_QueryRunRegistry::string, DTChamber::superLayers(), and DTChamberId::wheel().
Referenced by bookHistograms().
|
private |
Definition at line 214 of file DTNoiseTask.cc.
References DQMStore::IBooker::book1D(), DTSuperLayerId::chamberId(), DTChamberId::sector(), DQMStore::IBooker::setCurrentFolder(), DTChamberId::station(), relativeConstraints::station, AlCaHLTBitMon_QueryRunRegistry::string, DTSuperLayerId::superlayer(), tbHistos, and DTChamberId::wheel().
|
protectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 243 of file DTNoiseTask.cc.
References dtGeom, edm::EventSetup::get(), and tTrigMap.
|
protectedvirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 292 of file DTNoiseTask.cc.
References alignCSCRings::e, evtNumber, mapEvt, noiseHistos, safeMargin, and tTrigStMap.
|
private |
Definition at line 78 of file DTNoiseTask.h.
Referenced by analyze(), and DTNoiseTask().
|
private |
Definition at line 74 of file DTNoiseTask.h.
Referenced by analyze(), bookHistograms(), and DTNoiseTask().
|
private |
Definition at line 70 of file DTNoiseTask.h.
Referenced by analyze(), and DTNoiseTask().
|
private |
Definition at line 80 of file DTNoiseTask.h.
Referenced by bookHistograms(), bookHistos(), and dqmBeginRun().
|
private |
Definition at line 72 of file DTNoiseTask.h.
Referenced by analyze(), and endLuminosityBlock().
|
private |
Definition at line 90 of file DTNoiseTask.h.
Referenced by analyze(), and endLuminosityBlock().
|
private |
Definition at line 95 of file DTNoiseTask.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 87 of file DTNoiseTask.h.
Referenced by analyze(), bookHistos(), and endLuminosityBlock().
|
private |
Definition at line 76 of file DTNoiseTask.h.
Referenced by analyze(), and DTNoiseTask().
|
private |
Definition at line 98 of file DTNoiseTask.h.
Referenced by analyze(), DTNoiseTask(), and endLuminosityBlock().
|
private |
Definition at line 93 of file DTNoiseTask.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 81 of file DTNoiseTask.h.
Referenced by bookHistograms(), and dqmBeginRun().
|
private |
Definition at line 84 of file DTNoiseTask.h.
Referenced by analyze(), bookHistograms(), and endLuminosityBlock().