![]() |
ATLAS Offline Software
|
Interface for selecting TGC candidates and filling TGCCandData. More...
#include <ITgcL0TrackSelectorTool.h>
Public Member Functions | |
| 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. | |
Interface for selecting TGC candidates and filling TGCCandData.
Definition at line 15 of file ITgcL0TrackSelectorTool.h.
| L0Muon::ITgcL0TrackSelectorTool::DeclareInterfaceID | ( | ITgcL0TrackSelectorTool | , |
| 1 | , | ||
| 0 | ) |
|
pure virtual |
Select candidates and fill the output container.
| candidates | Input candidate collection. |
| output | Output TGCCandData container. |
| ctx | Event context. |