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

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

Definition at line 23 of file ParameterAdapter.h.

References svgfig::template().

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

23  {
25  }
static void fillPSetDescription(edm::ParameterSetDescription &desc)
def template(fileName, svg, replaceme="REPLACEME")
Definition: svgfig.py:520
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, reco::modules::ParameterAdapter< S >::make(), and S().

11  {
12  return S(cfg);
13  }
double S(const TLorentzVector &, const TLorentzVector &)
Definition: Particle.cc:99
template<typename S >
static S reco::modules::ParameterAdapter< S >::make ( const edm::ParameterSet cfg)
inlinestatic

Definition at line 13 of file ParameterAdapter.h.

References S().

Referenced by reco::modules::ParameterAdapter< S >::make(), and reco::modules::make().

13  {
14  return S(cfg);
15  }
double S(const TLorentzVector &, const TLorentzVector &)
Definition: Particle.cc:99
template<typename S >
static S reco::modules::ParameterAdapter< S >::make ( const edm::ParameterSet cfg,
edm::ConsumesCollector &&  iC 
)
inlinestatic

Definition at line 16 of file ParameterAdapter.h.

References S().

16  {
17  return S(cfg, iC);
18  }
double S(const TLorentzVector &, const TLorentzVector &)
Definition: Particle.cc:99
template<typename S >
static S reco::modules::ParameterAdapter< S >::make ( const edm::ParameterSet cfg,
edm::ConsumesCollector iC 
)
inlinestatic

Definition at line 19 of file ParameterAdapter.h.

References S().

19  {
20  return S(cfg, iC);
21  }
double S(const TLorentzVector &, const TLorentzVector &)
Definition: Particle.cc:99