CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
edm::MakeModuleParams Struct Reference

#include <MakeModuleParams.h>

Public Member Functions

 MakeModuleParams ()
 
 MakeModuleParams (ParameterSet *pset, ProductRegistry &reg, PreallocationConfiguration const *prealloc, boost::shared_ptr< ProcessConfiguration const > processConfiguration)
 

Public Attributes

PreallocationConfiguration const * preallocate_
 
boost::shared_ptr
< ProcessConfiguration const > 
processConfiguration_
 
ParameterSetpset_
 
ProductRegistryreg_
 

Detailed Description

Definition at line 21 of file MakeModuleParams.h.

Constructor & Destructor Documentation

edm::MakeModuleParams::MakeModuleParams ( )
inline

Definition at line 22 of file MakeModuleParams.h.

22  :
23  pset_(nullptr), reg_(nullptr), preallocate_(nullptr), processConfiguration_()
24  {}
boost::shared_ptr< ProcessConfiguration const > processConfiguration_
ProductRegistry * reg_
PreallocationConfiguration const * preallocate_
edm::MakeModuleParams::MakeModuleParams ( ParameterSet pset,
ProductRegistry reg,
PreallocationConfiguration const *  prealloc,
boost::shared_ptr< ProcessConfiguration const >  processConfiguration 
)
inline

Definition at line 26 of file MakeModuleParams.h.

29  :
30  pset_(pset),
31  reg_(&reg),
boost::shared_ptr< ProcessConfiguration const > processConfiguration_
ProductRegistry * reg_
processConfiguration
Definition: Schedule.cc:369
PreallocationConfiguration const * preallocate_
prealloc
Definition: Schedule.cc:369

Member Data Documentation

PreallocationConfiguration const* edm::MakeModuleParams::preallocate_

Definition at line 37 of file MakeModuleParams.h.

Referenced by edm::Maker::makeModule().

boost::shared_ptr<ProcessConfiguration const> edm::MakeModuleParams::processConfiguration_
ParameterSet* edm::MakeModuleParams::pset_
ProductRegistry* edm::MakeModuleParams::reg_

Definition at line 36 of file MakeModuleParams.h.

Referenced by edm::Maker::makeModule().