]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/tracking-ca/AliHLTTPCCAGlobalMergerComponent.h
Coding violations
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking-ca / AliHLTTPCCAGlobalMergerComponent.h
index e591ca15e3e2c3ee1d29d3a42bcc08935e877726..7e0f2ad4ac39481534f4c77284eaa86c406cde6b 100644 (file)
@@ -16,6 +16,7 @@
 */
 
 #include "AliHLTProcessor.h"
+#include "AliHLTComponentBenchmark.h"
 
 class AliHLTTPCCAMerger;
 class AliHLTTPCVertex;
@@ -115,6 +116,7 @@ class AliHLTTPCCAGlobalMergerComponent : public AliHLTProcessor
     double fSolenoidBz;  // magnetic field
     double fClusterErrorCorrectionY; // correction for the cluster error during pre-fit
     double fClusterErrorCorrectionZ; // correction for the cluster error during pre-fit
+    AliHLTComponentBenchmark fBenchmark;// benchmark
 
     ClassDef( AliHLTTPCCAGlobalMergerComponent, 0 )
 };