27 ModuleData :: ModuleData () noexcept = default;
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
OutputStreamData * m_histOutput
the histogram output stream
void addOutput(std::unique_ptr< TObject > output)
add the given output object to the histogram output stream
ModuleData() noexcept
explicit constructor for dependency reduction