Print

Print


Commit in lcio/src/cpp/include on MAIN
LCRTRelations.h+4-11.10 -> 1.11
made compatible with CINT (can't handle templatre lookup) 

lcio/src/cpp/include
LCRTRelations.h 1.10 -> 1.11
diff -u -r1.10 -r1.11
--- LCRTRelations.h	20 Feb 2007 14:31:58 -0000	1.10
+++ LCRTRelations.h	21 Jan 2010 16:26:11 -0000	1.11
@@ -283,6 +283,9 @@
 
   class LCRTRelations ;
 
+  // exclude from dictionary (template lookup does not work)
+#ifndef __CINT__
+
   /** Set the 1-to-1 relation between two objects - prexisting inconsistent relations 
       involving the two objects are deleted to enforce a consistent set of from-to relations. */
   template <class R> 
@@ -633,7 +636,7 @@
 
     f1->LCRTRelations::ptr<typename R::to>()->merge( *lt2 ) ;
   }
-
+#endif // __CINT__
 
 } // end namespace
 
CVSspam 0.2.8