ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
Muon
L0MuonS1TGCFloatingTools
src
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
5
#include "
TgcL0FloatingTrackSelectorTool.h
"
6
7
#include "
TgcL0TrackSelector.h
"
8
9
namespace
L0Muon
{
10
11
StatusCode
TgcL0FloatingTrackSelectorTool::select
(
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
TgcL0FloatingTrackSelectorTool.h
TgcL0TrackSelector.h
L0Muon::TgcL0FloatingTrackSelectorTool::select
StatusCode select(const TgcL0CandidateContainer &candidates, xAOD::TGCCandDataContainer &output, const EventContext &ctx) const override
Select candidates and fill the output container.
Definition
TgcL0FloatingTrackSelectorTool.cxx:11
L0Muon::TgcL0Floating::TrackSelector
Select and convert floating-point TGC candidates.
Definition
TgcL0TrackSelector.h:16
L0Muon
Definition
NSWTPBits.h:7
L0Muon::TgcL0CandidateContainer
std::vector< TgcL0Candidate > TgcL0CandidateContainer
Event-local candidate collection.
Definition
TgcL0Candidate.h:103
xAOD::TGCCandDataContainer
TGCCandDataContainer_v1 TGCCandDataContainer
Definition
MuonSpectrometer/MuonPhaseII/Event/xAOD/xAODL0MuonCand/xAODL0MuonCand/TGCCandDataContainer.h:13
Generated on
for ATLAS Offline Software by
1.17.0