]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/src/AliL3ClustFinderNew.cxx
Checking in for the weekend
[u/mrichter/AliRoot.git] / HLT / src / AliL3ClustFinderNew.cxx
index 97af325c23dc7941534c3734350527afe93dcee4..b94af6883be6e79b9a1f1d610d43db039a6f2d2d 100644 (file)
@@ -318,6 +318,7 @@ void AliL3ClustFinderNew::WriteClusters(Int_t n_clusters,ClusterData *list)
            <<AliL3Log::kDec<<"Too many clusters"<<ENDLOG;
          return;
          }  
+      fSpacePointData[counter].fCharge = list[j].fTotalCharge;
       fSpacePointData[counter].fX = xyz[0];
       fSpacePointData[counter].fY = xyz[1];
       fSpacePointData[counter].fZ = xyz[2];