|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef EVENT_LOOP_UNIT_TEST_ALG2_H
6 #define EVENT_LOOP_UNIT_TEST_ALG2_H
53 ISvcLocator* pSvcLocator);
virtual ::StatusCode execute() override
TTree * m_tree
description: the histogram we are creating
TBranch * m_branch
description: the branch we are using
CallBack
the various callbacks we use
std::string m_name
description: the name of the variable we are using
bool m_hasInitialize
whether initialize has been called
the (new) base class for EventLoop algorithms
void testInvariant() const
effects: test the invariant of this object guarantee: no-fail
Int_t m_value
description: the value we are reading from the branch
UnitTestAlg2(const std::string &name, ISvcLocator *pSvcLocator)
effects: standard constructor.
::StatusCode StatusCode
StatusCode definition for legacy code.
This module defines the arguments passed from the BATCH driver to the BATCH worker.
bool makeOutput
description: whether I create an output n-tuple
virtual ::StatusCode initialize() override
ToolHandle< IUnitTestTool > m_toolHandle
the tool handle property our owner sets
std::string m_fileName
the name of the file (for testing changeInput)
float m_property
the float property our owner sets
std::string m_string_property
the string property our owner sets
virtual ::StatusCode finalize() override