CMS 3D CMS Logo

List of all members | Static Public Member Functions
reco::modules::ParameterAdapter< S > Struct Template Reference

#include <ParameterAdapter.h>

Static Public Member Functions

static void fillPSetDescription (edm::ParameterSetDescription &desc)
 
static S make (const edm::ParameterSet &cfg)
 
static S make (const edm::ParameterSet &cfg)
 
static S make (const edm::ParameterSet &cfg, edm::ConsumesCollector &&iC)
 
static S make (const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)
 

Detailed Description

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

Definition at line 12 of file ParameterAdapter.h.

Member Function Documentation

◆ fillPSetDescription()

template<typename S >
static void reco::modules::ParameterAdapter< S >::fillPSetDescription ( edm::ParameterSetDescription desc)
inlinestatic

◆ make() [1/4]

template<typename S >
static S reco::modules::ParameterAdapter< S >::make ( const edm::ParameterSet cfg)
inlinestatic

Definition at line 11 of file ParameterAdapter.h.

References looper::cfg.

11 { return S(cfg); }

◆ make() [2/4]

template<typename S >
static S reco::modules::ParameterAdapter< S >::make ( const edm::ParameterSet cfg)
inlinestatic

◆ make() [3/4]

template<typename S >
static S reco::modules::ParameterAdapter< S >::make ( const edm::ParameterSet cfg,
edm::ConsumesCollector &&  iC 
)
inlinestatic

Definition at line 14 of file ParameterAdapter.h.

References looper::cfg.

14 { return S(cfg, iC); }

◆ make() [4/4]

template<typename S >
static S reco::modules::ParameterAdapter< S >::make ( const edm::ParameterSet cfg,
edm::ConsumesCollector iC 
)
inlinestatic

Definition at line 15 of file ParameterAdapter.h.

References looper::cfg.

15 { return S(cfg, iC); }