CMS 3D CMS Logo

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

#include <ParameterAdapter.h>

Static Public Member Functions

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 11 of file ParameterAdapter.h.

Member Function Documentation

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

Definition at line 11 of file ParameterAdapter.h.

References 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 12 of file ParameterAdapter.h.

References S().

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

12  {
13  return S(cfg);
14  }
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 15 of file ParameterAdapter.h.

References S().

15  {
16  return S(cfg, iC);
17  }
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 18 of file ParameterAdapter.h.

References S().

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