CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Static Public Member Functions
reco::modules::ParameterAdapter< PtIsolationAlgo< T, C > > Struct Template Reference

#include <PtIsolationAlgo.h>

Static Public Member Functions

static PtIsolationAlgo< T, C > make (const edm::ParameterSet &cfg)
 

Detailed Description

template<typename T, typename C>
struct reco::modules::ParameterAdapter< PtIsolationAlgo< T, C > >

Definition at line 14 of file PtIsolationAlgo.h.

Member Function Documentation

template<typename T , typename C >
static PtIsolationAlgo<T, C> reco::modules::ParameterAdapter< PtIsolationAlgo< T, C > >::make ( const edm::ParameterSet cfg)
inlinestatic

Definition at line 15 of file PtIsolationAlgo.h.

15  {
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  }