]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSClusterizer.cxx
updates for 1/pT correction
[u/mrichter/AliRoot.git] / PHOS / AliPHOSClusterizer.cxx
index f88550f922d21449a7d4b7f5f72a5cf405072141..77fce84bdece2ff7701f5663e9f6176883c4b6d1 100644 (file)
@@ -90,7 +90,7 @@ void AliPHOSClusterizer::SetInput(TTree * digitsTree)
     AliError("can't get the branch with the PHOS digits !");
     return;
   }
-  fDigitsArr->Clear();
+  fDigitsArr->Clear("C");
   branch->SetAddress(&fDigitsArr);
   branch->GetEntry(0);
 }