#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 () override |
reset ERS More... | |
void | run () override |
run L1MuDTERS More... | |
std::pair< const L1MuDTTrackSegPhi *, const L1MuDTTrackSegPhi * > | ts (int id) const |
return pointer to start and target track segment More... | |
~L1MuDTERS () override | |
destructor More... | |
Public Member Functions inherited from L1AbstractProcessor | |
virtual void | run (const edm::EventSetup &c) |
virtual void | run (const edm::EventSetup &c) |
virtual | ~L1AbstractProcessor () |
destructor More... | |
virtual | ~L1AbstractProcessor () |
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 43 of file L1MuDTERS.h.
L1MuDTERS::L1MuDTERS | ( | const L1MuDTSEU & | seu | ) |
|
override |
|
inline |
return extrapolation address; (address = 15 indicates negative ext. result)
Definition at line 63 of file L1MuDTERS.h.
References triggerObjects_cff::id, m_address, and ts().
|
inline |
return extrapolation quality
Definition at line 60 of file L1MuDTERS.h.
References triggerObjects_cff::id, and m_quality.
|
overridevirtual |
reset ERS
Implements L1AbstractProcessor.
Definition at line 107 of file L1MuDTERS.cc.
References triggerObjects_cff::id, m_address, m_quality, m_start, and m_target.
Referenced by L1MuDTERS(), and L1MuDTSEU::reset().
|
overridevirtual |
run L1MuDTERS
Reimplemented from L1AbstractProcessor.
Definition at line 67 of file L1MuDTERS.cc.
References gather_cfg::cout, L1MuDTTFConfig::Debug(), L1MuDTSEU::eux(), plotBeamSpotDB::first, plotBeamSpotDB::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 122 of file L1MuDTERS.cc.
References triggerObjects_cff::id, m_start, and m_target.
Referenced by address().
|
private |
Definition at line 73 of file L1MuDTERS.h.
|
private |
Definition at line 72 of file L1MuDTERS.h.
|
private |
Definition at line 70 of file L1MuDTERS.h.
Referenced by run().
|
private |
Definition at line 75 of file L1MuDTERS.h.
|
private |
Definition at line 76 of file L1MuDTERS.h.