CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
EtMinSuperClusterSelector.h
Go to the documentation of this file.
1 #ifndef UtilAlgos_FunctionMinSelector_h
2 #define UtilAlgos_FunctionMinSelector_h
3 
9 
10 namespace reco {
11  namespace modules {
13 
14  template <>
17  return EtMinSuperClusterSelector(cfg.getParameter<double>("etMin"));
18  }
19 
20  static void fillPSetDescription(edm::ParameterSetDescription& desc) { desc.add<double>("etMin", 0); }
21  };
22 
23  } // namespace modules
24 } // namespace reco
25 
26 #endif
static EtMinSuperClusterSelector make(const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)
tuple cfg
Definition: looper.py:296
static void fillPSetDescription(edm::ParameterSetDescription &desc)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
FunctionMinSelector< SuperClusterEt > EtMinSuperClusterSelector