ATLAS Offline Software
Loading...
Searching...
No Matches
STGC_RdoToDigit.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONBYTESTREAMCNVTEST_STGCRDOTOSTGCDIGIT_H
6#define MUONBYTESTREAMCNVTEST_STGCRDOTOSTGCDIGIT_H
7
9#include "GaudiKernel/ServiceHandle.h"
10#include "GaudiKernel/ToolHandle.h"
15
17public:
18 using AthReentrantAlgorithm::AthReentrantAlgorithm;
19 virtual ~STGC_RdoToDigit() = default;
20 virtual StatusCode initialize() override final;
21 virtual StatusCode execute(const EventContext& ctx) const override final;
22
24 StatusCode decodeSTGC(const EventContext& ctx, const Muon::STGC_RawDataCollection*, sTgcDigitContainer*, sTgcDigitCollection*&, Identifier&) const;
25
26 ToolHandle<Muon::ISTGC_RDO_Decoder> m_stgcRdoDecoderTool{this, "sTgcRdoDecoderTool", "Muon::STGC_RDO_Decoder", ""};
27 ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
28 SG::ReadHandleKey<Muon::STGC_RawDataContainer> m_stgcRdoKey{this, "sTgcRdoContainer", "sTGCRDO", "sTGC RDO Input"};
29 SG::WriteHandleKey<sTgcDigitContainer> m_stgcDigitKey{this, "sTgcDigitContainer", "sTGC_DIGITS", "sTGC Digit Output"};
30};
31
32#endif
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
virtual StatusCode initialize() override final
StatusCode decodeSTGC(const EventContext &ctx, const Muon::STGC_RawDataCollection *, sTgcDigitContainer *, sTgcDigitCollection *&, Identifier &) const
virtual StatusCode execute(const EventContext &ctx) const override final
ToolHandle< Muon::ISTGC_RDO_Decoder > m_stgcRdoDecoderTool
SG::WriteHandleKey< sTgcDigitContainer > m_stgcDigitKey
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
virtual ~STGC_RdoToDigit()=default
SG::ReadHandleKey< Muon::STGC_RawDataContainer > m_stgcRdoKey
Use IdentifiableContainer with sTgcDigitCollection.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
#define private