]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/misc/AliL3Stopwatch.cxx
base class for logging functions and configuration scheme created
[u/mrichter/AliRoot.git] / HLT / misc / AliL3Stopwatch.cxx
index d9e18137796635b6d0b90d31fe243a42d3d377a7..316c154534872f451d3e06da849ffdffbeba7698 100644 (file)
@@ -1,17 +1,7 @@
-// $Id$
-// Author: C. Loizides <mailto:loizides@ikf.physik.uni-frankfurt.de>
-
-
-/** \class AliL3Stopwatch
-//<pre>
-//----------------------------------------------------
-// AliL3Stopwatch
-//
-// Stopwatch class. This class returns the real and cpu time between   
-// the start and stop events (taken from Root)
-//</pre>
-*/
+// @(#) $Id$
 
+// Author: C. Loizides <mailto:loizides@ikf.uni-frankfurt.de>
+//*-- Copyright &copy ALICE HLT Group
 
 #include "AliL3Stopwatch.h"
 
 
 #include "AliL3StandardIncludes.h"
 
-#if GCCVERSION == 3
+#if __GNUC__ == 3
 using namespace std;
 #endif
 
+
+/** \class AliL3Stopwatch
+<pre>
+//----------------------------------------------------
+// AliL3Stopwatch
+//
+// Stopwatch class. This class returns the real and cpu time between   
+// the start and stop events (taken from Root)
+</pre>
+*/
+
+
 ClassImp(AliL3Stopwatch)
 
 clock_t AliL3Stopwatch::gTicks = 0;