ATLAS Offline Software
Loading...
Searching...
No Matches
TgcL0FloatingTrackSelectorTool.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
6
8
9namespace L0Muon {
10
12 const TgcL0CandidateContainer &candidates,
13 xAOD::TGCCandDataContainer &output, const EventContext &ctx) const {
14 (void)ctx;
15 const TgcL0Floating::TrackSelector selector;
16 selector.select(candidates, output);
17 return StatusCode::SUCCESS;
18}
19
20} // namespace L0Muon
StatusCode select(const TgcL0CandidateContainer &candidates, xAOD::TGCCandDataContainer &output, const EventContext &ctx) const override
Select candidates and fill the output container.
Select and convert floating-point TGC candidates.
std::vector< TgcL0Candidate > TgcL0CandidateContainer
Event-local candidate collection.