CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DeltaR.h
Go to the documentation of this file.
1 #ifndef UtilAlgos_DeltaR_h
2 #define UtilAlgos_DeltaR_h
5 
6 namespace reco {
7  namespace modules {
8 
9  template<typename T1, typename T2>
10  struct ParameterAdapter<DeltaR<T1, T2> > {
12  return DeltaR<T1, T2>();
13  }
14  };
15 
16  }
17 }
18 
19 
20 
21 #endif
22 
tuple cfg
Definition: looper.py:293
static DeltaR< T1, T2 > make(const edm::ParameterSet &cfg)
Definition: DeltaR.h:11
Definition: deltaR.h:79