#include <DTLocalTriggerLutTask.h>
Public Member Functions | |
DTLocalTriggerLutTask (const edm::ParameterSet &ps) | |
Constructor. More... | |
virtual | ~DTLocalTriggerLutTask () |
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 () |
void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) |
To reset the MEs. More... | |
void | beginRun (const edm::Run &, const edm::EventSetup &) |
BeginRun. More... | |
void | endJob (void) |
EndJob. More... | |
void | searchDccBest (std::vector< L1MuDTChambPhDigi > *trigs) |
Find best (highest qual) DCC trigger segments. More... | |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Private Member Functions | |
void | bookHistos (DTChamberId chId) |
Book histos. More... | |
std::string & | topFolder () |
Get the top folder. More... | |
Private Attributes | |
std::string | baseFolder |
std::map< uint32_t, std::map < std::string, MonitorElement * > > | chHistos |
DQMStore * | dbe |
edm::InputTag | dccInputTag |
bool | detailedAnalysis |
edm::ESHandle< DTGeometry > | muonGeom |
int | nEvents |
int | nLumis |
int | nPhibBins |
int | nPhiBins |
bool | overUnderIn |
edm::ParameterSet | parameters |
double | rangePhi |
double | rangePhiB |
edm::InputTag | segInputTag |
std::string | theGeomLabel |
bool | track_ok [6][5][15] |
const L1MuDTChambPhDigi * | trigBest [6][5][13] |
DTTrigGeomUtils * | trigGeomUtils |
int | trigQualBest [6][5][13] |
std::map< int, std::map < std::string, MonitorElement * > > | whHistos |
Friends | |
class | DTMonitorModule |
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 &) |
Definition at line 41 of file DTLocalTriggerLutTask.h.
DTLocalTriggerLutTask::DTLocalTriggerLutTask | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 38 of file DTLocalTriggerLutTask.cc.
References baseFolder, dbe, dccInputTag, detailedAnalysis, edm::ParameterSet::getUntrackedParameter(), LogTrace, nPhibBins, nPhiBins, cppFunctionSkipper::operator, overUnderIn, parameters, rangePhi, rangePhiB, segInputTag, and theGeomLabel.
|
virtual |
Destructor.
Definition at line 68 of file DTLocalTriggerLutTask.cc.
References LogTrace, nEvents, and trigGeomUtils.
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 166 of file DTLocalTriggerLutTask.cc.
References chHistos, DTTrigGeomUtils::computeSCCoordinates(), dccInputTag, DTRecSegment2D::degreesOfFreedom(), detailedAnalysis, edm::Event::getByLabel(), max(), min, nEvents, overUnderIn, DTRecSegment4D::phiSegment(), rangePhi, rangePhiB, DetId::rawId(), searchDccBest(), segInputTag, DTChamberId::station(), relativeConstraints::station, trigBest, DTTrigGeomUtils::trigDir(), trigGeomUtils, DTTrigGeomUtils::trigPos(), trigQualBest, DTTrigGeomUtils::trigToSeg(), and DTChamberId::wheel().
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 76 of file DTLocalTriggerLutTask.cc.
References LogTrace, nEvents, and nLumis.
|
protectedvirtual |
To reset the MEs.
Reimplemented from edm::EDAnalyzer.
Definition at line 134 of file DTLocalTriggerLutTask.cc.
References chHistos, edm::ParameterSet::getUntrackedParameter(), LogTrace, nLumis, and parameters.
|
protectedvirtual |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 118 of file DTLocalTriggerLutTask.cc.
References bookHistos(), edm::EventSetup::get(), LogTrace, muonGeom, theGeomLabel, and trigGeomUtils.
|
private |
Book histos.
Definition at line 84 of file DTLocalTriggerLutTask.cc.
References DQMStore::book1D(), DQMStore::book2D(), chHistos, dbe, detailedAnalysis, nPhibBins, nPhiBins, rangePhi, rangePhiB, DetId::rawId(), DTChamberId::sector(), DQMStore::setCurrentFolder(), DTChamberId::station(), relativeConstraints::station, topFolder(), and DTChamberId::wheel().
Referenced by beginRun().
|
protectedvirtual |
EndJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 158 of file DTLocalTriggerLutTask.cc.
References dbe, nEvents, DQMStore::rmdir(), and topFolder().
|
protected |
Find best (highest qual) DCC trigger segments.
Definition at line 255 of file DTLocalTriggerLutTask.cc.
References trigBest, and trigQualBest.
Referenced by analyze().
|
inlineprivate |
Get the top folder.
Definition at line 76 of file DTLocalTriggerLutTask.h.
References baseFolder.
Referenced by bookHistos(), and endJob().
|
friend |
Definition at line 43 of file DTLocalTriggerLutTask.h.
|
private |
Definition at line 88 of file DTLocalTriggerLutTask.h.
Referenced by DTLocalTriggerLutTask(), and topFolder().
|
private |
Definition at line 105 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), beginLuminosityBlock(), and bookHistos().
|
private |
Definition at line 99 of file DTLocalTriggerLutTask.h.
Referenced by bookHistos(), DTLocalTriggerLutTask(), and endJob().
|
private |
Definition at line 92 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), and DTLocalTriggerLutTask().
|
private |
Definition at line 89 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), bookHistos(), and DTLocalTriggerLutTask().
|
private |
Definition at line 101 of file DTLocalTriggerLutTask.h.
Referenced by beginRun().
|
private |
Definition at line 83 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), beginJob(), endJob(), and ~DTLocalTriggerLutTask().
|
private |
Definition at line 84 of file DTLocalTriggerLutTask.h.
Referenced by beginJob(), and beginLuminosityBlock().
|
private |
Definition at line 85 of file DTLocalTriggerLutTask.h.
Referenced by bookHistos(), and DTLocalTriggerLutTask().
|
private |
Definition at line 85 of file DTLocalTriggerLutTask.h.
Referenced by bookHistos(), and DTLocalTriggerLutTask().
|
private |
Definition at line 90 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), and DTLocalTriggerLutTask().
|
private |
Definition at line 100 of file DTLocalTriggerLutTask.h.
Referenced by beginLuminosityBlock(), DTLocalTriggerLutTask(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::inputTags(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::properties(), and Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::recursePSetProperties().
|
private |
Definition at line 86 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), bookHistos(), and DTLocalTriggerLutTask().
|
private |
Definition at line 86 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), bookHistos(), and DTLocalTriggerLutTask().
|
private |
Definition at line 93 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), and DTLocalTriggerLutTask().
|
private |
Definition at line 102 of file DTLocalTriggerLutTask.h.
Referenced by beginRun(), and DTLocalTriggerLutTask().
|
private |
Definition at line 97 of file DTLocalTriggerLutTask.h.
|
private |
Definition at line 96 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), and searchDccBest().
|
private |
Definition at line 103 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), beginRun(), and ~DTLocalTriggerLutTask().
|
private |
Definition at line 95 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), and searchDccBest().
|
private |
Definition at line 106 of file DTLocalTriggerLutTask.h.