]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
remove print
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 May 2011 16:40:13 +0000 (16:40 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 May 2011 16:40:13 +0000 (16:40 +0000)
EMCAL/AliEMCALRecoUtils.cxx

index 81f183e4ae85fc740941042117e826662a853eea..5a603ed7a4a73d4eaa24e16f1f41eb03c2c8212f 100644 (file)
@@ -1094,7 +1094,6 @@ void AliEMCALRecoUtils::FindMatches(AliVEvent *event,TObjArray * clusterArr,  Al
        AliExternalTrackParam *trkPamTmp = new AliExternalTrackParam(*trackParam);//Retrieve the starting point every time before the extrapolation
         AliVCluster *cluster = (AliVCluster*) event->GetCaloCluster(icl);
         if(geom && !IsGoodCluster(cluster,geom,(AliVCaloCells*)event->GetEMCALCells())) continue;      
-       printf("good clusters: %d \n",icl);
        Float_t tmpR=-1, tmpZ=-1;
        if(!ExtrapolateTrackToCluster(trkPamTmp, cluster, tmpR, tmpZ)) continue;
         if(tmpR<dRMax)