X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2Fmisc%2FAliL3Stopwatch.cxx;h=316c154534872f451d3e06da849ffdffbeba7698;hb=3495cce21230563a812bc4c47e12b3fa76459f65;hp=b91157ccc38bc34da7a115bdc97acef3878b241b;hpb=4d0891ddeaa598d0e251a1315ffd5a93a389aee9;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/misc/AliL3Stopwatch.cxx b/HLT/misc/AliL3Stopwatch.cxx index b91157ccc38..316c1545348 100644 --- a/HLT/misc/AliL3Stopwatch.cxx +++ b/HLT/misc/AliL3Stopwatch.cxx @@ -1,21 +1,29 @@ -// $Id$ -// Author: C. Loizides +// @(#) $Id$ + +// Author: C. Loizides +//*-- Copyright © ALICE HLT Group + +#include "AliL3Stopwatch.h" + +#ifdef no_root + +#include "AliL3StandardIncludes.h" + +#if __GNUC__ == 3 +using namespace std; +#endif /** \class AliL3Stopwatch -//
+
 //----------------------------------------------------
 // AliL3Stopwatch
 //
 // Stopwatch class. This class returns the real and cpu time between   
 // the start and stop events (taken from Root)
-//
+
*/ -#include "AliL3Stopwatch.h" - -#ifdef no_root -#include 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