]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCBenchmark.cxx
bugfix: corrected defines to use right default algorithms
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCBenchmark.cxx
index a83e70ca9e46ea6d9f19b7994042e2273b2b1293..1175466f2ad567f3d83c71c137bae2d4a10cf39d 100644 (file)
@@ -4,7 +4,7 @@
 //*-- Copyright &copy ALICE HLT Group
 
 /** \class AliHLTTPCBenchmark
-</pre>
+<pre>
 //_____________________________________________________________
 //
 // AliHLTTPCBenchmark
@@ -22,7 +22,6 @@
 #include <TStopwatch.h>
 #include <TMath.h>
 #endif
-#include "AliHLTTPCStandardIncludes.h"
 #include "AliHLTTPCRootTypes.h"
 #include "AliHLTTPCLogging.h"
 #include "AliHLTTPCBenchmark.h"
@@ -34,16 +33,17 @@ using namespace std;
 ClassImp(AliHLTTPCBenchmark)
 
 AliHLTTPCBenchmark::AliHLTTPCBenchmark()
+  :
+  fNbench(0),
+  fNmax(20),
+  fNames(NULL),
+  fTimer(NULL),
+  fSum(NULL),
+  fMin(NULL),
+  fMax(NULL),
+  fCount(NULL)
 {
   //Constructor
-  fNbench = 0;
-  fNmax   = 20;
-  fNames  = 0;
-  fTimer  = 0;
-  fSum    = 0;
-  fMin    = 0;
-  fMax    = 0;
-  fCount  = 0;
 }
 
 AliHLTTPCBenchmark::~AliHLTTPCBenchmark()