ATLAS Offline Software
Loading...
Searching...
No Matches
TgcL0FloatingInnerCoincidenceTool.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
8
9namespace L0Muon {
10
12 TgcL0CandidateContainer &candidates, const EventContext &ctx) const {
13 (void)ctx;
14 const TgcL0Floating::InnerCoincidence innerCoincidence;
15 innerCoincidence.apply(candidates);
16 return StatusCode::SUCCESS;
17}
18
19} // namespace L0Muon
StatusCode apply(TgcL0CandidateContainer &candidates, const EventContext &ctx) const override
Update candidates with Inner-Coincidence results.
Apply the floating-point Inner-Coincidence response.
void apply(TgcL0CandidateContainer &candidates) const
Propagate the pre-Inner result when no inner-detector input is configured.
std::vector< TgcL0Candidate > TgcL0CandidateContainer
Event-local candidate collection.