]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGGA/CaloTrackCorrelations/AliAnaPi0EbE.cxx
Modification of AddTRD task for calibration (Raphaelle)
[u/mrichter/AliRoot.git] / PWGGA / CaloTrackCorrelations / AliAnaPi0EbE.cxx
index 300c2a3f33b35f177a016c5a95b5e08d0205fdb4..196c6c83bbba197e43a3717673ded2930f6f6620 100755 (executable)
@@ -2959,15 +2959,6 @@ void  AliAnaPi0EbE::MakeShowerShapeIdentification()
       noverlaps = GetMCAnalysisUtils()->GetNOverlaps(calo->GetLabels(), nlabels,tag,mesonLabel,GetReader(),overpdg);
     }
     
-    Int_t inlm = 2;
-    if     ( nMaxima == 1 ) inlm = 0;
-    else if( nMaxima == 2 ) inlm = 1;
-    else if( nMaxima < 1 )
-    {
-      Info("MakeShowerShapeIdentification","Wrong number of maxima %d\n",nMaxima);
-      return;
-    }
-    
     //mass of all clusters
     fhMass       ->Fill(mom.E() ,mass);
     fhMassPt     ->Fill(mom.Pt(),mass);