16#ifndef DATAMODELTESTDATACOMMON_XAODTESTALG_H
17#define DATAMODELTESTDATACOMMON_XAODTESTALG_H
22#include "GaudiKernel/ToolHandle.h"
36 xAODTestAlg (
const std::string &name, ISvcLocator *pSvcLocator);
48 virtual StatusCode
execute (
const EventContext& ctx)
const override;
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
xAODTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
ToolHandleArray< ITestTool > m_tools