ATLAS Offline Software
Loading...
Searching...
No Matches
TgcL0InnerCoincidence.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_TGCL0INNERCOINCIDENCE_H
5#define L0MUONS1TGCFLOATINGTOOLS_TGCL0INNERCOINCIDENCE_H
6
8
9namespace L0Muon {
10namespace TgcL0Floating {
11
14 public:
20 void apply(TgcL0CandidateContainer &candidates) const;
21};
22
23} // namespace TgcL0Floating
24} // namespace L0Muon
25
26#endif
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.