ATLAS Offline Software
|
all the external components an algorithm needs before initialization (in EventLoop) More...
#include <AlgorithmWorkerData.h>
Public Attributes | |
asg::SgTEvent * | m_evtStore = nullptr |
IHistogramWorker * | m_histogramWorker = nullptr |
ITreeWorker * | m_treeWorker = nullptr |
IFilterWorker * | m_filterWorker = nullptr |
IWorker * | m_wk = nullptr |
all the external components an algorithm needs before initialization (in EventLoop)
Definition at line 33 of file AlgorithmWorkerData.h.
asg::SgTEvent* EL::AlgorithmWorkerData::m_evtStore = nullptr |
Definition at line 35 of file AlgorithmWorkerData.h.
IFilterWorker* EL::AlgorithmWorkerData::m_filterWorker = nullptr |
Definition at line 38 of file AlgorithmWorkerData.h.
IHistogramWorker* EL::AlgorithmWorkerData::m_histogramWorker = nullptr |
Definition at line 36 of file AlgorithmWorkerData.h.
ITreeWorker* EL::AlgorithmWorkerData::m_treeWorker = nullptr |
Definition at line 37 of file AlgorithmWorkerData.h.
IWorker* EL::AlgorithmWorkerData::m_wk = nullptr |
Definition at line 39 of file AlgorithmWorkerData.h.