ATLAS Offline Software
Loading...
Searching...
No Matches
TgcL0InnerCoincidence.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 {
8namespace TgcL0Floating {
9
11 for (TgcL0Candidate &candidate : candidates) {
12 candidate.pt = candidate.preInnerCoincidencePt;
13 candidate.threshold = candidate.preInnerCoincidenceThreshold;
14 candidate.hasInnerCoincidence = false;
15 }
16}
17
18} // namespace TgcL0Floating
19} // namespace L0Muon
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.
Event-local candidate used by the TGC simulation tools.