Skip to content
Snippets Groups Projects
Unverified Commit f0746298 authored by Shyam Kumar's avatar Shyam Kumar Committed by GitHub
Browse files

Change in the momentum resolution plot ranges

parent d3666a98
No related branches found
No related tags found
No related merge requests found
Pipeline #94957 passed with warnings
......@@ -147,8 +147,8 @@ void doCompare_truth_real_widebins_mom(TString particle = "pi-",double etamin=-1
mgMom->Add(gr1);
mgMom->Add(gr2);
c_mom->cd();
mgMom->GetXaxis()->SetLimits(0.0,10.2);
mgMom->GetYaxis()->SetRangeUser(0.,12.0);
mgMom->GetXaxis()->SetRangeUser(0.40,10.2);
mgMom->GetYaxis()->SetRangeUser(0.,10.0);
mgMom->Draw("AP");
lmom->AddEntry(gr1,"Truth Seeding");
lmom->AddEntry(gr2,"Realistic Seeding");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment