CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Static Public Member Functions
reco::modules::ParameterAdapter< FreeFunctionSelector< T, f > > Struct Template Reference

#include <FreeFunctionSelector.h>

Public Types

typedef FreeFunctionSelector
< T, f
value_type
 

Static Public Member Functions

static value_type make (const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)
 

Detailed Description

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

Definition at line 22 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 23 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,
edm::ConsumesCollector iC 
)
inlinestatic

Definition at line 24 of file FreeFunctionSelector.h.

24  {
25  return value_type();
26  }