CMS 3D CMS Logo

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, std::shared_ptr< ProcessConfiguration const > processConfiguration)
 

Public Attributes

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

Detailed Description

Definition at line 21 of file MakeModuleParams.h.

Constructor & Destructor Documentation

◆ MakeModuleParams() [1/2]

edm::MakeModuleParams::MakeModuleParams ( )
inline

Definition at line 22 of file MakeModuleParams.h.

22 : pset_(nullptr), reg_(nullptr), preallocate_(nullptr), processConfiguration_() {}
ProductRegistry * reg_
PreallocationConfiguration const * preallocate_
std::shared_ptr< ProcessConfiguration const > processConfiguration_

◆ MakeModuleParams() [2/2]

edm::MakeModuleParams::MakeModuleParams ( ParameterSet pset,
ProductRegistry reg,
PreallocationConfiguration const *  prealloc,
std::shared_ptr< ProcessConfiguration const >  processConfiguration 
)
inline

Definition at line 24 of file MakeModuleParams.h.

28  : pset_(pset), reg_(&reg), preallocate_(prealloc), processConfiguration_(processConfiguration) {}
ProductRegistry * reg_
PreallocationConfiguration const * preallocate_
std::shared_ptr< ProcessConfiguration const > processConfiguration_

Member Data Documentation

◆ preallocate_

PreallocationConfiguration const* edm::MakeModuleParams::preallocate_

Definition at line 32 of file MakeModuleParams.h.

◆ processConfiguration_

std::shared_ptr<ProcessConfiguration const> edm::MakeModuleParams::processConfiguration_

Definition at line 33 of file MakeModuleParams.h.

◆ pset_

ParameterSet* edm::MakeModuleParams::pset_

Definition at line 30 of file MakeModuleParams.h.

◆ reg_

ProductRegistry* edm::MakeModuleParams::reg_

Definition at line 31 of file MakeModuleParams.h.