5#ifndef EVENT_LOOP_UNIT_TEST_ALG6_H
6#define EVENT_LOOP_UNIT_TEST_ALG6_H
19 UnitTestAlg6 (
const std::string& name, ISvcLocator* pSvcLocator);
25 virtual ::StatusCode
execute (
const EventContext& ctx)
const override;
28 virtual ::StatusCode
finalize ()
override;
AnaReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
bool m_wasInitialized
whether initialize has been called
virtual::StatusCode initialize() override
virtual::StatusCode execute(const EventContext &ctx) const override
ToolHandle< IUnitTestTool > m_toolHandle
the tool handle property our owner sets
float m_property
the float property our owner sets
UnitTestAlg6(const std::string &name, ISvcLocator *pSvcLocator)
std::string m_string_property
the string property our owner sets
virtual::StatusCode finalize() override
This module defines the arguments passed from the BATCH driver to the BATCH worker.