ATLAS Offline Software
Loading...
Searching...
No Matches
TgcL0BitwiseCandidateBuilderTool.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 L0MUONS1TGCBITWISETOOLS_TGCL0BITWISECANDIDATEBUILDERTOOL_H
5#define L0MUONS1TGCBITWISETOOLS_TGCL0BITWISECANDIDATEBUILDERTOOL_H
6
9
10namespace L0Muon {
11
13 : public extends<AthAlgTool, ITgcL0CandidateBuilderTool> {
14 public:
16
17 using base_class::base_class;
18
20 StatusCode build(const TgcRdoContainer& rdos,
21 TgcL0CandidateContainer& candidates,
22 const EventContext& ctx) const override;
23};
24
25} // namespace L0Muon
26
27#endif
virtual StatusCode build(const TgcRdoContainer &rdos, TgcL0CandidateContainer &candidates, const EventContext &ctx) const =0
Build candidates from TGC RDO data.
StatusCode build(const TgcRdoContainer &rdos, TgcL0CandidateContainer &candidates, const EventContext &ctx) const override
Build candidates from TGC RDO data.
std::vector< TgcL0Candidate > TgcL0CandidateContainer
Event-local candidate collection.