]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
correct a typo
authormchojnac <Marek.Chojnacki@cern.ch>
Mon, 14 Apr 2014 10:12:51 +0000 (12:12 +0200)
committermchojnac <Marek.Chojnacki@cern.ch>
Mon, 14 Apr 2014 10:22:57 +0000 (12:22 +0200)
PWGLF/SPECTRA/PiKaPr/TestAOD/AnalysisBoth.C

index f577c23f36755f51178ea392e1562d844c191585..59f0fb5576f43234222f8071374379a855fccfd4 100644 (file)
@@ -491,7 +491,7 @@ Bool_t   OpenFile(TString dirname,TString outputname, Bool_t mcflag, Bool_t mcas
                if(!managerdata||!ecutsdata||!tcutsdata)
                        return false;
                if(managerdata->GetGenMulvsRawMulHistogram("hHistGenMulvsRawMul")->GetEntries()!=ecutsdata->GetHistoCuts()->GetBinContent(3))
-                       cout<<"Please check DATA file possible problem with merging"<<" "<<anagerdata->GetGenMulvsRawMulHistogram("hHistGenMulvsRawMul")->GetEntries()<<" "<<ecutsdata->GetHistoCuts()->GetBinContent(3)<<endl;
+                       cout<<"Please check DATA file possible problem with merging"<<" "<<managerdata->GetGenMulvsRawMulHistogram("hHistGenMulvsRawMul")->GetEntries()<<" "<<ecutsdata->GetHistoCuts()->GetBinContent(3)<<endl;
 
        }
        return true;