ATLAS Offline Software
Loading...
Searching...
No Matches
TgcL0BitwiseCandidateBuilderTool.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace L0Muon {
8
9StatusCode TgcL0BitwiseCandidateBuilderTool::build(const TgcRdoContainer& rdos, TgcL0CandidateContainer& candidates, const EventContext& ctx) const {
10 (void)rdos;
11 (void)candidates;
12 (void)ctx;
13 return StatusCode::SUCCESS;
14}
15
16} // namespace L0Muon
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.