|
ATLAS Offline Software
|
Go to the documentation of this file.
33 ATH_MSG_FATAL(
"Event information should not be available yet!" );
34 return ::StatusCode::FAILURE;
38 return ::StatusCode::SUCCESS;
48 return ::StatusCode::SUCCESS;
56 return ::StatusCode::FAILURE;
60 return ::StatusCode::SUCCESS;
72 return ::StatusCode::SUCCESS;
92 return ::StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
ConstMetaStorePtr_t inputMetaStore() const
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.
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
::StatusCode requestBeginInputFile()
register this algorithm to have an implementation of beginInputFile
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Class describing the basic event information.
StatusCode readFileMetaData()
Function reading some in-file metadata.
int m_callCount
Internal status flag.
UnitTestAlg4(const std::string &name, ISvcLocator *svcLoc)
Standard algorithm constructor.