ATLAS Offline Software
Loading...
Searching...
No Matches
ITgcL0TrackSelectorTool.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 L0MUONS1TGCINTERFACES_ITGCL0TRACKSELECTORTOOL_H
5#define L0MUONS1TGCINTERFACES_ITGCL0TRACKSELECTORTOOL_H
6
7#include "GaudiKernel/EventContext.h"
8#include "GaudiKernel/IAlgTool.h"
11
12namespace L0Muon {
13
15class ITgcL0TrackSelectorTool : virtual public IAlgTool {
16 public:
18
25 virtual StatusCode select(const TgcL0CandidateContainer& candidates,
27 const EventContext& ctx) const = 0;
28};
29
30} // namespace L0Muon
31
32#endif
Interface for selecting TGC candidates and filling TGCCandData.
DeclareInterfaceID(ITgcL0TrackSelectorTool, 1, 0)
virtual StatusCode select(const TgcL0CandidateContainer &candidates, xAOD::TGCCandDataContainer &output, const EventContext &ctx) const =0
Select candidates and fill the output container.
std::vector< TgcL0Candidate > TgcL0CandidateContainer
Event-local candidate collection.