![]() |
ATLAS Offline Software
|
Select the TGC candidates sent to MDTTP. More...
#include <TgcL0MdtCandidateSelector.h>
Public Member Functions | |
| std::unique_ptr< xAOD::TGCCandDataContainer > | select (xAOD::TGCCandDataContainer &candidates) const |
| Create a non-owning view of the three candidates with the highest encoded pT per sector for one BC processing chain. | |
Static Private Attributes | |
| static constexpr std::size_t | s_maxCandidatesPerSector {3U} |
Select the TGC candidates sent to MDTTP.
Definition at line 15 of file TgcL0MdtCandidateSelector.h.
| std::unique_ptr< xAOD::TGCCandDataContainer > L0Muon::TgcL0MdtCandidateSelector::select | ( | xAOD::TGCCandDataContainer & | candidates | ) | const |
Create a non-owning view of the three candidates with the highest encoded pT per sector for one BC processing chain.
| candidates | Candidate collection retained by the Sector Logic for one already-selected BC chain. The container is non-const because DataVector views store non-const pointers; its elements are not modified. |
Definition at line 28 of file TgcL0MdtCandidateSelector.cxx.
|
staticconstexprprivate |
Definition at line 30 of file TgcL0MdtCandidateSelector.h.