]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSRawCluster.cxx
New version from B. Batyunya to get the Dubna model work with the present HEAD
[u/mrichter/AliRoot.git] / ITS / AliITSRawCluster.cxx
index a9e7f79bed44d476cd31bc1230be680a7f273062..3b9e14aafb2b39baa3ef9670f5760ae71f1f5a88 100644 (file)
@@ -153,7 +153,7 @@ void AliITSRawClusterSPD::Add(AliITSRawClusterSPD* clJ) {
   
   if(this->fZStop < clJ->ZStop()) this->fZStop = clJ->ZStop();  
   
-  this->fZ = (this->fZ + clJ->Z())/2.;
+  this->fZ = this->fZ + clJ->Z();
   this->fX = (this->fX + clJ->X())/2.;
   this->fQ = this->fQ + clJ->Q();