CMS 3D CMS Logo

Static Public Member Functions

reco::modules::ParameterAdapter< TrkCalIsolationAlgo< T, C > > Struct Template Reference

#include <TrkCalIsolationAlgo.h>

List of all members.

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) [inline, static]

Definition at line 15 of file TrkCalIsolationAlgo.h.

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