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
7namespace L0Muon {
8
9StatusCode TgcL0FloatingTrackSelectorTool::select(const TgcL0CandidateContainer& candidates, xAOD::TGCCandDataContainer& output, const EventContext& ctx) const {
10 (void)candidates;
11 (void)output;
12 (void)ctx;
13 return StatusCode::SUCCESS;
14}
15
16} // namespace L0Muon
StatusCode select(const TgcL0CandidateContainer &candidates, xAOD::TGCCandDataContainer &output, const EventContext &ctx) const override
Select candidates and fill the output container.
std::vector< TgcL0Candidate > TgcL0CandidateContainer
Event-local candidate collection.