#include <L1MuDTERS.h>
Public Member Functions | |
unsigned short int | address (int id) const |
return extrapolation address; (address = 15 indicates negative ext. result) More... | |
L1MuDTERS (const L1MuDTSEU &) | |
constructor More... | |
unsigned int | quality (int id) const |
return extrapolation quality More... | |
void | reset () |
reset ERS More... | |
void | run () |
run L1MuDTERS More... | |
std::pair< const L1MuDTTrackSegPhi *, const L1MuDTTrackSegPhi * > | ts (int id) const |
return pointer to start and target track segment More... | |
~L1MuDTERS () | |
destructor More... | |
Private Attributes | |
unsigned short int | m_address [2] |
unsigned short int | m_quality [2] |
const L1MuDTSEU & | m_seu |
const L1MuDTTrackSegPhi * | m_start [2] |
const L1MuDTTrackSegPhi * | 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 L1MuDTERS.h.
L1MuDTERS::L1MuDTERS | ( | const L1MuDTSEU & | seu | ) |
L1MuDTERS::~L1MuDTERS | ( | ) |
|
inline |
return extrapolation address; (address = 15 indicates negative ext. result)
Definition at line 59 of file L1MuDTERS.h.
References l1ctLayer2EG_cff::id, and m_address.
|
inline |
return extrapolation quality
Definition at line 56 of file L1MuDTERS.h.
References l1ctLayer2EG_cff::id, and m_quality.
void L1MuDTERS::reset | ( | void | ) |
reset ERS
Definition at line 96 of file L1MuDTERS.cc.
References l1ctLayer2EG_cff::id, m_address, m_quality, m_start, and m_target.
Referenced by L1MuDTERS(), and L1MuDTSEU::reset().
void L1MuDTERS::run | ( | ) |
run L1MuDTERS
Definition at line 61 of file L1MuDTERS.cc.
References gather_cfg::cout, L1MuDTTFConfig::Debug(), L1MuDTSEU::eux(), dqmdumpme::first, dqmdumpme::last, m_address, m_quality, m_seu, m_start, m_target, and L1MuDTSEU::numberOfExt().
Referenced by L1MuDTSEU::run().
pair< const L1MuDTTrackSegPhi *, const L1MuDTTrackSegPhi * > L1MuDTERS::ts | ( | int | id | ) | const |
return pointer to start and target track segment
Definition at line 108 of file L1MuDTERS.cc.
References l1ctLayer2EG_cff::id, m_start, and m_target.
|
private |
Definition at line 68 of file L1MuDTERS.h.
|
private |
Definition at line 67 of file L1MuDTERS.h.
|
private |
Definition at line 65 of file L1MuDTERS.h.
Referenced by run().
|
private |
Definition at line 70 of file L1MuDTERS.h.
|
private |
Definition at line 71 of file L1MuDTERS.h.