ATLAS Offline Software
Loading...
Searching...
No Matches
TgcL0FloatingInnerCoincidenceTool.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 L0MUONS1TGCFLOATINGTOOLS_TGCL0FLOATINGINNERCOINCIDENCETOOL_H
5#define L0MUONS1TGCFLOATINGTOOLS_TGCL0FLOATINGINNERCOINCIDENCETOOL_H
6
9
10namespace L0Muon {
11
13 : public extends<AthAlgTool, ITgcL0InnerCoincidenceTool> {
14 public:
15 using base_class::base_class;
16
18 StatusCode apply(TgcL0CandidateContainer& candidates,
19 const EventContext& ctx) const override;
20};
21
22} // namespace L0Muon
23
24#endif
StatusCode apply(TgcL0CandidateContainer &candidates, const EventContext &ctx) const override
Update candidates with Inner-Coincidence results.
std::vector< TgcL0Candidate > TgcL0CandidateContainer
Event-local candidate collection.