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
7namespace L0Muon {
8
9StatusCode TgcL0FloatingInnerCoincidenceTool::apply(TgcL0CandidateContainer& candidates, const EventContext& ctx) const {
10 (void)candidates;
11 (void)ctx;
12 return StatusCode::SUCCESS;
13}
14
15} // namespace L0Muon
StatusCode apply(TgcL0CandidateContainer &candidates, const EventContext &ctx) const override
Update candidates with Inner-Coincidence results.
std::vector< TgcL0Candidate > TgcL0CandidateContainer
Event-local candidate collection.