![]() |
![]() |
#include <L1MuBMEtaProcessor.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... | |
L1MuBMEtaProcessor (const L1MuBMTrackFinder &, 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 L1MuBMTrackFinder & | tf () const |
return reference to barrel MTTF More... | |
virtual | ~L1MuBMEtaProcessor () |
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 | |
edm::ESHandle < L1TMuonBarrelParams > | bmtfParamsHandle |
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 L1MuBMTrackFinder & | m_tf |
L1MuBMTrack * | m_TrackCand [12] |
L1MuBMTrack * | m_TracKCand [12] |
std::vector< const L1MuBMTrackSegEta * > | m_tseta |
L1MuDTTFMasks | msks |
L1MuDTEtaPatternLut | theEtaPatternLUT |
L1MuDTQualPatternLut | theQualPatternLUT |
Eta Processor:
An Eta Processor consists of :
N. Neumeister CERN EP J. Troconiz UAM Madrid
Definition at line 62 of file L1MuBMEtaProcessor.h.
L1MuBMEtaProcessor::L1MuBMEtaProcessor | ( | const L1MuBMTrackFinder & | tf, |
int | id, | ||
edm::ConsumesCollector && | iC | ||
) |
constructor
Definition at line 61 of file L1MuBMEtaProcessor.cc.
|
virtual |
destructor
Definition at line 74 of file L1MuBMEtaProcessor.cc.
|
private |
assign eta and etaFineBit
Definition at line 440 of file L1MuBMEtaProcessor.cc.
|
inline |
return eta values, index [0,11]
Definition at line 88 of file L1MuBMEtaProcessor.h.
Referenced by Particle.Particle::__str__().
|
inline |
return fine bit, index [0,11]
Definition at line 91 of file L1MuBMEtaProcessor.h.
|
inline |
return Eta Processor identifier (0-11)
Definition at line 73 of file L1MuBMEtaProcessor.h.
References m_epid.
Referenced by eta(), and fineBit().
void L1MuBMEtaProcessor::print | ( | void | ) | const |
print muon candidates found by the Eta Processor
Definition at line 134 of file L1MuBMEtaProcessor.cc.
|
staticprivate |
get quality code; id [0,26], stat [1,3]
Definition at line 477 of file L1MuBMEtaProcessor.cc.
|
private |
receive addresses (from 6 Sector Processors)
Definition at line 279 of file L1MuBMEtaProcessor.cc.
|
private |
receive data (eta trigger primitives)
Definition at line 214 of file L1MuBMEtaProcessor.cc.
|
virtual |
reset the Eta Processor
Definition at line 102 of file L1MuBMEtaProcessor.cc.
|
virtual |
run the Eta Processor
Definition at line 84 of file L1MuBMEtaProcessor.cc.
|
private |
run Eta Matching Unit (EMU)
Definition at line 361 of file L1MuBMEtaProcessor.cc.
|
private |
run Eta Track Finder (ETF)
Definition at line 310 of file L1MuBMEtaProcessor.cc.
|
inline |
return reference to barrel MTTF
Definition at line 85 of file L1MuBMEtaProcessor.h.
References m_tf.
|
private |
Definition at line 134 of file L1MuBMEtaProcessor.h.
|
private |
Definition at line 126 of file L1MuBMEtaProcessor.h.
|
private |
Definition at line 139 of file L1MuBMEtaProcessor.h.
|
private |
Definition at line 116 of file L1MuBMEtaProcessor.h.
Referenced by id().
|
private |
Definition at line 120 of file L1MuBMEtaProcessor.h.
Referenced by eta().
|
private |
Definition at line 121 of file L1MuBMEtaProcessor.h.
Referenced by fineBit().
|
private |
Definition at line 123 of file L1MuBMEtaProcessor.h.
|
private |
Definition at line 118 of file L1MuBMEtaProcessor.h.
|
private |
Definition at line 124 of file L1MuBMEtaProcessor.h.
|
private |
Definition at line 115 of file L1MuBMEtaProcessor.h.
Referenced by tf().
|
private |
Definition at line 127 of file L1MuBMEtaProcessor.h.
|
private |
Definition at line 128 of file L1MuBMEtaProcessor.h.
|
private |
Definition at line 129 of file L1MuBMEtaProcessor.h.
|
private |
Definition at line 135 of file L1MuBMEtaProcessor.h.
|
private |
Definition at line 136 of file L1MuBMEtaProcessor.h.
|
private |
Definition at line 137 of file L1MuBMEtaProcessor.h.