ATLAS Offline Software
Loading...
Searching...
No Matches
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
15namespace EL
16{
17 namespace Detail
18 {
21
23 {
24 public:
25
26 using Module::Module;
27
28 virtual StatusCode onInitialize (ModuleData& data) override;
29 };
30 }
31}
32
33#endif
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
the base class for EventLoop instrumentation module
a Module implementation for running user configuration on the worker node
virtual StatusCode onInitialize(ModuleData &data) override
action just before algorithms are initialized
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
Definition ModuleData.h:64