ATLAS Offline Software
Loading...
Searching...
No Matches
FactoryPreloadModule.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8
9#ifndef EVENT_LOOP__FACTORY_PRELOAD_MODULE_H
10#define EVENT_LOOP__FACTORY_PRELOAD_MODULE_H
11
12#include <EventLoop/Global.h>
13
14#include <EventLoop/Module.h>
16
17namespace EL
18{
19 namespace Detail
20 {
25
27 {
30
31 public:
32
33 Gaudi::Property<std::string> preloader {this, "preloader", "",
34 "the preloader configuration to use"};
35
36 using Module::Module;
37
39 };
40 }
41}
42
43#endif
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
a Module preloading all the registered factories
Gaudi::Property< std::string > preloader
StatusCode onInitialize(ModuleData &data) override
action just before algorithms are initialized
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
Definition ModuleData.h:64