8#ifndef EVENT_LOOP__WORKER_CONFIG_H
9#define EVENT_LOOP__WORKER_CONFIG_H
60#pragma GCC diagnostic push
61#pragma GCC diagnostic ignored "-Wpragmas"
62#pragma GCC diagnostic ignored "-Wunknown-pragmas"
63#pragma GCC diagnostic ignored "-Winconsistent-missing-override"
65#pragma GCC diagnostic pop
74 metaStore()
const noexcept
the base class for the python configuration of any asg::AsgComponent
const asg::SgTEventMeta * metaStore() const noexcept
access the meta store in the input file
ClassDef(WorkerConfig, 1)
void add(const PythonConfigBase &config)
add the given component
asg::SgTEventMeta m_metaStore
Detail::ModuleData * m_data
WorkerConfig(Detail::ModuleData *val_data) noexcept
This module defines the arguments passed from the BATCH driver to the BATCH worker.
the data the EventLoop core classes are sharing with the Module implementation