CMS 3D CMS Logo

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