ATLAS Offline Software
Loading...
Searching...
No Matches
L0Muon::TgcL0Floating::InnerCoincidence Class Reference

Apply the floating-point Inner-Coincidence response. More...

#include <TgcL0InnerCoincidence.h>

Collaboration diagram for L0Muon::TgcL0Floating::InnerCoincidence:

Public Member Functions

void apply (TgcL0CandidateContainer &candidates) const
 Propagate the pre-Inner result when no inner-detector input is configured.

Detailed Description

Apply the floating-point Inner-Coincidence response.

Definition at line 13 of file TgcL0InnerCoincidence.h.

Member Function Documentation

◆ apply()

void L0Muon::TgcL0Floating::InnerCoincidence::apply ( TgcL0CandidateContainer & candidates) const

Propagate the pre-Inner result when no inner-detector input is configured.

Parameters
candidatesCandidates to update.

Definition at line 10 of file TgcL0InnerCoincidence.cxx.

10 {
11 for (TgcL0Candidate &candidate : candidates) {
12 candidate.pt = candidate.preInnerCoincidencePt;
13 candidate.threshold = candidate.preInnerCoincidenceThreshold;
14 candidate.hasInnerCoincidence = false;
15 }
16}

The documentation for this class was generated from the following files: