ATLAS Offline Software
Loading...
Searching...
No Matches
L0Muon::TgcL0FloatingInnerCoincidenceTool Class Referencefinal

#include <TgcL0FloatingInnerCoincidenceTool.h>

Inheritance diagram for L0Muon::TgcL0FloatingInnerCoincidenceTool:
Collaboration diagram for L0Muon::TgcL0FloatingInnerCoincidenceTool:

Public Member Functions

StatusCode apply (TgcL0CandidateContainer &candidates, const EventContext &ctx) const override
 Update candidates with Inner-Coincidence results.

Detailed Description

Definition at line 12 of file TgcL0FloatingInnerCoincidenceTool.h.

Member Function Documentation

◆ apply()

StatusCode L0Muon::TgcL0FloatingInnerCoincidenceTool::apply ( TgcL0CandidateContainer & candidates,
const EventContext & ctx ) const
override

Update candidates with Inner-Coincidence results.

Parameters
candidatesCandidate collection to update.
ctxEvent context.

Definition at line 11 of file TgcL0FloatingInnerCoincidenceTool.cxx.

12 {
13 (void)ctx;
14 const TgcL0Floating::InnerCoincidence innerCoincidence;
15 innerCoincidence.apply(candidates);
16 return StatusCode::SUCCESS;
17}

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