CMS 3D CMS Logo

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<>
14  struct ParameterAdapter<EtMinSuperClusterSelector> {
15  static EtMinSuperClusterSelector make(
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)
fixed size matrix
FunctionMinSelector< SuperClusterEt > EtMinSuperClusterSelector