ATLAS Offline Software
Loading...
Searching...
No Matches
ITgcL0CandidateBuilderTool.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 L0MUONS1TGCINTERFACES_ITGCL0CANDIDATEBUILDERTOOL_H
5#define L0MUONS1TGCINTERFACES_ITGCL0CANDIDATEBUILDERTOOL_H
6
7#include "GaudiKernel/EventContext.h"
8#include "GaudiKernel/IAlgTool.h"
11
12namespace L0Muon {
13
15class ITgcL0CandidateBuilderTool : virtual public IAlgTool {
16 public:
18
25 virtual StatusCode build(const TgcRdoContainer& rdos,
26 TgcL0CandidateContainer& candidates,
27 const EventContext& ctx) const = 0;
28};
29
30} // namespace L0Muon
31
32#endif
Interface for building pre-Inner-Coincidence TGC candidates.
DeclareInterfaceID(ITgcL0CandidateBuilderTool, 1, 0)
virtual StatusCode build(const TgcRdoContainer &rdos, TgcL0CandidateContainer &candidates, const EventContext &ctx) const =0
Build candidates from TGC RDO data.
std::vector< TgcL0Candidate > TgcL0CandidateContainer
Event-local candidate collection.