]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fix for disabled hough tracking code
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 17 Oct 2007 14:49:16 +0000 (14:49 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 17 Oct 2007 14:49:16 +0000 (14:49 +0000)
HLT/TPCLib/AliHLTTPCTrackArray.cxx

index 28c80382b8a127e5937ea4155422074ce4a3e2d0..9bec1ded67e6d050f92f42c39a2304422a21a4fa 100644 (file)
@@ -27,7 +27,8 @@
 #include "TClass.h"
 #include "AliHLTTPCLogging.h"
 #include "AliHLTTPCTrackArray.h"
-#define INCLUDE_TPC_HOUGH
+// Matthias 17.10.2007 the hough code has been disabled for the moment
+//#define INCLUDE_TPC_HOUGH
 #ifdef INCLUDE_TPC_HOUGH
 #include "AliHLTTPCHoughTrack.h"
 #endif