Print

Print


Commit in lcio/src/cpp/include/UTIL on MAIN
LCFourVector.h+2-21.6 -> 1.7
LCFourVector.icc+2-21.6 -> 1.7
+4-4
2 modified files
use now  #ifdef USE_CLHEP 

lcio/src/cpp/include/UTIL
LCFourVector.h 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- LCFourVector.h	22 Mar 2006 11:53:22 -0000	1.6
+++ LCFourVector.h	24 Mar 2006 11:11:36 -0000	1.7
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-#ifdef CLHEP  // only if CLHEP is available !
+#ifdef USE_CLHEP  // only if CLHEP is available !
 
 #ifndef UTIL_LCFourVector_H
 #define UTIL_LCFourVector_H 1
@@ -87,4 +87,4 @@
 
 
 #endif /* ifndef UTIL_LCFOURVECTOR_H */
-#endif
+#endif  // USE_CLHEP

lcio/src/cpp/include/UTIL
LCFourVector.icc 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- LCFourVector.icc	29 Nov 2005 19:55:34 -0000	1.6
+++ LCFourVector.icc	24 Mar 2006 11:11:36 -0000	1.7
@@ -1,4 +1,4 @@
-#ifdef CLHEP  // only if CLHEP is available !
+#ifdef USE_CLHEP  // only if CLHEP is available !
 
 #include "UTIL/LCFourVector.h"
 #include "IMPL/MCParticleImpl.h"
@@ -70,4 +70,4 @@
   }
   
 } // end namespace
-#endif
+#endif  // USE_CLHEP
CVSspam 0.2.8