#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.
edm::WorkerParams::WorkerParams | ( | ) | [inline] |
Definition at line 22 of file WorkerParams.h.
: procPset_(0), pset_(0), reg_(0), processConfiguration_(), actions_(0) {}
edm::WorkerParams::WorkerParams | ( | ParameterSet const & | procPset, |
ParameterSet * | pset, | ||
ProductRegistry & | reg, | ||
boost::shared_ptr< ProcessConfiguration const > | processConfiguration, | ||
ActionTable const & | actions | ||
) | [inline] |
Definition at line 26 of file WorkerParams.h.
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().
Definition at line 37 of file WorkerParams.h.
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().
Definition at line 39 of file WorkerParams.h.
Referenced by edm::WorkerT< T >::WorkerT().