LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "WorkerParams.h"
Public Member Functions | |
WorkerParams (fhicl::ParameterSet const &procPset, fhicl::ParameterSet const &pset, MasterProductRegistry ®, ProductDescriptions &producedProducts, ActionTable &actions, std::string const &processName) | |
Public Attributes | |
fhicl::ParameterSet const & | procPset_ |
fhicl::ParameterSet const | pset_ |
MasterProductRegistry & | reg_ |
ProductDescriptions & | producedProducts_ |
ActionTable & | actions_ |
std::string const | processName_ |
Definition at line 16 of file WorkerParams.h.
|
inline |
Definition at line 32 of file WorkerParams.h.
References actions_, processName_, producedProducts_, pset_, and reg_.
ActionTable& art::WorkerParams::actions_ |
Definition at line 28 of file WorkerParams.h.
Referenced by WorkerParams().
std::string const art::WorkerParams::processName_ |
Definition at line 29 of file WorkerParams.h.
Referenced by WorkerParams().
fhicl::ParameterSet const& art::WorkerParams::procPset_ |
Definition at line 24 of file WorkerParams.h.
ProductDescriptions& art::WorkerParams::producedProducts_ |
Definition at line 27 of file WorkerParams.h.
Referenced by WorkerParams().
fhicl::ParameterSet const art::WorkerParams::pset_ |
Definition at line 25 of file WorkerParams.h.
Referenced by art::detail::ModuleFactory::makeWorker(), and WorkerParams().
MasterProductRegistry& art::WorkerParams::reg_ |
Definition at line 26 of file WorkerParams.h.
Referenced by WorkerParams().