ATLAS Offline Software
Loading...
Searching...
No Matches
TgcL0FloatingTrackSelectorTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef L0MUONS1TGCFLOATINGTOOLS_TGCL0FLOATINGTRACKSELECTORTOOL_H
5#define L0MUONS1TGCFLOATINGTOOLS_TGCL0FLOATINGTRACKSELECTORTOOL_H
6
9
10namespace L0Muon {
11
13 : public extends<AthAlgTool, ITgcL0TrackSelectorTool> {
14 public:
15 using base_class::base_class;
16
18 StatusCode select(const TgcL0CandidateContainer& candidates,
20 const EventContext& ctx) const override;
21};
22
23} // namespace L0Muon
24
25#endif
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.