X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=JETAN%2FAliJetESDFillUnitArrayEMCalDigits.cxx;h=7747140f97c71b050ae2d873e921acddd977ea04;hb=4590a7c4943c0646b0b93cc9f85a889c490d4dee;hp=199d64d20d605a6d2595b7b0c08c9cf6ec35ef18;hpb=be6e5811083a745dcdf28ea035aa5ded8961ea72;p=u%2Fmrichter%2FAliRoot.git diff --git a/JETAN/AliJetESDFillUnitArrayEMCalDigits.cxx b/JETAN/AliJetESDFillUnitArrayEMCalDigits.cxx index 199d64d20d6..7747140f97c 100755 --- a/JETAN/AliJetESDFillUnitArrayEMCalDigits.cxx +++ b/JETAN/AliJetESDFillUnitArrayEMCalDigits.cxx @@ -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() ; @@ -266,7 +266,7 @@ void AliJetESDFillUnitArrayEMCalDigits::Exec(Option_t* const /*option*/) Int_t digMult = fClus->GetNCells() ; UShort_t *digID = fClus->GetCellsAbsId() ; //(not used ?) Double_t *digAmpFrac = fClus->GetCellsAmplitudeFraction() ; - Int_t trackIndex = fClus->GetTrackMatched(); + Int_t trackIndex = fClus->GetTrackMatchedIndex(); // Do double-counted electron correction if (fApplyElectronCorrection != 0 && trackIndex !=-1 )