#include <DTNoiseTask.h>
Public Member Functions | |
DTNoiseTask (const edm::ParameterSet &ps) | |
Constructor. More... | |
virtual | ~DTNoiseTask () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
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::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Private Member Functions | |
void | bookHistos (DTChamberId chId) |
void | bookHistos (DTSuperLayerId slId) |
Private Attributes | |
DQMStore * | dbe |
bool | doSegmentVeto |
bool | doTimeBoxHistos |
edm::InputTag | dtDigiLabel |
edm::ESHandle< DTGeometry > | dtGeom |
int | evtNumber |
std::map< DTChamberId, int > | mapEvt |
MonitorElement * | nEventMonitor |
std::map< DTChamberId, MonitorElement * > | noiseHistos |
double | safeMargin |
std::map< DTSuperLayerId, MonitorElement * > | tbHistos |
std::string | theRecHits4DLabel |
std::map< DTChamberId, double > | tTrigStMap |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
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 32 of file DTNoiseTask.h.
DTNoiseTask::DTNoiseTask | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 48 of file DTNoiseTask.cc.
References dbe, doSegmentVeto, doTimeBoxHistos, dtDigiLabel, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), cppFunctionSkipper::operator, safeMargin, and theRecHits4DLabel.
|
virtual |
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 98 of file DTNoiseTask.cc.
References doSegmentVeto, doTimeBoxHistos, dtDigiLabel, evtNumber, MonitorElement::Fill(), edm::Event::getByLabel(), mapEvt, nEventMonitor, noiseHistos, safeMargin, edm::second(), tbHistos, theRecHits4DLabel, and tTrigStMap.
|
protectedvirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 79 of file DTNoiseTask.cc.
|
protectedvirtual |
To reset the MEs.
Reimplemented from edm::EDAnalyzer.
Definition at line 88 of file DTNoiseTask.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 266 of file DTNoiseTask.cc.
References DQMStore::bookFloat(), bookHistos(), dbe, doTimeBoxHistos, dtGeom, edm::EventSetup::get(), nEventMonitor, DTTimeUnits::ns, DQMStore::setCurrentFolder(), and tTrigStMap.
|
private |
Definition at line 181 of file DTNoiseTask.cc.
References DQMStore::book2D(), dbe, dtGeom, noiseHistos, DTChamberId::sector(), DQMStore::setCurrentFolder(), DTChamberId::station(), relativeConstraints::station, DTChamber::superLayers(), and DTChamberId::wheel().
Referenced by beginRun().
|
private |
Definition at line 237 of file DTNoiseTask.cc.
References DQMStore::book1D(), DTSuperLayerId::chamberId(), dbe, DTChamberId::sector(), DQMStore::setCurrentFolder(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), tbHistos, and DTChamberId::wheel().
|
protectedvirtual |
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 307 of file DTNoiseTask.cc.
References alignCSCRings::e, evtNumber, mapEvt, noiseHistos, safeMargin, and tTrigStMap.
|
private |
Definition at line 74 of file DTNoiseTask.h.
Referenced by beginRun(), bookHistos(), and DTNoiseTask().
|
private |
Definition at line 72 of file DTNoiseTask.h.
Referenced by analyze(), and DTNoiseTask().
|
private |
Definition at line 68 of file DTNoiseTask.h.
Referenced by analyze(), beginRun(), and DTNoiseTask().
|
private |
Definition at line 64 of file DTNoiseTask.h.
Referenced by analyze(), and DTNoiseTask().
|
private |
Definition at line 75 of file DTNoiseTask.h.
Referenced by beginRun(), and bookHistos().
|
private |
Definition at line 66 of file DTNoiseTask.h.
Referenced by analyze(), and endLuminosityBlock().
|
private |
Definition at line 84 of file DTNoiseTask.h.
Referenced by analyze(), and endLuminosityBlock().
|
private |
Definition at line 89 of file DTNoiseTask.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 81 of file DTNoiseTask.h.
Referenced by analyze(), bookHistos(), and endLuminosityBlock().
|
private |
Definition at line 92 of file DTNoiseTask.h.
Referenced by analyze(), DTNoiseTask(), and endLuminosityBlock().
|
private |
Definition at line 87 of file DTNoiseTask.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 70 of file DTNoiseTask.h.
Referenced by analyze(), and DTNoiseTask().
|
private |
Definition at line 78 of file DTNoiseTask.h.
Referenced by analyze(), beginRun(), and endLuminosityBlock().