]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSClusterFinderSPD.cxx
Minor changes to remove compliation warning on gcc 2.92.2 compiler, and
[u/mrichter/AliRoot.git] / ITS / AliITSClusterFinderSPD.cxx
index 1ec3b8301215e1d6dcb141b70504e4bf3c8ab1cd..b8d53a3faa39d602f3113217bbea6829cded6406 100644 (file)
@@ -382,7 +382,13 @@ void AliITSClusterFinderSPD::ClusterFinder(Int_t ndigits,
      zcenter[i] = zcenter[i] - fSegmentation->Dz()/2.;
 
 
-     AliITSRawClusterSPD *clust = new AliITSRawClusterSPD(zcenter[i],xcenter[i],ndig,ndz,ndx,0.,0.,0.,0.,0.,0.,0.);
+     AliITSRawClusterSPD *clust = new AliITSRawClusterSPD(zcenter[i], //f
+                                                         xcenter[i], //f
+                                                         ndig, //f
+                                                         ndz,ndx, //ii
+                                                         0,0,0,0, //iiii
+                                                         0.,0., //ff
+                                                         0); //i
      iTS->AddCluster(0,clust);
      delete clust;
   }//end loop on clusters