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