CMS 3D CMS Logo

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<>
15  struct ParameterAdapter<EtMinSuperClusterSelector> {
16  static EtMinSuperClusterSelector make(
18  return EtMinSuperClusterSelector( cfg.getParameter<double>( "etMin" ) );
19  }
20 
22  desc.add<double>("etMin", 0);
23  }
24  };
25 
26  }
27 }
28 
29 #endif
T getParameter(std::string const &) const
static EtMinSuperClusterSelector make(const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)
static void fillPSetDescription(edm::ParameterSetDescription &desc)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
fixed size matrix
FunctionMinSelector< SuperClusterEt > EtMinSuperClusterSelector