#include <L1MuBMERS.h>
Public Member Functions | |
unsigned short int | address (int id) const |
return extrapolation address; (address = 15 indicates negative ext. result) More... | |
L1MuBMERS (const L1MuBMSEU &) | |
constructor More... | |
unsigned int | quality (int id) const |
return extrapolation quality More... | |
void | reset () |
reset ERS More... | |
void | run () |
run L1MuBMERS More... | |
std::pair< const L1MuBMTrackSegPhi *, const L1MuBMTrackSegPhi * > | ts (int id) const |
return pointer to start and target track segment More... | |
~L1MuBMERS () | |
destructor More... | |
Private Attributes | |
unsigned short int | m_address [2] |
unsigned short int | m_quality [2] |
const L1MuBMSEU & | m_seu |
const L1MuBMTrackSegPhi * | m_start [2] |
const L1MuBMTrackSegPhi * | m_target [2] |
Extrapolation Result Selector (Quality Sorter Unit):
selects the 2 best (highest target quality) out of the 12 (6) extrapolations performed per start track segment
N. Neumeister CERN EP
Definition at line 41 of file L1MuBMERS.h.
L1MuBMERS::L1MuBMERS | ( | const L1MuBMSEU & | seu | ) |
L1MuBMERS::~L1MuBMERS | ( | ) |
|
inline |
return extrapolation address; (address = 15 indicates negative ext. result)
Definition at line 59 of file L1MuBMERS.h.
References gpuClustering::id, and m_address.
|
inline |
return extrapolation quality
Definition at line 56 of file L1MuBMERS.h.
References gpuClustering::id, and m_quality.
void L1MuBMERS::reset | ( | void | ) |
reset ERS
Definition at line 96 of file L1MuBMERS.cc.
References gpuClustering::id, m_address, m_quality, m_start, and m_target.
Referenced by L1MuBMERS(), and L1MuBMSEU::reset().
void L1MuBMERS::run | ( | ) |
run L1MuBMERS
Definition at line 61 of file L1MuBMERS.cc.
References gather_cfg::cout, L1MuBMTFConfig::Debug(), L1MuBMSEU::eux(), first, dqmdumpme::last, m_address, m_quality, m_seu, m_start, m_target, and L1MuBMSEU::numberOfExt().
Referenced by L1MuBMSEU::run().
pair< const L1MuBMTrackSegPhi *, const L1MuBMTrackSegPhi * > L1MuBMERS::ts | ( | int | id | ) | const |
return pointer to start and target track segment
Definition at line 108 of file L1MuBMERS.cc.
References gpuClustering::id, m_start, and m_target.
|
private |
Definition at line 68 of file L1MuBMERS.h.
|
private |
Definition at line 67 of file L1MuBMERS.h.
|
private |
Definition at line 65 of file L1MuBMERS.h.
Referenced by run().
|
private |
Definition at line 70 of file L1MuBMERS.h.
|
private |
Definition at line 71 of file L1MuBMERS.h.