]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/CaloCalib/AliAnalysisTaskEMCALClusterize.cxx
coverity
[u/mrichter/AliRoot.git] / PWG4 / CaloCalib / AliAnalysisTaskEMCALClusterize.cxx
index 8908bc0f77f38d630bed7b0d943fa1651d46ff70..7581d3403879060de0511fe896d732f36df15cde 100644 (file)
@@ -623,7 +623,7 @@ void AliAnalysisTaskEMCALClusterize::UserExec(Option_t *)
   }
   
   //Recalculate track-matching for the new clusters, only with ESDs
-  fRecoUtils->FindMatches(esdevent,fCaloClusterArr,fGeom);
+  fRecoUtils->FindMatches(event,fCaloClusterArr,fGeom);
 
   
   //-------------------------------------------------------------------------------------