]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/tracking/AliHLTTPCHoughTracker.cxx
New class AliESDEvent, backward compatibility with the old AliESD (Christian)
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking / AliHLTTPCHoughTracker.cxx
index a789abc9c9060e7c279c7ac3f1c4159c3a7131ab..d7d6eb7e2359952cee16df5e461111959347895b 100644 (file)
@@ -32,7 +32,7 @@
 //       Origin: Cvetan Cheshkov, CERN, Cvetan.Cheshkov@cern.ch
 //-------------------------------------------------------------------------
 
-#include "AliESD.h"
+#include "AliESDEvent.h"
 #include "AliRunLoader.h"
 #include "AliHLTTPCHoughTracker.h"
 #include "AliHLTTPCHough.h"
@@ -66,7 +66,7 @@ AliHLTTPCHoughTracker::AliHLTTPCHoughTracker(AliRunLoader *runLoader):AliTracker
   fRunLoader = runLoader;
 }
 
-Int_t AliHLTTPCHoughTracker::Clusters2Tracks(AliESD *event)
+Int_t AliHLTTPCHoughTracker::Clusters2Tracks(AliESDEvent *event)
 {
   //--------------------------------------------------------------------
   // This method reconstructs HLT TPC Hough tracks