ATLAS Offline Software
Public Attributes | List of all members
EL::AlgorithmWorkerData Struct Referencefinal

all the external components an algorithm needs before initialization (in EventLoop) More...

#include <AlgorithmWorkerData.h>

Collaboration diagram for EL::AlgorithmWorkerData:

Public Attributes

asg::SgTEventm_evtStore = nullptr
 
IHistogramWorkerm_histogramWorker = nullptr
 
ITreeWorkerm_treeWorker = nullptr
 
IFilterWorkerm_filterWorker = nullptr
 
IWorkerm_wk = nullptr
 

Detailed Description

all the external components an algorithm needs before initialization (in EventLoop)

Definition at line 33 of file AlgorithmWorkerData.h.

Member Data Documentation

◆ m_evtStore

asg::SgTEvent* EL::AlgorithmWorkerData::m_evtStore = nullptr

Definition at line 35 of file AlgorithmWorkerData.h.

◆ m_filterWorker

IFilterWorker* EL::AlgorithmWorkerData::m_filterWorker = nullptr

Definition at line 38 of file AlgorithmWorkerData.h.

◆ m_histogramWorker

IHistogramWorker* EL::AlgorithmWorkerData::m_histogramWorker = nullptr

Definition at line 36 of file AlgorithmWorkerData.h.

◆ m_treeWorker

ITreeWorker* EL::AlgorithmWorkerData::m_treeWorker = nullptr

Definition at line 37 of file AlgorithmWorkerData.h.

◆ m_wk

IWorker* EL::AlgorithmWorkerData::m_wk = nullptr

Definition at line 39 of file AlgorithmWorkerData.h.


The documentation for this struct was generated from the following file: