]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/ITS/tracking/AliHLTITSTrackerComponent.h
extra benchmarks are added
[u/mrichter/AliRoot.git] / HLT / ITS / tracking / AliHLTITSTrackerComponent.h
index 3c003dfb1c877dae6aeb024471deed8bb33664ef..9f8c2865a2f920ce2d231e4e31268960861efac0 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "AliHLTProcessor.h"
 #include "AliHLTDataTypes.h"
+#include "AliHLTComponentBenchmark.h"
 class AliITStrackerHLT;
 
 
@@ -136,9 +137,7 @@ class AliHLTITSTrackerComponent : public AliHLTProcessor
 
     /** magnetic field */
     double fSolenoidBz;                                            // see above
-    double fFullTime; //* total time for DoEvent() [s]
-    double fRecoTime; //* total reconstruction time [s]
-    Long_t    fNEvents;  //* number of reconstructed events
+    AliHLTComponentBenchmark fBenchmark;// benchmark
     AliITStrackerHLT *fTracker; // the tracker itself
 
     /** set configuration parameters **/