CMS 3D CMS Logo

Static Public Member Functions

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

#include <PtIsolationAlgo.h>

List of all members.

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

Definition at line 15 of file PtIsolationAlgo.h.

                                                                       {
          return PtIsolationAlgo<T, C>( cfg.template getParameter<double>( "dRMin" ), 
                                        cfg.template getParameter<double>( "dRMax" ),
                                        cfg.template getParameter<double>( "dzMax" ),
                                        cfg.template getParameter<double>( "d0Max" ),
                                        cfg.template getParameter<double>( "ptMin" ) );
      }