8#ifndef EVENT_LOOP__BATCH_INPUT_MODULE_H
9#define EVENT_LOOP__BATCH_INPUT_MODULE_H
33 Gaudi::Property<int>
jobId {
this,
"jobId", -1,
34 "the id/index of the subjob we are processing"};
35 Gaudi::Property<std::int64_t>
maxEvents {
this,
"maxEvents", -1,
36 "the maximum number of events to process (-1 means all)"};
char data[hepevt_bytes_allocation_ATLAS]
the base class for EventLoop instrumentation module
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