CMS 3D CMS Logo

Static Public Member Functions

reco::modules::ParameterAdapter< DeltaR< T1, T2 > > Struct Template Reference

#include <DeltaR.h>

List of all members.

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) [inline, static]

Definition at line 11 of file DeltaR.h.

                                                                {
        return DeltaR<T1, T2>();
      }