CMS 3D CMS Logo

DeltaR.h

Go to the documentation of this file.
00001 #ifndef UtilAlgos_DeltaR_h
00002 #define UtilAlgos_DeltaR_h
00003 #include "PhysicsTools/Utilities/interface/deltaR.h"
00004 #include "PhysicsTools/UtilAlgos/interface/ParameterAdapter.h"
00005 
00006 namespace reco {
00007   namespace modules {
00008     
00009     template<typename T1, typename T2>
00010     struct ParameterAdapter<DeltaR<T1, T2> > {
00011       static DeltaR<T1, T2> make( const edm::ParameterSet & cfg ) {
00012         return DeltaR<T1, T2>();
00013       }
00014     };
00015     
00016   }
00017 }
00018 
00019 
00020 
00021 #endif

Generated on Tue Jun 9 17:42:07 2009 for CMSSW by  doxygen 1.5.4