CMS 3D CMS Logo

EtaRangeSelector.h
Go to the documentation of this file.
1 #ifndef UtilAlgos_EtaRangeSelector_h
2 #define UtilAlgos_EtaRangeSelector_h
7 
8 namespace reco {
9  namespace modules {
10 
11  template<>
14  return
15  EtaRangeSelector( cfg.getParameter<double>( "etaMin" ),
16  cfg.getParameter<double>( "etaMax" ) );
17  }
18 
20  desc.add<double>("etaMin", 0.);
21  desc.add<double>("etaMax", 0.);
22  }
23  };
24 
25  }
26 }
27 
28 #endif
29 
T getParameter(std::string const &) const
static void fillPSetDescription(edm::ParameterSetDescription &desc)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
fixed size matrix
static EtaRangeSelector make(const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)