CMS 3D CMS Logo

Static Public Member Functions

reco::modules::ParameterAdapter< S > Struct Template Reference

#include <ParameterAdapter.h>

List of all members.

Static Public Member Functions

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

Detailed Description

template<typename S>
struct reco::modules::ParameterAdapter< S >

Definition at line 10 of file ParameterAdapter.h.


Member Function Documentation

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

Definition at line 11 of file ParameterAdapter.h.

Referenced by reco::modules::make().

                                                 {
        return S(cfg);
      }
template<typename S >
static S reco::modules::ParameterAdapter< S >::make ( const edm::ParameterSet cfg) [inline, static]

Definition at line 11 of file ParameterAdapter.h.

                                                 {
        return S(cfg);
      }