|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef PRDXAODCONVERTORALG_H
6 #define PRDXAODCONVERTORALG_H
10 #include "GaudiKernel/ToolHandle.h"
63 template <
class INTYPE,
class OUTTYPE,
class OUTTYPEAUX>
67 template<
class PRD,
class xPRD>
68 bool fillxPRD(
const PRD& prd, xPRD& xprd)
const;
StatusCode getAndFillContainer(const SG::ReadHandleKey< INTYPE > &inKey, const SG::WriteHandleKey< OUTTYPE > &outKey, const EventContext &) const
SG::WriteHandleKey< xAOD::RpcStripContainer > m_rpcxAODKey
SG::ReadHandleKey< Muon::TgcPrepDataContainer > m_tgcPrepRawDataKey
bool fillxPRD(const PRD &prd, xPRD &xprd) const
SG::WriteHandleKey< xAOD::sTgcStripContainer > m_stgcStripxAODKey
Property holding a SG store/key/clid from which a ReadHandle is made.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode initialize() override
virtual ~PRDxAODConvertorAlg()=default
AthReentrantAlgorithm()
Default constructor:
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::ReadHandleKey< Muon::MMPrepDataContainer > m_mmPrepRawDataKey
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::WriteHandleKey< xAOD::MMClusterContainer > m_mmxAODKey
SG::WriteHandleKey< xAOD::sTgcWireContainer > m_stgcWirexAODKey
SG::ReadHandleKey< Muon::MdtPrepDataContainer > m_mdtPrepRawDataKey
virtual StatusCode execute(const EventContext &ctx) const override
SG::ReadHandleKey< Muon::RpcPrepDataContainer > m_rpcPrepRawDataKey
SG::WriteHandleKey< xAOD::MdtDriftCircleContainer > m_mdtxAODKey
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
SG::WriteHandleKey< xAOD::sTgcPadContainer > m_stgcPadxAODKey
SG::ReadHandleKey< Muon::sTgcPrepDataContainer > m_stgcPrepRawDataKey
SG::WriteHandleKey< xAOD::TgcStripContainer > m_tgcxAODKey
Algorithm which converts PrepRawData to xAOD::PrepRawData Not really Muon specific,...