ATLAS Offline Software
DirectInputModule.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 
8 #ifndef EVENT_LOOP__DIRECT_INPUT_MODULE_H
9 #define EVENT_LOOP__DIRECT_INPUT_MODULE_H
10 
11 #include <EventLoop/Module.h>
12 #include <optional>
13 #include <vector>
14 #include <cstdint>
15 
16 namespace EL
17 {
18  namespace Detail
19  {
21 
23  {
26 
27  public:
28 
29  using Module::Module;
30 
31  std::vector<std::string> fileList;
32  std::optional<uint64_t> skipEvents;
33  std::optional<uint64_t> maxEvents;
34 
35 
36 
39 
40  public:
41 
43  };
44  }
45 }
46 
47 #endif
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
EL::Detail::ModuleData
the data the EventLoop core classes are sharing with the Module implementation
Definition: ModuleData.h:64
EL::Detail::DirectInputModule::fileList
std::vector< std::string > fileList
Definition: DirectInputModule.h:31
EL::Detail::DirectInputModule::skipEvents
std::optional< uint64_t > skipEvents
Definition: DirectInputModule.h:32
Module.h
EL::Detail::ManagerStep::final
@ final
EL::Detail::Module
the base class for EventLoop instrumentation module
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/Module.h:40
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Definition: AlgorithmWorkerData.h:24
xAOD::DiTauJetParameters::Detail
Detail
Definition: DiTauDefs.h:38
EL::Detail::DirectInputModule
the IInputModule implementation for the direct driver
Definition: DirectInputModule.h:23
EL::Detail::DirectInputModule::processInputs
StatusCode processInputs(ModuleData &data, IInputModuleActions &actions) override
Definition: DirectInputModule.cxx:27
EL::Detail::IInputModuleActions
the actions that Module::processInputs can perform
Definition: IInputModuleActions.h:42
EL::Detail::DirectInputModule::maxEvents
std::optional< uint64_t > maxEvents
Definition: DirectInputModule.h:33