CMS 3D CMS Logo

Public Types | Static Public Member Functions

reco::modules::ParameterAdapter< FreeFunctionSelector< T, f > > Struct Template Reference

#include <FreeFunctionSelector.h>

List of all members.

Public Types

typedef FreeFunctionSelector
< T, f
value_type

Static Public Member Functions

static value_type make (const edm::ParameterSet &cfg)

Detailed Description

template<typename T, bool f>
struct reco::modules::ParameterAdapter< FreeFunctionSelector< T, f > >

Definition at line 21 of file FreeFunctionSelector.h.


Member Typedef Documentation

template<typename T , bool f>
typedef FreeFunctionSelector<T, f> reco::modules::ParameterAdapter< FreeFunctionSelector< T, f > >::value_type

Definition at line 22 of file FreeFunctionSelector.h.


Member Function Documentation

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

Definition at line 23 of file FreeFunctionSelector.h.

                                                          {
        return value_type();
      }