]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/AliJetESDFillUnitArrayEMCalDigits.cxx
two unused methods are removed, noise cut is introduced through the database
[u/mrichter/AliRoot.git] / JETAN / AliJetESDFillUnitArrayEMCalDigits.cxx
index 199d64d20d605a6d2595b7b0c08c9cf6ec35ef18..d8581d2784190a3561bf2aa20728a93154d69c06 100755 (executable)
@@ -252,7 +252,7 @@ void AliJetESDFillUnitArrayEMCalDigits::Exec(Option_t* const /*option*/)
 
     for(Int_t j = beg; j < nclus; j++) { // loop over clusters
       // Retrieve cluster from esd
-      AliESDCaloCluster *fClus = (AliESDCaloCluster *) caloClusters->At(j) ;
+      fClus = (AliESDCaloCluster *) caloClusters->At(j) ;
 
       // Get the cluster info
 //(not used ?)      Float_t energy         = fClus->E() ;