#include <DTLocalTriggerLutTask.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 &) |
BeginRun. More... | |
void | searchDccBest (std::vector< L1MuDTChambPhDigi > const *trigs) |
Find best (highest qual) DCC trigger segments. More... | |
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 &ibooker, 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 |
edm::EDGetTokenT < L1MuDTChambPhContainer > | dcc_Token_ |
bool | detailedAnalysis |
edm::ESHandle< DTGeometry > | muonGeom |
int | nEvents |
int | nLumis |
int | nPhibBins |
int | nPhiBins |
bool | overUnderIn |
edm::ParameterSet | parameters |
double | rangePhi |
double | rangePhiB |
edm::EDGetTokenT < DTRecSegment4DCollection > | seg_Token_ |
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 |
Definition at line 41 of file DTLocalTriggerLutTask.h.
DTLocalTriggerLutTask::DTLocalTriggerLutTask | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 35 of file DTLocalTriggerLutTask.cc.
References baseFolder, dcc_Token_, detailedAnalysis, edm::ParameterSet::getUntrackedParameter(), LogTrace, nEvents, nLumis, nPhibBins, nPhiBins, overUnderIn, parameters, rangePhi, rangePhiB, seg_Token_, and theGeomLabel.
|
virtual |
Destructor.
Definition at line 69 of file DTLocalTriggerLutTask.cc.
References LogTrace, nEvents, and trigGeomUtils.
|
protectedvirtual |
Analyze.
Implements edm::stream::EDAnalyzerBase.
Definition at line 161 of file DTLocalTriggerLutTask.cc.
References chHistos, DTTrigGeomUtils::computeSCCoordinates(), dcc_Token_, detailedAnalysis, edm::Event::getByToken(), bookConverter::max, min(), nEvents, overUnderIn, rangePhi, rangePhiB, DetId::rawId(), searchDccBest(), seg_Token_, DTChamberId::station(), relativeConstraints::station, trigBest, DTTrigGeomUtils::trigDir(), trigGeomUtils, DTTrigGeomUtils::trigPos(), trigQualBest, DTTrigGeomUtils::trigToSeg(), and DTChamberId::wheel().
|
protectedvirtual |
To reset the MEs.
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 136 of file DTLocalTriggerLutTask.cc.
References chHistos, edm::ParameterSet::getUntrackedParameter(), LogTrace, nLumis, and parameters.
|
overridevirtual |
bookHistograms
Implements DQMEDAnalyzer.
Definition at line 121 of file DTLocalTriggerLutTask.cc.
References bookHistos(), LogTrace, and muonGeom.
|
private |
Book histos.
Definition at line 83 of file DTLocalTriggerLutTask.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), chHistos, detailedAnalysis, nPhibBins, nPhiBins, rangePhi, rangePhiB, DetId::rawId(), DTChamberId::sector(), DQMStore::IBooker::setCurrentFolder(), DTChamberId::station(), relativeConstraints::station, topFolder(), and DTChamberId::wheel().
Referenced by bookHistograms().
|
protectedvirtual |
BeginRun.
Reimplemented from DQMEDAnalyzer.
Definition at line 76 of file DTLocalTriggerLutTask.cc.
References edm::EventSetup::get(), muonGeom, theGeomLabel, and trigGeomUtils.
|
protected |
Find best (highest qual) DCC trigger segments.
Definition at line 247 of file DTLocalTriggerLutTask.cc.
References trigBest, and trigQualBest.
Referenced by analyze().
|
inlineprivate |
Get the top folder.
Definition at line 73 of file DTLocalTriggerLutTask.h.
References baseFolder.
Referenced by bookHistos().
|
friend |
Definition at line 43 of file DTLocalTriggerLutTask.h.
|
private |
Definition at line 85 of file DTLocalTriggerLutTask.h.
Referenced by DTLocalTriggerLutTask(), and topFolder().
|
private |
Definition at line 101 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), beginLuminosityBlock(), and bookHistos().
|
private |
Definition at line 89 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), and DTLocalTriggerLutTask().
|
private |
Definition at line 86 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), bookHistos(), and DTLocalTriggerLutTask().
|
private |
Definition at line 97 of file DTLocalTriggerLutTask.h.
Referenced by bookHistograms(), and dqmBeginRun().
|
private |
Definition at line 80 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), DTLocalTriggerLutTask(), looper.Looper::loop(), and ~DTLocalTriggerLutTask().
|
private |
Definition at line 81 of file DTLocalTriggerLutTask.h.
Referenced by beginLuminosityBlock(), and DTLocalTriggerLutTask().
|
private |
Definition at line 82 of file DTLocalTriggerLutTask.h.
Referenced by bookHistos(), and DTLocalTriggerLutTask().
|
private |
Definition at line 82 of file DTLocalTriggerLutTask.h.
Referenced by bookHistos(), and DTLocalTriggerLutTask().
|
private |
Definition at line 87 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), and DTLocalTriggerLutTask().
|
private |
Definition at line 96 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 83 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), bookHistos(), and DTLocalTriggerLutTask().
|
private |
Definition at line 83 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), bookHistos(), and DTLocalTriggerLutTask().
|
private |
Definition at line 90 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), and DTLocalTriggerLutTask().
|
private |
Definition at line 98 of file DTLocalTriggerLutTask.h.
Referenced by dqmBeginRun(), and DTLocalTriggerLutTask().
|
private |
Definition at line 94 of file DTLocalTriggerLutTask.h.
|
private |
Definition at line 93 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), and searchDccBest().
|
private |
Definition at line 99 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), dqmBeginRun(), and ~DTLocalTriggerLutTask().
|
private |
Definition at line 92 of file DTLocalTriggerLutTask.h.
Referenced by analyze(), and searchDccBest().
|
private |
Definition at line 102 of file DTLocalTriggerLutTask.h.