#include <L1MuDTEtaProcessor.h>
Public Member Functions | |
int | eta (int id) const |
return eta values, index [0,11] More... | |
bool | fineBit (int id) const |
return fine bit, index [0,11] More... | |
int | id () const |
return Eta Processor identifier (0-11) More... | |
L1MuDTEtaProcessor (const L1MuDTTrackFinder &, int id, edm::ConsumesCollector &&iC) | |
constructor More... | |
void | print () const |
print muon candidates found by the Eta Processor More... | |
virtual void | reset () |
reset the Eta Processor More... | |
virtual void | run (int bx, const edm::Event &e, const edm::EventSetup &c) |
run the Eta Processor More... | |
const L1MuDTTrackFinder & | tf () const |
return reference to barrel MTTF More... | |
virtual | ~L1MuDTEtaProcessor () |
destructor More... | |
Private Member Functions | |
void | assign () |
assign eta and etaFineBit More... | |
void | receiveAddresses () |
receive addresses (from 6 Sector Processors) More... | |
void | receiveData (int bx, const edm::Event &e, const edm::EventSetup &c) |
receive data (eta trigger primitives) More... | |
void | runEtaMatchingUnit (const edm::EventSetup &c) |
run Eta Matching Unit (EMU) More... | |
void | runEtaTrackFinder (const edm::EventSetup &c) |
run Eta Track Finder (ETF) More... | |
Static Private Member Functions | |
static int | quality (int id, int stat) |
get quality code; id [0,26], stat [1,3] More... | |
Private Attributes | |
int | m_address [12] |
edm::EDGetTokenT< L1MuDTChambThContainer > | m_DTDigiToken |
int | m_epid |
int | m_eta [12] |
bool | m_fine [12] |
std::vector< int > | m_foundPattern |
int | m_mask |
int | m_pattern [12] |
const L1MuDTTrackFinder & | m_tf |
L1MuDTTrack * | m_TrackCand [12] |
L1MuDTTrack * | m_TracKCand [12] |
std::vector< const L1MuDTTrackSegEta * > | m_tseta |
edm::ESHandle< L1MuDTTFMasks > | msks |
edm::ESHandle< L1MuDTEtaPatternLut > | theEtaPatternLUT |
edm::ESHandle< L1MuDTQualPatternLut > | theQualPatternLUT |
Eta Processor:
An Eta Processor consists of :
N. Neumeister CERN EP J. Troconiz UAM Madrid
Definition at line 55 of file L1MuDTEtaProcessor.h.
L1MuDTEtaProcessor::L1MuDTEtaProcessor | ( | const L1MuDTTrackFinder & | tf, |
int | id, | ||
edm::ConsumesCollector && | iC | ||
) |
|
virtual |
|
private |
assign eta and etaFineBit
Definition at line 431 of file L1MuDTEtaProcessor.cc.
References L1MuDTEtaPatternLut::getPattern(), mps_fire::i, m_eta, m_fine, m_pattern, m_TrackCand, m_TracKCand, m_tseta, AlCaHLTBitMon_ParallelJobs::p, L1MuDTTrack::setEta(), L1MuDTTrack::setFineEtaBit(), L1MuDTTrack::setTSeta(), edm_modernize_messagelogger::stat, and theEtaPatternLUT.
Referenced by run().
|
inline |
return eta values, index [0,11]
Definition at line 79 of file L1MuDTEtaProcessor.h.
Referenced by Particle.Particle::__str__(), Jet.Jet::jetID(), and Jet.Jet::puJetId().
|
inline |
|
inline |
void L1MuDTEtaProcessor::print | ( | void | ) | const |
print muon candidates found by the Eta Processor
Definition at line 129 of file L1MuDTEtaProcessor.cc.
References gather_cfg::cout, L1MuDTQualPatternLut::getCoarseEta(), L1MuDTEtaPatternLut::getPattern(), mps_fire::i, dqmiolumiharvest::j, m_address, m_epid, m_eta, m_fine, m_foundPattern, m_pattern, m_tseta, AlCaHLTBitMon_ParallelJobs::p, position, quality(), relativeConstraints::station, theEtaPatternLUT, and theQualPatternLUT.
|
staticprivate |
get quality code; id [0,26], stat [1,3]
Definition at line 465 of file L1MuDTEtaProcessor.cc.
References id(), and edm_modernize_messagelogger::stat.
Referenced by print(), and runEtaTrackFinder().
|
private |
receive addresses (from 6 Sector Processors)
Definition at line 274 of file L1MuDTEtaProcessor.cc.
References mps_fire::i, m_address, m_epid, m_tf, m_TrackCand, m_TracKCand, contentValuesFiles::number, L1MuDTTrackFinder::sp(), L1MuDTSectorProcessor::track(), L1MuDTSectorProcessor::tracK(), and makeMuonMisalignmentScenario::wheel.
Referenced by run().
|
private |
receive data (eta trigger primitives)
Definition at line 210 of file L1MuDTEtaProcessor.cc.
References l1GtPatternGenerator_cfi::bx, c, L1MuDTChambThContainer::chThetaSegm(), MillePedeFileConverter_cfg::e, get, L1MuDTTFMasks::get_etsoc_chdis_st1(), L1MuDTTFMasks::get_etsoc_chdis_st2(), L1MuDTTFMasks::get_etsoc_chdis_st3(), mps_fire::i, m_DTDigiToken, m_epid, m_mask, m_tseta, msks, L1MuDTChambThDigi::position(), L1MuDTChambThDigi::quality(), edm_modernize_messagelogger::stat, and makeMuonMisalignmentScenario::wheel.
Referenced by run().
|
virtual |
reset the Eta Processor
Definition at line 100 of file L1MuDTEtaProcessor.cc.
References mps_fire::i, m_address, m_eta, m_fine, m_foundPattern, m_mask, m_pattern, m_TrackCand, m_TracKCand, and m_tseta.
|
virtual |
run the Eta Processor
Definition at line 85 of file L1MuDTEtaProcessor.cc.
References assign(), l1GtPatternGenerator_cfi::bx, c, L1MuDTTrackFinder::config(), MillePedeFileConverter_cfg::e, L1MuDTTFConfig::getEtaTF(), m_tf, receiveAddresses(), receiveData(), runEtaMatchingUnit(), and runEtaTrackFinder().
|
private |
run Eta Matching Unit (EMU)
Definition at line 349 of file L1MuDTEtaProcessor.cc.
References c, spr::find(), get, L1MuDTQualPatternLut::getCoarseEta(), L1MuDTEtaPatternLut::getPattern(), L1MuDTQualPatternLut::getQualifiedPatterns(), mps_fire::i, m_address, m_eta, m_fine, m_foundPattern, m_mask, m_pattern, AlCaHLTBitMon_ParallelJobs::p, theEtaPatternLUT, and theQualPatternLUT.
Referenced by run().
|
private |
run Eta Track Finder (ETF)
Definition at line 303 of file L1MuDTEtaProcessor.cc.
References L1MuDTEtaPatternLut::begin(), newFWLiteAna::bin, c, relativeConstraints::empty, L1MuDTEtaPatternLut::end(), get, mps_fire::i, m_foundPattern, m_tseta, topSingleLeptonDQM_PU_cfi::pattern, submitPVResolutionJobs::q, quality(), relativeConstraints::station, theEtaPatternLUT, and makeMuonMisalignmentScenario::wheel.
Referenced by run().
|
inline |
return reference to barrel MTTF
Definition at line 76 of file L1MuDTEtaProcessor.h.
References m_tf.
|
private |
Definition at line 115 of file L1MuDTEtaProcessor.h.
Referenced by print(), receiveAddresses(), reset(), and runEtaMatchingUnit().
|
private |
Definition at line 119 of file L1MuDTEtaProcessor.h.
Referenced by receiveData().
|
private |
Definition at line 105 of file L1MuDTEtaProcessor.h.
Referenced by id(), print(), receiveAddresses(), and receiveData().
|
private |
Definition at line 109 of file L1MuDTEtaProcessor.h.
Referenced by assign(), eta(), print(), reset(), and runEtaMatchingUnit().
|
private |
Definition at line 110 of file L1MuDTEtaProcessor.h.
Referenced by assign(), fineBit(), print(), reset(), and runEtaMatchingUnit().
|
private |
Definition at line 112 of file L1MuDTEtaProcessor.h.
Referenced by print(), reset(), runEtaMatchingUnit(), and runEtaTrackFinder().
|
private |
Definition at line 107 of file L1MuDTEtaProcessor.h.
Referenced by receiveData(), reset(), and runEtaMatchingUnit().
|
private |
Definition at line 113 of file L1MuDTEtaProcessor.h.
Referenced by assign(), print(), reset(), and runEtaMatchingUnit().
|
private |
Definition at line 104 of file L1MuDTEtaProcessor.h.
Referenced by receiveAddresses(), run(), and tf().
|
private |
Definition at line 116 of file L1MuDTEtaProcessor.h.
Referenced by assign(), receiveAddresses(), and reset().
|
private |
Definition at line 117 of file L1MuDTEtaProcessor.h.
Referenced by assign(), receiveAddresses(), and reset().
|
private |
Definition at line 118 of file L1MuDTEtaProcessor.h.
Referenced by assign(), L1MuDTEtaProcessor(), print(), receiveData(), reset(), and runEtaTrackFinder().
|
private |
Definition at line 123 of file L1MuDTEtaProcessor.h.
Referenced by receiveData().
|
private |
Definition at line 121 of file L1MuDTEtaProcessor.h.
Referenced by assign(), print(), runEtaMatchingUnit(), and runEtaTrackFinder().
|
private |
Definition at line 122 of file L1MuDTEtaProcessor.h.
Referenced by print(), and runEtaMatchingUnit().