#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) | |
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] |
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 52 of file L1MuDTEtaProcessor.h.
L1MuDTEtaProcessor::L1MuDTEtaProcessor | ( | const L1MuDTTrackFinder & | tf, |
int | id | ||
) |
constructor
Definition at line 63 of file L1MuDTEtaProcessor.cc.
References m_tseta.
|
virtual |
|
private |
assign eta and etaFineBit
Definition at line 426 of file L1MuDTEtaProcessor.cc.
References i, m_eta, m_fine, m_pattern, m_TrackCand, m_TracKCand, m_tseta, AlCaHLTBitMon_ParallelJobs::p, L1MuDTEtaPattern::position(), L1MuDTTrack::setEta(), L1MuDTTrack::setFineEtaBit(), L1MuDTTrack::setTSeta(), theEtaPatternLUT, and L1MuDTEtaPattern::wheel().
Referenced by run().
|
inline |
return eta values, index [0,11]
Definition at line 78 of file L1MuDTEtaProcessor.h.
|
inline |
return fine bit, index [0,11]
Definition at line 81 of file L1MuDTEtaProcessor.h.
|
inline |
void L1MuDTEtaProcessor::print | ( | void | ) | const |
print muon candidates found by the Eta Processor
Definition at line 135 of file L1MuDTEtaProcessor.cc.
References gather_cfg::cout, L1MuDTEtaPattern::eta(), i, L1MuDTEtaPattern::id(), getDQMSummary::iter, j, m_address, m_epid, m_eta, m_fine, m_foundPattern, m_pattern, m_tseta, AlCaHLTBitMon_ParallelJobs::p, position, L1MuDTEtaPattern::quality(), quality(), relativeConstraints::station, theEtaPatternLUT, and theQualPatternLUT.
|
staticprivate |
get quality code; id [0,26], stat [1,3]
Definition at line 463 of file L1MuDTEtaProcessor.cc.
References id().
Referenced by print(), and runEtaTrackFinder().
|
private |
receive addresses (from 6 Sector Processors)
Definition at line 273 of file L1MuDTEtaProcessor.cc.
References L1MuDTTrack::address(), L1MuDTTrack::empty(), i, m_address, m_epid, m_tf, m_TrackCand, m_TracKCand, contentValuesFiles::number, L1MuDTTrackFinder::sp(), L1MuDTSectorProcessor::track(), L1MuDTSectorProcessor::tracK(), and L1MuDTAddressArray::trackAddressCode().
Referenced by run().
|
private |
receive data (eta trigger primitives)
Definition at line 215 of file L1MuDTEtaProcessor.cc.
References edm::EventSetup::get(), edm::Event::getByLabel(), L1MuDTTFConfig::getDTDigiInputTag(), i, m_epid, m_mask, m_tseta, msks, L1MuDTChambThDigi::position(), and L1MuDTChambThDigi::quality().
Referenced by run().
|
virtual |
reset the Eta Processor
Definition at line 103 of file L1MuDTEtaProcessor.cc.
References i, getDQMSummary::iter, 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(), L1MuDTTFConfig::getEtaTF(), receiveAddresses(), receiveData(), runEtaMatchingUnit(), and runEtaTrackFinder().
|
private |
run Eta Matching Unit (EMU)
Definition at line 351 of file L1MuDTEtaProcessor.cc.
References L1MuDTEtaPattern::eta(), spr::find(), edm::EventSetup::get(), i, getDQMSummary::iter, 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 304 of file L1MuDTEtaProcessor.cc.
References newFWLiteAna::bin, relativeConstraints::empty, edm::EventSetup::get(), i, L1MuDTEtaPattern::id(), m_foundPattern, m_tseta, listBenchmarks::pattern, L1MuDTEtaPattern::position(), lumiQueryAPI::q, L1MuDTEtaPattern::quality(), quality(), relativeConstraints::station, theEtaPatternLUT, and L1MuDTEtaPattern::wheel().
Referenced by run().
|
inline |
return reference to barrel MTTF
Definition at line 75 of file L1MuDTEtaProcessor.h.
References m_tf.
|
private |
Definition at line 116 of file L1MuDTEtaProcessor.h.
Referenced by print(), receiveAddresses(), reset(), and runEtaMatchingUnit().
|
private |
Definition at line 106 of file L1MuDTEtaProcessor.h.
Referenced by id(), print(), receiveAddresses(), and receiveData().
|
private |
Definition at line 110 of file L1MuDTEtaProcessor.h.
Referenced by assign(), eta(), print(), reset(), and runEtaMatchingUnit().
|
private |
Definition at line 111 of file L1MuDTEtaProcessor.h.
Referenced by assign(), fineBit(), print(), reset(), and runEtaMatchingUnit().
|
private |
Definition at line 113 of file L1MuDTEtaProcessor.h.
Referenced by print(), reset(), runEtaMatchingUnit(), and runEtaTrackFinder().
|
private |
Definition at line 108 of file L1MuDTEtaProcessor.h.
Referenced by receiveData(), reset(), and runEtaMatchingUnit().
|
private |
Definition at line 114 of file L1MuDTEtaProcessor.h.
Referenced by assign(), print(), reset(), and runEtaMatchingUnit().
|
private |
Definition at line 105 of file L1MuDTEtaProcessor.h.
Referenced by receiveAddresses(), and tf().
|
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(), receiveAddresses(), and reset().
|
private |
Definition at line 119 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().