]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixed typo introduced in r60962: hPhotBothc2ore -> hPhotBoth2core
authorhqvigsta <hqvigsta@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Feb 2013 15:54:48 +0000 (15:54 +0000)
committerhqvigsta <hqvigsta@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Feb 2013 15:54:48 +0000 (15:54 +0000)
PWGGA/PHOSTasks/PHOS_PbPb/AliAnalysisTaskPi0Flow.cxx

index d8f68936ecccb49ab5976dfa8fb0786d47929347..9b624d2813c23bc15bd9a699321ddf2ca07f0f8f 100644 (file)
@@ -851,7 +851,7 @@ void AliAnalysisTaskPi0Flow::FillSelectedClusterHistograms()
          FillHistogram(Form("hPhotPhiTPCBoth2core_cen%d",fCentBin),ptcore,dphiT) ;
 
        FillHistogram(Form("hPhotBoth2_cen%d",fCentBin),pt) ;
-       FillHistogram(Form("hPhotBothc2ore_cen%d",fCentBin),ptcore) ;
+       FillHistogram(Form("hPhotBoth2core_cen%d",fCentBin),ptcore) ;
       }
     }
   }