]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/AliMonitorProcess.cxx
hopefully the last refinements for correct type conversion in calibration
[u/mrichter/AliRoot.git] / MONITOR / AliMonitorProcess.cxx
index 18121b8c81d0005271247581119f85b046d60219..779e0677e28c315da3b6168e6ca14a4a7171befa 100644 (file)
@@ -647,7 +647,7 @@ Bool_t AliMonitorProcess::ReconstructITS(AliRawReader* rawReader, AliESD* esd)
   // cluster finder
   AliDebug(1, "reconstructing clusters...");
   itsLoader->LoadRecPoints("recreate");
-  AliITSclustererV2 clusterer(fITSgeom);
+  AliITSclustererV2 clusterer(0);
   itsLoader->MakeRecPointsContainer();
   clusterer.Digits2Clusters(rawReader);