#include <WorkerParams.h>
Public Member Functions | |
WorkerParams () | |
WorkerParams (ParameterSet const &procPset, ParameterSet *pset, ProductRegistry ®, boost::shared_ptr< ProcessConfiguration const > processConfiguration, ActionTable const &actions) | |
Public Attributes | |
ActionTable const * | actions_ |
boost::shared_ptr < ProcessConfiguration const > | processConfiguration_ |
ParameterSet const * | procPset_ |
ParameterSet * | pset_ |
ProductRegistry * | reg_ |
Definition at line 21 of file WorkerParams.h.
|
inline |
Definition at line 22 of file WorkerParams.h.
|
inline |
Definition at line 26 of file WorkerParams.h.
ActionTable const* edm::WorkerParams::actions_ |
Definition at line 41 of file WorkerParams.h.
boost::shared_ptr<ProcessConfiguration const> edm::WorkerParams::processConfiguration_ |
Definition at line 40 of file WorkerParams.h.
Referenced by edm::Maker::createModuleDescription(), and edm::Factory::makeWorker().
ParameterSet const* edm::WorkerParams::procPset_ |
Definition at line 37 of file WorkerParams.h.
ParameterSet* edm::WorkerParams::pset_ |
Definition at line 38 of file WorkerParams.h.
Referenced by edm::Maker::createModuleDescription(), edm::Maker::makeWorker(), edm::Factory::makeWorker(), edm::WorkerMaker< T >::makeWorker(), edm::Maker::throwValidationException(), and edm::Maker::validateEDMType().
ProductRegistry* edm::WorkerParams::reg_ |
Definition at line 39 of file WorkerParams.h.
Referenced by edm::WorkerT< T >::WorkerT().