![]() |
![]() |
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