CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PtIsolationAlgo.h
Go to the documentation of this file.
1 #ifndef IsolationAlgos_PtIsolationAlgo_h
2 #define IsolationAlgos_PtIsolationAlgo_h
3 /* Partial spacialization of parameter set adapeter helper
4  *
5  */
9 
10 namespace reco {
11  namespace modules {
12 
13  template<typename T, typename C>
16  return PtIsolationAlgo<T, C>( cfg.template getParameter<double>( "dRMin" ),
17  cfg.template getParameter<double>( "dRMax" ),
18  cfg.template getParameter<double>( "dzMax" ),
19  cfg.template getParameter<double>( "d0Max" ),
20  cfg.template getParameter<double>( "ptMin" ) );
21  }
22  };
23  }
24 }
25 
26 #endif
static PtIsolationAlgo< T, C > make(const edm::ParameterSet &cfg)
long double T