]> 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 b91157ccc38bc34da7a115bdc97acef3878b241b..316c154534872f451d3e06da849ffdffbeba7698 100644 (file)
@@ -1,21 +1,29 @@
-// $Id$
-// Author: C. Loizides <mailto:loizides@ikf.physik.uni-frankfurt.de>
+// @(#) $Id$
+
+// Author: C. Loizides <mailto:loizides@ikf.uni-frankfurt.de>
+//*-- Copyright &copy ALICE HLT Group
+
+#include "AliL3Stopwatch.h"
+
+#ifdef no_root
+
+#include "AliL3StandardIncludes.h"
+
+#if __GNUC__ == 3
+using namespace std;
+#endif
 
 
 /** \class AliL3Stopwatch
-//<pre>
+<pre>
 //----------------------------------------------------
 // AliL3Stopwatch
 //
 // Stopwatch class. This class returns the real and cpu time between   
 // the start and stop events (taken from Root)
-//</pre>
+</pre>
 */
 
-#include "AliL3Stopwatch.h"
-
-#ifdef no_root
-#include <stream.h>
 
 ClassImp(AliL3Stopwatch)
 
@@ -132,7 +140,7 @@ Double_t AliL3Stopwatch::GetCPUTime()
 }
 
 //______________________________________________________________________________
-void AliL3Stopwatch::Print(Char_t *opt="") const
+void AliL3Stopwatch::Print(Char_t *opt) const
 {
    // Print the real and cpu time passed between the start and stop events.
    // and the number of times (slices) this TStopwatch was called