5#ifndef EVENT_LOOP_UNIT_TEST_ALG5_H
6#define EVENT_LOOP_UNIT_TEST_ALG5_H
19 UnitTestAlg5 (
const std::string& name, ISvcLocator* pSvcLocator);
25 virtual ::StatusCode
execute ()
override;
28 virtual ::StatusCode
finalize ()
override;
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
float m_property
the float property our owner sets
virtual::StatusCode execute() override
UnitTestAlg5(const std::string &name, ISvcLocator *pSvcLocator)
bool m_wasInitialized
whether initialize has been called
ToolHandle< IUnitTestTool > m_toolHandle
the tool handle property our owner sets
virtual::StatusCode initialize() override
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.