]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixed warning.
authorkaamodt <kaamodt@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Jul 2010 09:52:27 +0000 (09:52 +0000)
committerkaamodt <kaamodt@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Jul 2010 09:52:27 +0000 (09:52 +0000)
PWG4/GammaConv/AliAnalysisTaskGammaConversion.cxx

index 00344bbd7289945d996c2f529aef3aa22ec98758..b67754343457761c8070dffef69acbbd492351a2 100644 (file)
@@ -1771,12 +1771,12 @@ void AliAnalysisTaskGammaConversion::ProcessGammasForNeutralMesonAnalysis(){
          fHistograms->FillHistogram("ESD_Mother_InvMass",massTwoGammaCandidate);
 
          /* Kenneth, just for testing*/
-         AliGammaConversionBGHandler * bgHandler = fV0Reader->GetBGHandler();
+         AliGammaConversionBGHandler * bgHandlerTest = fV0Reader->GetBGHandler();
          
-         Int_t zbin= bgHandler->GetZBinIndex(fV0Reader->GetVertexZ());
-         Int_t mbin= bgHandler->GetMultiplicityBinIndex(fV0Reader->CountESDTracks());
+         Int_t zbin= bgHandlerTest->GetZBinIndex(fV0Reader->GetVertexZ());
+         Int_t mbintest= bgHandlerTest->GetMultiplicityBinIndex(fV0Reader->CountESDTracks());
 
-         fHistograms->FillHistogram(Form("%d%dESD_Mother_InvMass",zbin,mbin),massTwoGammaCandidate);
+         fHistograms->FillHistogram(Form("%d%dESD_Mother_InvMass",zbin,mbintest),massTwoGammaCandidate);
 
          /* end Kenneth, just for testing*/