]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/UPGRADE/AliITSURecoLayer.cxx
Merge branch 'master_patch'
[u/mrichter/AliRoot.git] / ITS / UPGRADE / AliITSURecoLayer.cxx
index 2af9ff184b2a1eb119ce7faed1eea84e3a9b6e7f..f292b76c356343716d461b6a303c0b9b1a8f0d99 100644 (file)
@@ -393,6 +393,7 @@ void AliITSURecoLayer::ProcessClusters(Int_t mode)
   AliITSURecoSens* curSens = 0;
   for (int icl=0;icl<ncl;icl++) {
     AliITSUClusterPix* cl = (AliITSUClusterPix*) fClusters->UncheckedAt(icl);
+    cl->SetRecoInfo(0);
     cl->GoToFrameTrk();
     int vID = cl->GetVolumeId();
     if (vID<curSensID) {AliFatal("Clusters are not sorted in increasing sensorID");}