 |
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef EVENT_LOOP__DIRECT_INPUT_MODULE_H
9 #define EVENT_LOOP__DIRECT_INPUT_MODULE_H
32 Gaudi::Property<std::vector<std::string>>
fileList {
this,
"fileList", {},
33 "the list of files to process"};
34 Gaudi::Property<uint64_t>
skipEvents {
this,
"skipEvents", 0,
35 "the number of events to skip"};
36 Gaudi::Property<int64_t>
maxEvents {
this,
"maxEvents", -1,
37 "the maximum number of events to process (-1 means all)"};
char data[hepevt_bytes_allocation_ATLAS]
the data the EventLoop core classes are sharing with the Module implementation
the base class for EventLoop instrumentation module
::StatusCode StatusCode
StatusCode definition for legacy code.
This module defines the arguments passed from the BATCH driver to the BATCH worker.