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:
15 using base_class::base_class;
16
18 StatusCode build(const TgcRdoContainer& rdos,
19 TgcL0CandidateContainer& candidates,
20 const EventContext& ctx) const override;
21};
22
23} // namespace L0Muon
24
25#endif
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.