|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef EVENTLOOPTEST_UNITTESTALG4_H
6 #define EVENTLOOPTEST_UNITTESTALG4_H
54 #endif // EVENTLOOPTEST_UNITTESTALG4_H
Algorithm testing file metadata access.
virtual ::StatusCode execute() override
Function executing the algorithm.
virtual ::StatusCode beginInputFile() override
Function called whenever a new input file's processing starts.
virtual ::StatusCode initialize() override
Function initialising the algorithm.
virtual ::StatusCode finalize() override
Function finalising the algorithm.
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
This module defines the arguments passed from the BATCH driver to the BATCH worker.
StatusCode readFileMetaData()
Function reading some in-file metadata.
int m_callCount
Internal status flag.
UnitTestAlg4(const std::string &name, ISvcLocator *svcLoc)
Standard algorithm constructor.