#include <L1MuDTMuonSorter.h>
Public Member Functions | |
L1MuDTMuonSorter (const L1MuDTTrackFinder &) | |
constructor More... | |
int | numberOfTracks () const |
return number of found muon candidates after sorter More... | |
void | print () const |
print results after sorting More... | |
virtual void | reset () |
reset Muon Sorter More... | |
virtual void | run () |
run Muon Sorter More... | |
const L1MuDTTrack * | track (int id) const |
return pointer to a muon candidate More... | |
const std::vector< const L1MuDTTrack * > & | tracks () const |
return vector of muon candidates More... | |
virtual | ~L1MuDTMuonSorter () |
destructor More... | |
Public Member Functions inherited from L1AbstractProcessor | |
virtual void | run (const edm::EventSetup &c) |
virtual | ~L1AbstractProcessor () |
destructor More... | |
Private Member Functions | |
void | runCOL (std::vector< L1MuDTTrack * > &) const |
run the Cancel Out Logic of the muon sorter More... | |
Static Private Member Functions | |
static int | neighbour (const L1MuDTSecProcId &spid1, const L1MuDTSecProcId &spid2) |
find out if two Sector Processors are neighbours More... | |
Private Attributes | |
const L1MuDTTrackFinder & | m_tf |
std::vector< const L1MuDTTrack * > | m_TrackCands |
DT Muon Sorter:
The DT Muon Sorter receives 2 muon candidates from each of the 12 Wedge Sorters and sorts out the 4 best (highest pt, highest quality) muons
N. Neumeister CERN EP
Definition at line 47 of file L1MuDTMuonSorter.h.
L1MuDTMuonSorter::L1MuDTMuonSorter | ( | const L1MuDTTrackFinder & | tf | ) |
constructor
Definition at line 50 of file L1MuDTMuonSorter.cc.
References m_TrackCands.
|
virtual |
|
staticprivate |
find out if two Sector Processors are neighbours
Definition at line 300 of file L1MuDTMuonSorter.cc.
References abs, L1MuDTSecProcId::sector(), and L1MuDTSecProcId::wheel().
Referenced by runCOL().
|
inline |
return number of found muon candidates after sorter
Definition at line 67 of file L1MuDTMuonSorter.h.
References m_TrackCands.
Referenced by print().
void L1MuDTMuonSorter::print | ( | void | ) | const |
print results after sorting
Definition at line 147 of file L1MuDTMuonSorter.cc.
References gather_cfg::cout, m_TrackCands, and numberOfTracks().
|
virtual |
reset Muon Sorter
Implements L1AbstractProcessor.
Definition at line 133 of file L1MuDTMuonSorter.cc.
References m_TrackCands.
|
virtual |
run Muon Sorter
Reimplemented from L1AbstractProcessor.
Definition at line 74 of file L1MuDTMuonSorter.cc.
References gather_cfg::cout, L1MuDTTFConfig::Debug(), m_tf, m_TrackCands, runCOL(), L1MuDTWedgeSorter::tracks(), and L1MuDTTrackFinder::ws().
|
private |
run the Cancel Out Logic of the muon sorter
Definition at line 165 of file L1MuDTMuonSorter.cc.
References abs, gather_cfg::cout, L1MuDTTFConfig::Debug(), neighbour(), hitfit::phidiff(), and w2.
Referenced by run().
|
inline |
return pointer to a muon candidate
Definition at line 70 of file L1MuDTMuonSorter.h.
References errorMatrix2Lands_multiChannel::id, and m_TrackCands.
|
inline |
return vector of muon candidates
Definition at line 73 of file L1MuDTMuonSorter.h.
References m_TrackCands.
|
private |
Definition at line 85 of file L1MuDTMuonSorter.h.
Referenced by run().
|
private |
Definition at line 86 of file L1MuDTMuonSorter.h.
Referenced by L1MuDTMuonSorter(), numberOfTracks(), print(), reset(), run(), track(), and tracks().