ATLAS Offline Software
Loading...
Searching...
No Matches
ITgcL0InnerCoincidenceTool.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 L0MUONS1TGCINTERFACES_ITGCL0INNERCOINCIDENCETOOL_H
5#define L0MUONS1TGCINTERFACES_ITGCL0INNERCOINCIDENCETOOL_H
6
7#include "GaudiKernel/EventContext.h"
8#include "GaudiKernel/IAlgTool.h"
10
11namespace L0Muon {
12
14class ITgcL0InnerCoincidenceTool : virtual public IAlgTool {
15 public:
17
23 virtual StatusCode apply(TgcL0CandidateContainer& candidates,
24 const EventContext& ctx) const = 0;
25};
26
27} // namespace L0Muon
28
29#endif
Interface for applying Inner Coincidence to TGC candidates.
virtual StatusCode apply(TgcL0CandidateContainer &candidates, const EventContext &ctx) const =0
Update candidates with Inner-Coincidence results.
DeclareInterfaceID(ITgcL0InnerCoincidenceTool, 1, 0)
std::vector< TgcL0Candidate > TgcL0CandidateContainer
Event-local candidate collection.