#include <L1MuDTWedgeSorter.h>
Public Member Functions | |
int | id () const |
return Wedge Sorter identifier (0-11) More... | |
L1MuDTWedgeSorter (const L1MuDTTrackFinder &, int id) | |
constructor More... | |
void | print () const |
print results after sorting More... | |
void | reset () override |
reset Wedge Sorter More... | |
void | run () override |
run Wedge Sorter More... | |
const std::vector< const L1MuDTTrack * > & | tracks () const |
return vector of muon candidates More... | |
~L1MuDTWedgeSorter () 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 Member Functions | |
bool | anyTrack () const |
are there any non-empty muon candidates in the Wedge Sorter? More... | |
void | runCOL (std::vector< L1MuDTTrack * > &) const |
run the Cancel Out Logic of the wedge sorter More... | |
Static Private Member Functions | |
static bool | neighbour (const L1MuDTSecProcId &spid1, const L1MuDTSecProcId &spid2) |
find out if two Sector Processors are neighbours in the same wedge More... | |
Private Attributes | |
const L1MuDTTrackFinder & | m_tf |
std::vector< const L1MuDTTrack * > | m_TrackCands |
int | m_wsid |
Wedge Sorter:
A Wedge Sorter receives 2 muon candidates from each of the 6 Sector Processors of a wedge and forwards the 2 highest rank candidates per wedge to the DT Muon Sorter
N. Neumeister CERN EP
Definition at line 45 of file L1MuDTWedgeSorter.h.
L1MuDTWedgeSorter::L1MuDTWedgeSorter | ( | const L1MuDTTrackFinder & | tf, |
int | id | ||
) |
|
override |
|
private |
are there any non-empty muon candidates in the Wedge Sorter?
Definition at line 163 of file L1MuDTWedgeSorter.cc.
References m_TrackCands.
Referenced by print().
|
inline |
return Wedge Sorter identifier (0-11)
Definition at line 54 of file L1MuDTWedgeSorter.h.
References m_wsid.
|
staticprivate |
find out if two Sector Processors are neighbours in the same wedge
Definition at line 239 of file L1MuDTWedgeSorter.cc.
References L1MuDTSecProcId::sector(), hgcalTopologyTester_cfi::sector1, hgcalTopologyTester_cfi::sector2, and L1MuDTSecProcId::wheel().
Referenced by runCOL().
void L1MuDTWedgeSorter::print | ( | void | ) | const |
print results after sorting
Definition at line 148 of file L1MuDTWedgeSorter.cc.
References anyTrack(), gather_cfg::cout, m_TrackCands, and m_wsid.
|
overridevirtual |
reset Wedge Sorter
Implements L1AbstractProcessor.
Definition at line 138 of file L1MuDTWedgeSorter.cc.
References m_TrackCands.
|
overridevirtual |
run Wedge Sorter
Reimplemented from L1AbstractProcessor.
Definition at line 67 of file L1MuDTWedgeSorter.cc.
References gather_cfg::cout, L1MuDTTFConfig::Debug(), m_tf, m_TrackCands, m_wsid, contentValuesFiles::number, L1MuDTTrack::rank(), runCOL(), L1MuDTTrackFinder::sp(), hgcalPlots::stat, L1MuDTSectorProcessor::track(), and makeMuonMisalignmentScenario::wheel.
|
private |
run the Cancel Out Logic of the wedge sorter
Definition at line 177 of file L1MuDTWedgeSorter.cc.
References HLT_FULL_cff::cands, gather_cfg::cout, L1MuDTTFConfig::Debug(), neighbour(), hgcalPlots::stat, and L1MuDTSecProcId::wheel().
Referenced by run().
|
inline |
return vector of muon candidates
Definition at line 66 of file L1MuDTWedgeSorter.h.
References m_TrackCands.
Referenced by L1MuDTMuonSorter::run().
|
private |
Definition at line 79 of file L1MuDTWedgeSorter.h.
Referenced by run().
|
private |
Definition at line 82 of file L1MuDTWedgeSorter.h.
Referenced by anyTrack(), L1MuDTWedgeSorter(), print(), reset(), run(), and tracks().
|
private |
Definition at line 80 of file L1MuDTWedgeSorter.h.