]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
reconstructioner write commented out
authorjklay <jklay@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 28 Feb 2006 22:02:48 +0000 (22:02 +0000)
committerjklay <jklay@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 28 Feb 2006 22:02:48 +0000 (22:02 +0000)
EMCAL/AliEMCALClusterizerv1.cxx

index 7b6f2fdf67fcf6c8f9c540351533061452251fab..383413722329c31b7210c27a66e6af42f664266e 100644 (file)
@@ -454,7 +454,7 @@ void AliEMCALClusterizerv1::WriteRecPoints()
 
   emcalLoader->WriteRecPoints("OVERWRITE");
   //emcalLoader->WriteClusterizer("OVERWRITE");
-  emcalLoader->WriteReconstructioner("OVERWRITE");
+  //emcalLoader->WriteReconstructioner("OVERWRITE");
 }
 
 //____________________________________________________________________________