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 Muon {
14class TgcCablingMap;
15}
16
17namespace MuonGM {
19}
20
21namespace L0Muon {
22namespace TgcL0Floating {
23
25 public:
26 StatusCode decode(const TgcRdoContainer& rdos,
27 const Muon::TgcCablingMap& cabling,
28 const Muon::IMuonIdHelperSvc& idHelperSvc,
29 const MuonGM::MuonDetectorManager& detectorManager,
30 HitGroups& hitGroups,
31 DecodeStatistics& statistics) const;
32};
33
34} // namespace TgcL0Floating
35} // namespace L0Muon
36
37#endif
StatusCode decode(const TgcRdoContainer &rdos, const Muon::TgcCablingMap &cabling, const Muon::IMuonIdHelperSvc &idHelperSvc, const MuonGM::MuonDetectorManager &detectorManager, HitGroups &hitGroups, DecodeStatistics &statistics) const
The MuonDetectorManager stores the transient representation of the Muon Spectrometer geometry and pro...
Interface for Helper service that creates muon Identifiers and can be used to print Identifiers.
std::map< HitGroupKey, HitContainer > HitGroups
Ensure that the Athena extensions are properly loaded.
Definition GeoMuonHits.h:27
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.