CMS 3D CMS Logo

Static Public Member Functions

reco::modules::ParameterAdapter< MinSelector< T > > Struct Template Reference

#include <MinSelector.h>

List of all members.

Static Public Member Functions

static MinSelector< Tmake (const edm::ParameterSet &cfg)

Detailed Description

template<typename T>
struct reco::modules::ParameterAdapter< MinSelector< T > >

Definition at line 10 of file MinSelector.h.


Member Function Documentation

template<typename T >
static MinSelector<T> reco::modules::ParameterAdapter< MinSelector< T > >::make ( const edm::ParameterSet cfg) [inline, static]

Definition at line 11 of file MinSelector.h.

                                                                {
        return MinSelector<T>( cfg.template getParameter<double>( "min" ) );
      }