![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "WorkerParams.h"
Public Attributes | |
| UpdateOutputCallbacks & | reg_ |
| ProductDescriptions & | producedProducts_ |
| ActivityRegistry const & | actReg_ |
| ActionTable const & | actions_ |
| ScheduleID | scheduleID_ |
| tbb::task_group & | taskGroup_ |
| detail::SharedResources & | resources_ |
Definition at line 24 of file WorkerParams.h.
| ActionTable const& art::WorkerParams::actions_ |
Definition at line 28 of file WorkerParams.h.
| ActivityRegistry const& art::WorkerParams::actReg_ |
Definition at line 27 of file WorkerParams.h.
| ProductDescriptions& art::WorkerParams::producedProducts_ |
Definition at line 26 of file WorkerParams.h.
| UpdateOutputCallbacks& art::WorkerParams::reg_ |
Definition at line 25 of file WorkerParams.h.
| detail::SharedResources& art::WorkerParams::resources_ |
Definition at line 31 of file WorkerParams.h.
| ScheduleID art::WorkerParams::scheduleID_ |
Definition at line 29 of file WorkerParams.h.
Referenced by art::PathManager::makeWorker_(), and art::Worker::Worker().
| tbb::task_group& art::WorkerParams::taskGroup_ |
Definition at line 30 of file WorkerParams.h.