#include <DTNoiseTask.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | beginJob () |
BeginJob. More... | |
void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) |
To reset the MEs. More... | |
void | beginRun (const edm::Run &, const edm::EventSetup &) |
void | endJob () |
Endjob. More... | |
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 (DTChamberId chId) |
void | bookHistos (DTSuperLayerId slId) |
Private Attributes | |
DQMStore * | dbe |
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 |
std::map< DTChamberId, double > | tTrigStMap |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
No description available.
Definition at line 35 of file DTNoiseTask.h.
DTNoiseTask::DTNoiseTask | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 41 of file DTNoiseTask.cc.
References dbe, doSegmentVeto, doTimeBoxHistos, dtDigiToken_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), cppFunctionSkipper::operator, recHits4DToken_, and safeMargin.
|
virtual |
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 93 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 |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 74 of file DTNoiseTask.cc.
|
protectedvirtual |
To reset the MEs.
Reimplemented from edm::EDAnalyzer.
Definition at line 83 of file DTNoiseTask.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 261 of file DTNoiseTask.cc.
References bookHistos(), dbe, doTimeBoxHistos, dtGeom, edm::EventSetup::get(), nEventMonitor, DTTimeUnits::ns, and tTrigStMap.
|
private |
Definition at line 176 of file DTNoiseTask.cc.
References dbe, dtGeom, LayerTriplets::layers(), noiseHistos, DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, AlCaHLTBitMon_QueryRunRegistry::string, DTChamber::superLayers(), and DTChamberId::wheel().
Referenced by beginRun().
|
private |
Definition at line 232 of file DTNoiseTask.cc.
References DTSuperLayerId::chamberId(), dbe, DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, AlCaHLTBitMon_QueryRunRegistry::string, DTSuperLayerId::superlayer(), tbHistos, and DTChamberId::wheel().
|
protectedvirtual |
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 302 of file DTNoiseTask.cc.
References alignCSCRings::e, evtNumber, mapEvt, noiseHistos, safeMargin, and tTrigStMap.
|
private |
Definition at line 77 of file DTNoiseTask.h.
Referenced by beginRun(), bookHistos(), and DTNoiseTask().
|
private |
Definition at line 75 of file DTNoiseTask.h.
Referenced by analyze(), and DTNoiseTask().
|
private |
Definition at line 71 of file DTNoiseTask.h.
Referenced by analyze(), beginRun(), and DTNoiseTask().
|
private |
Definition at line 67 of file DTNoiseTask.h.
Referenced by analyze(), and DTNoiseTask().
|
private |
Definition at line 78 of file DTNoiseTask.h.
Referenced by beginRun(), and bookHistos().
|
private |
Definition at line 69 of file DTNoiseTask.h.
Referenced by analyze(), and endLuminosityBlock().
|
private |
Definition at line 87 of file DTNoiseTask.h.
Referenced by analyze(), and endLuminosityBlock().
|
private |
Definition at line 92 of file DTNoiseTask.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 84 of file DTNoiseTask.h.
Referenced by analyze(), bookHistos(), and endLuminosityBlock().
|
private |
Definition at line 73 of file DTNoiseTask.h.
Referenced by analyze(), and DTNoiseTask().
|
private |
Definition at line 95 of file DTNoiseTask.h.
Referenced by analyze(), DTNoiseTask(), and endLuminosityBlock().
|
private |
Definition at line 90 of file DTNoiseTask.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 81 of file DTNoiseTask.h.
Referenced by analyze(), beginRun(), and endLuminosityBlock().