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 9 of file TgcL0FloatingInnerCoincidenceTool.cxx.

9 {
10 (void)candidates;
11 (void)ctx;
12 return StatusCode::SUCCESS;
13}

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