5#ifndef PRDXAODCONVERTORALG_H
6#define PRDXAODCONVERTORALG_H
10#include "GaudiKernel/ToolHandle.h"
34 using AthReentrantAlgorithm::AthReentrantAlgorithm;
39 virtual StatusCode
execute(
const EventContext& ctx)
const override;
63 template <
class INTYPE,
class OUTTYPE,
class OUTTYPEAUX>
67 template<
class PRD,
class xPRD>
68 bool fillxPRD(
const PRD& prd, xPRD& xprd)
const;
An algorithm that can be simultaneously executed in multiple threads.
Algorithm which converts PrepRawData to xAOD::PrepRawData Not really Muon specific,...
SG::ReadHandleKey< Muon::RpcPrepDataContainer > m_rpcPrepRawDataKey
SG::WriteHandleKey< xAOD::sTgcPadContainer > m_stgcPadxAODKey
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
SG::ReadHandleKey< Muon::TgcPrepDataContainer > m_tgcPrepRawDataKey
SG::WriteHandleKey< xAOD::sTgcWireContainer > m_stgcWirexAODKey
SG::ReadHandleKey< Muon::MdtPrepDataContainer > m_mdtPrepRawDataKey
SG::ReadHandleKey< Muon::sTgcPrepDataContainer > m_stgcPrepRawDataKey
SG::WriteHandleKey< xAOD::MdtDriftCircleContainer > m_mdtxAODKey
bool fillxPRD(const PRD &prd, xPRD &xprd) const
SG::ReadHandleKey< Muon::MMPrepDataContainer > m_mmPrepRawDataKey
virtual ~PRDxAODConvertorAlg()=default
virtual StatusCode initialize() override
SG::WriteHandleKey< xAOD::TgcStripContainer > m_tgcxAODKey
virtual StatusCode execute(const EventContext &ctx) const override
StatusCode getAndFillContainer(const SG::ReadHandleKey< INTYPE > &inKey, const SG::WriteHandleKey< OUTTYPE > &outKey, const EventContext &) const
SG::WriteHandleKey< xAOD::sTgcStripContainer > m_stgcStripxAODKey
SG::WriteHandleKey< xAOD::MMClusterContainer > m_mmxAODKey
SG::WriteHandleKey< xAOD::RpcStripContainer > m_rpcxAODKey
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.