CMS 3D CMS Logo

NewPolicy.h

Go to the documentation of this file.
00001 #ifndef DataFormats_Common_NewPolicy_h
00002 #define DataFormats_Common_NewPolicy_h
00003 
00004 namespace edm {
00005   template<typename T>
00006   struct NewPolicy{
00007     static T * clone(const T & t) {
00008       return new T(t);
00009     }
00010   };
00011 }
00012 
00013 #endif

Generated on Tue Jun 9 17:29:18 2009 for CMSSW by  doxygen 1.5.4