CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CalIsolationNoExtrapol.h
Go to the documentation of this file.
1 #ifndef IsolationAlgos_CalIsolationAlgoNoExtrapol_h
2 #define IsolationAlgos_CalIsolationAlgoNoExtrapol_h
3 /* Partial spacialization of parameter set adapeter helper
4  *
5  */
11 
12 namespace reco {
13  namespace modules {
14 
15  template<typename T, typename C>
16  struct ParameterAdapter<CalIsolationAlgo<T, C> > {
18  return CalIsolationAlgoNoExp<T, C>( cfg.template getParameter<double>( "dRMin" ),
19  cfg.template getParameter<double>( "dRMax" ) );
20  }
21  };
22  }
23 }
24 
25 #endif
tuple cfg
Definition: looper.py:293
static CalIsolationAlgo< T, C > make(const edm::ParameterSet &cfg)
long double T