X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=EMCAL%2FAliEMCALClusterizerv1.cxx;h=5177b9f8c5735f8bfdc4603bb1686bdbea824bf8;hp=41998b0662b5befc2b5ae5254b7d4c5b952e307f;hb=0d0d6b983a5bd02ff0618a84fc99cde8020a6f24;hpb=d990edc104287292d81454bbeb2513ad8d9fee96 diff --git a/EMCAL/AliEMCALClusterizerv1.cxx b/EMCAL/AliEMCALClusterizerv1.cxx index 41998b0662b..5177b9f8c57 100644 --- a/EMCAL/AliEMCALClusterizerv1.cxx +++ b/EMCAL/AliEMCALClusterizerv1.cxx @@ -118,7 +118,7 @@ void AliEMCALClusterizerv1::Digits2Clusters(Option_t * option) for(index = 0; index < fRecPoints->GetEntries(); index++) { AliEMCALRecPoint * rp = dynamic_cast(fRecPoints->At(index)); if(rp){ - rp->EvalAll(fECAW0,fDigitsArr) ; + rp->EvalAll(fECAW0,fDigitsArr,fgkIsInputCalibrated) ; //For each rec.point set the distance to the nearest bad crystal rp->EvalDistanceToBadChannels(fCaloPed); }