8#ifndef XAODFORWARDCNV_MBTSMODULECNVALG_H
9#define XAODFORWARDCNV_MBTSMODULECNVALG_H
16#include "GaudiKernel/ToolHandle.h"
38 virtual StatusCode
execute(
const EventContext &ctx)
const override;
46 ToolHandle<IMBTSModuleCnvTool>
m_cnvTool{
this,
"CnvTool",
"xAODMaker::MBTSModuleCnvTool/MBTSModuleCnvTool",
"The converter tool for MBTSModules"};
An algorithm that can be simultaneously executed in multiple threads.
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.
SG::WriteHandleKey< xAOD::MBTSModuleContainer > m_outputKey
ToolHandle< IMBTSModuleCnvTool > m_cnvTool
Handle to the converter tool.
MBTSModuleCnvAlg(const std::string &name, ISvcLocator *svcLoc)
SG::ReadHandleKey< TileCellContainer > m_inputKey
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &ctx) const override