9#ifndef EVENT_LOOP__MODULE_H
10#define EVENT_LOOP__MODULE_H
39 class Module :
public asg::AsgComponent
47 using AsgComponent::AsgComponent;
char data[hepevt_bytes_allocation_ATLAS]
the base class for EventLoop instrumentation module
virtual StatusCode postFinalize(ModuleData &data)
actions after algorithms have been finalized
virtual StatusCode onWorkerEnd(ModuleData &data)
action at the end of the worker job
virtual StatusCode onNewInputFile(ModuleData &data)
actions after opening a new input file
virtual StatusCode onInitialize(ModuleData &data)
action just before algorithms are initialized
virtual StatusCode preFileInitialize(ModuleData &data)
action before opening the first file in the worker job
virtual StatusCode postCloseInputFile(ModuleData &data)
actions after CloseInputFile is called on the algorithms
virtual StatusCode processInputs(ModuleData &data, IInputModuleActions &actions)
process all input files
virtual StatusCode onExecute(ModuleData &data)
actions just before execute is called on algorithms
virtual StatusCode onFinalize(ModuleData &data)
actions just before algorithms are finalized
virtual StatusCode postFirstEvent(ModuleData &data)
action after processing first event
virtual void reportInputFailure(ModuleData &data)
report that we failed to open our input file
virtual StatusCode firstInitialize(ModuleData &data)
action at the the very beginning of the worker job
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 postFileClose(ModuleData &data)
action at end of the worker job
This module defines the arguments passed from the BATCH driver to the BATCH worker.
::StatusCode StatusCode
StatusCode definition for legacy code.
the data the EventLoop core classes are sharing with the Module implementation