CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ComponentMaker.cc
Go to the documentation of this file.
3 
4 #include <string>
5 
6 namespace edm {
7  namespace eventsetup {
8 
11  description.type_ = iConfiguration.getParameter<std::string>("@module_type");
12  description.label_ = iConfiguration.getParameter<std::string>("@module_label");
13 
14  description.pid_ = iConfiguration.id();
15  return description;
16  }
17 
18  } // namespace eventsetup
19 } // namespace edm
ParameterSetID id() const
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
ComponentDescription createComponentDescription(ParameterSet const &iConfiguration) const