ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDTools
EventLoop
EventLoop
WorkerConfigModule.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__WORKER_CONFIG_MODULE_H
9
#define EVENT_LOOP__WORKER_CONFIG_MODULE_H
10
11
#include <
EventLoop/Global.h
>
12
13
#include <
EventLoop/Module.h
>
14
15
namespace
EL
16
{
17
namespace
Detail
18
{
21
22
class
WorkerConfigModule
final
:
public
Module
23
{
24
public
:
25
26
using
Module::Module;
27
28
virtual
StatusCode
onInitialize
(
ModuleData
& data)
override
;
29
};
30
}
31
}
32
33
#endif
Global.h
Module.h
EL::Detail::Module
the base class for EventLoop instrumentation module
Definition
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/Module.h:39
EL::Detail::WorkerConfigModule
a Module implementation for running user configuration on the worker node
Definition
WorkerConfigModule.h:23
EL::Detail::WorkerConfigModule::onInitialize
virtual StatusCode onInitialize(ModuleData &data) override
action just before algorithms are initialized
Definition
WorkerConfigModule.cxx:31
EL::Detail
Definition
AsgComponentFactories.h:20
EL::Detail::ManagerStep::final
@ final
Definition
ManagerStep.h:136
EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Definition
AsgComponentFactories.h:16
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
EL::Detail::ModuleData
the data the EventLoop core classes are sharing with the Module implementation
Definition
ModuleData.h:64
Generated on
for ATLAS Offline Software by
1.17.0