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.

11 { return S(cfg); }

References looper::cfg, and S().

◆ 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.

14 { return S(cfg, iC); }

References looper::cfg, and S().

◆ 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.

15 { return S(cfg, iC); }

References looper::cfg, and S().

reco::modules::ParameterAdapter::fillPSetDescription
static void fillPSetDescription(edm::ParameterSetDescription &desc)
Definition: ParameterAdapter.h:17
S
double S(const TLorentzVector &, const TLorentzVector &)
Definition: Particle.cc:97
svgfig.template
def template(fileName, svg, replaceme="REPLACEME")
Definition: svgfig.py:521
looper.cfg
cfg
Definition: looper.py:297
submitPVResolutionJobs.desc
string desc
Definition: submitPVResolutionJobs.py:251