CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EtaRangeSelector.h
Go to the documentation of this file.
1 #ifndef UtilAlgos_EtaRangeSelector_h
2 #define UtilAlgos_EtaRangeSelector_h
6 
7 namespace reco {
8  namespace modules {
9 
10  template<>
13  return
14  EtaRangeSelector( cfg.getParameter<double>( "etaMin" ),
15  cfg.getParameter<double>( "etaMax" ) );
16  }
17  };
18 
19  }
20 }
21 
22 #endif
23 
T getParameter(std::string const &) const
tuple cfg
Definition: looper.py:293
static EtaRangeSelector make(const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)