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< DeltaR< T1, T2 > > Struct Template Reference

#include <DeltaR.h>

Static Public Member Functions

static DeltaR< T1, T2 > make (const edm::ParameterSet &cfg)
 

Detailed Description

template<typename T1, typename T2>
struct reco::modules::ParameterAdapter< DeltaR< T1, T2 > >

Definition at line 10 of file DeltaR.h.

Member Function Documentation

template<typename T1 , typename T2 >
static DeltaR<T1, T2> reco::modules::ParameterAdapter< DeltaR< T1, T2 > >::make ( const edm::ParameterSet cfg)
inlinestatic

Definition at line 11 of file DeltaR.h.

11  {
12  return DeltaR<T1, T2>();
13  }
Definition: deltaR.h:51