5#ifndef MUONBYTESTREAMCNVTEST_STGCRDOTOSTGCDIGIT_H
6#define MUONBYTESTREAMCNVTEST_STGCRDOTOSTGCDIGIT_H
9#include "GaudiKernel/ServiceHandle.h"
10#include "GaudiKernel/ToolHandle.h"
18 using AthReentrantAlgorithm::AthReentrantAlgorithm;
20 virtual StatusCode
initialize() override final;
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.