![]() |
ATLAS Offline Software
|
Select and convert floating-point TGC candidates. More...
#include <TgcL0TrackSelector.h>
Public Member Functions | |
| void | select (const TgcL0CandidateContainer &candidates, xAOD::TGCCandDataContainer &output) const |
| Fill the xAOD output with the six highest-threshold candidates per sector for one BC processing chain. | |
Static Private Attributes | |
| static constexpr std::size_t | s_maxCandidatesPerSector {6U} |
Select and convert floating-point TGC candidates.
Definition at line 16 of file TgcL0TrackSelector.h.
| void TrackSelector::select | ( | const TgcL0CandidateContainer & | candidates, |
| xAOD::TGCCandDataContainer & | output ) const |
Fill the xAOD output with the six highest-threshold candidates per sector for one BC processing chain.
| candidates | Input candidates after Inner Coincidence and BC-chain selection. |
| output | Output TGC candidate container. |
Definition at line 52 of file TgcL0TrackSelector.cxx.
|
staticconstexprprivate |
Definition at line 31 of file TgcL0TrackSelector.h.