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 
8 
9 namespace reco {
10  namespace modules {
12 
13  template<>
17  return EtMinSuperClusterSelector( cfg.getParameter<double>( "etMin" ) );
18  }
19  };
20 
21  }
22 }
23 
24 #endif
T getParameter(std::string const &) const
static EtMinSuperClusterSelector make(const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)
tuple cfg
Definition: looper.py:293
FunctionMinSelector< SuperClusterEt > EtMinSuperClusterSelector