#include <MakeModuleParams.h>
Public Member Functions | |
MakeModuleParams () | |
MakeModuleParams (ParameterSet *pset, ProductRegistry ®, PreallocationConfiguration const *prealloc, std::shared_ptr< ProcessConfiguration const > processConfiguration) | |
Public Attributes | |
PreallocationConfiguration const * | preallocate_ |
std::shared_ptr< ProcessConfiguration const > | processConfiguration_ |
ParameterSet * | pset_ |
ProductRegistry * | reg_ |
Definition at line 21 of file MakeModuleParams.h.
|
inline |
Definition at line 22 of file MakeModuleParams.h.
|
inline |
Definition at line 26 of file MakeModuleParams.h.
PreallocationConfiguration const* edm::MakeModuleParams::preallocate_ |
Definition at line 37 of file MakeModuleParams.h.
Referenced by edm::Maker::makeModule().
std::shared_ptr<ProcessConfiguration const> edm::MakeModuleParams::processConfiguration_ |
Definition at line 38 of file MakeModuleParams.h.
Referenced by edm::Maker::createModuleDescription(), and edm::Factory::findMaker().
ParameterSet* edm::MakeModuleParams::pset_ |
Definition at line 35 of file MakeModuleParams.h.
Referenced by edm::Maker::createModuleDescription(), edm::Factory::findMaker(), edm::Maker::makeModule(), edm::Maker::throwValidationException(), and edm::Maker::validateEDMType().
ProductRegistry* edm::MakeModuleParams::reg_ |
Definition at line 36 of file MakeModuleParams.h.
Referenced by edm::Maker::makeModule().