]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/AliMonitorProcess.cxx
Using AliITSgeomTGeo in the constructors of V2 and MI trackers (Jouri)
[u/mrichter/AliRoot.git] / MONITOR / AliMonitorProcess.cxx
index 0eae4742479dd49152b445a1587669668d0443cc..18121b8c81d0005271247581119f85b046d60219 100644 (file)
@@ -653,7 +653,7 @@ Bool_t AliMonitorProcess::ReconstructITS(AliRawReader* rawReader, AliESD* esd)
 
   // track finder
   AliDebug(1, "reconstructing tracks...");
-  AliITStrackerV2 tracker(fITSgeom);
+  AliITStrackerV2 tracker(0);
   tracker.LoadClusters(itsLoader->TreeR());
   tracker.Clusters2Tracks(esd);
   tracker.UnloadClusters();