|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUONBYTESTREAMCNVTEST_RPCRDOTORPCDIGIT_H
6 #define MUONBYTESTREAMCNVTEST_RPCRDOTORPCDIGIT_H
46 Gaudi::Property<bool>
m_patch_for_rpc_time{
this,
"PatchForRpcTime",
false,
"flag for patching the RPC time"};
52 "Key of input MuonDetectorManager condition data"};
SG::ReadHandleKey< RpcPadContainer > m_rpcRdoKey
SG::ReadHandleKey< xAOD::NRPCRDOContainer > m_nRpcRdoKey
bool const RAWDATA *ch2 const
This class provides conversion from CSC RDO data to CSC Digits.
SG::ReadCondHandleKey< MuonNRPC_CablingMap > m_nRpcCablingKey
Gaudi::Property< bool > m_patch_for_rpc_time
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadCondHandleKey< RpcCablingCondData > m_rpcReadKey
::StatusCode StatusCode
StatusCode definition for legacy code.
ToolHandle< Muon::IRPC_RDO_Decoder > m_rpcRdoDecoderTool
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
std::vector< std::unique_ptr< RpcDigitCollection > > TempDigitContainer
StatusCode decodeLegacyRdo(const EventContext &ctx, TempDigitContainer &container) const
: Decode the legacy RpcRdo format
virtual StatusCode initialize() override final
Gaudi::Property< bool > m_decodeLegacyRDO
RpcRdoToRpcDigit(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< bool > m_decodeNrpcRDO
StatusCode decodeNRpc(const EventContext &ctx, TempDigitContainer &container) const
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_DetectorManagerKey
virtual ~RpcRdoToRpcDigit()=default
virtual StatusCode execute(const EventContext &ctx) const override final
SG::WriteHandleKey< RpcDigitContainer > m_rpcDigitKey