5#ifndef MUONBYTESTREAMCNVTEST_RPCRDOTORPCDIGIT_H
6#define MUONBYTESTREAMCNVTEST_RPCRDOTORPCDIGIT_H
22 using AthReentrantAlgorithm::AthReentrantAlgorithm;
25 virtual StatusCode
initialize() override final;
42 Gaudi::Property<bool>
m_patch_for_rpc_time{
this,
"PatchForRpcTime",
false,
"flag for patching the RPC time"};
48 "Key of input MuonDetectorManager condition data"};
An algorithm that can be simultaneously executed in multiple threads.
This class provides conversion from RDO data to RPC RDO.
Gaudi::Property< bool > m_decodeNrpcRDO
Gaudi::Property< bool > m_decodeLegacyRDO
virtual StatusCode execute(const EventContext &ctx) const override final
SG::ReadHandleKey< xAOD::NRPCRDOContainer > m_nRpcRdoKey
ToolHandle< IRPC_RDO_Decoder > m_rpcRdoDecoderTool
SG::ReadCondHandleKey< RpcCablingCondData > m_rpcReadKey
Gaudi::Property< bool > m_patch_for_rpc_time
StatusCode decodeNRpc(const EventContext &ctx, TempDigitContainer &container) const
SG::ReadCondHandleKey< RpcCablingMap > m_nRpcCablingKey
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_DetectorManagerKey
StatusCode decodeLegacyRdo(const EventContext &ctx, TempDigitContainer &container) const
: Decode the legacy RpcRdo format
virtual ~RpcRdoToRpcDigit()=default
ServiceHandle< IMuonIdHelperSvc > m_idHelperSvc
virtual StatusCode initialize() override final
SG::WriteHandleKey< RpcDigitContainer > m_rpcDigitKey
SG::ReadHandleKey< RpcPadContainer > m_rpcRdoKey
std::vector< std::unique_ptr< RpcDigitCollection > > TempDigitContainer
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.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.