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< TrkCalIsolationAlgo< T, C > > Struct Template Reference

#include <TrkCalIsolationAlgo.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 14 of file TrkCalIsolationAlgo.h.

Member Function Documentation

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

Definition at line 15 of file TrkCalIsolationAlgo.h.

15  {
16  return TrkCalIsolationAlgo<T, C>( cfg.template getParameter<double>( "dRMin" ),
17  cfg.template getParameter<double>( "dRMax" ) );
18  }