|
ATLAS Offline Software
|
Go to the documentation of this file.
28 return ::StatusCode::SUCCESS;
34 return ::StatusCode::SUCCESS;
40 return ::StatusCode::SUCCESS;
46 return ::StatusCode::SUCCESS;
52 return ::StatusCode::SUCCESS;
58 return ::StatusCode::SUCCESS;
68 return ::StatusCode::SUCCESS;
74 return ::StatusCode::SUCCESS;
80 return ::StatusCode::SUCCESS;
86 return ::StatusCode::SUCCESS;
92 return ::StatusCode::SUCCESS;
98 return ::StatusCode::SUCCESS;
104 return ::StatusCode::SUCCESS;
110 return ::StatusCode::SUCCESS;
virtual StatusCode processInputs(ModuleData &data, IInputModuleActions &actions)
process all input files
virtual StatusCode postFinalize(ModuleData &data)
actions after algorithms have been finalized
virtual StatusCode onWorkerEnd(ModuleData &data)
action at the end of the worker job
the data the EventLoop core classes are sharing with the Module implementation
virtual StatusCode preFileInitialize(ModuleData &data)
action before opening the first file in the worker job
virtual StatusCode postFirstEvent(ModuleData &data)
action after processing first event
virtual StatusCode onFinalize(ModuleData &data)
actions just before algorithms are finalized
virtual StatusCode postFileClose(ModuleData &data)
action at end of the worker job
virtual void reportInputFailure(ModuleData &data)
report that we failed to open our input file
::StatusCode StatusCode
StatusCode definition for legacy code.
This module defines the arguments passed from the BATCH driver to the BATCH worker.
virtual StatusCode onInitialize(ModuleData &data)
action just before algorithms are initialized
virtual StatusCode onNewInputFile(ModuleData &data)
actions after opening a new input file
virtual StatusCode onExecute(ModuleData &data)
actions just before execute is called on algorithms
virtual StatusCode onFileExecute(ModuleData &data)
actions just before fileExecute is called on algorithms
virtual StatusCode onCloseInputFile(ModuleData &data)
actions before closing an input file
virtual StatusCode firstInitialize(ModuleData &data)
action at the the very beginning of the worker job
virtual StatusCode postCloseInputFile(ModuleData &data)
actions after CloseInputFile is called on the algorithms