ATLAS Offline Software
Loading...
Searching...
No Matches
TgcL0RdoDecoder.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 L0MUONS1TGCFLOATINGTOOLS_TGCL0RDODECODER_H
5#define L0MUONS1TGCFLOATINGTOOLS_TGCL0RDODECODER_H
6
7#include "GaudiKernel/StatusCode.h"
8#include "TgcL0FloatingData.h"
9
10class TgcRdoContainer;
11
12namespace L0Muon {
13namespace TgcL0Floating {
14
17 public:
18 StatusCode decode(const TgcRdoContainer& rdos, HitGroups& hitGroups,
19 DecodeStatistics& statistics) const;
20};
21
22} // namespace TgcL0Floating
23} // namespace L0Muon
24
25#endif
Decode Run-3 TGC hit RDOs and group the decoded hits.
StatusCode decode(const TgcRdoContainer &rdos, HitGroups &hitGroups, DecodeStatistics &statistics) const
std::map< HitGroupKey, HitContainer > HitGroups