CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MakeModuleParams.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_MakeModuleParams_h
2 #define FWCore_Framework_MakeModuleParams_h
3 
11 
12 #include "boost/shared_ptr.hpp"
13 
14 #include <string>
15 
16 namespace edm {
17  class ProcessConfiguration;
18  class ProductRegistry;
19  class PreallocationConfiguration;
20 
24  {}
25 
27  ProductRegistry& reg,
29  boost::shared_ptr<ProcessConfiguration const> processConfiguration) :
30  pset_(pset),
31  reg_(&reg),
32  preallocate_(prealloc),
33  processConfiguration_(processConfiguration) {}
34 
38  boost::shared_ptr<ProcessConfiguration const> processConfiguration_;
39  };
40 }
41 
42 #endif
boost::shared_ptr< ProcessConfiguration const > processConfiguration_
ProductRegistry * reg_
processConfiguration
Definition: Schedule.cc:369
MakeModuleParams(ParameterSet *pset, ProductRegistry &reg, PreallocationConfiguration const *prealloc, boost::shared_ptr< ProcessConfiguration const > processConfiguration)
#define nullptr
PreallocationConfiguration const * preallocate_
prealloc
Definition: Schedule.cc:369