CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EtMinSuperClusterSelector.h
Go to the documentation of this file.
1 #ifndef UtilAlgos_FunctionMinSelector_h
2 #define UtilAlgos_FunctionMinSelector_h
3 
7 
8 namespace reco {
9  namespace modules {
11 
12  template<>
15  const edm::ParameterSet & cfg ) {
16  return EtMinSuperClusterSelector( cfg.getParameter<double>( "etMin" ) );
17  }
18  };
19 
20  }
21 }
22 
23 #endif
T getParameter(std::string const &) const
static EtMinSuperClusterSelector make(const edm::ParameterSet &cfg)
FunctionMinSelector< SuperClusterEt > EtMinSuperClusterSelector