Skip to content

Commit

Permalink
Merge pull request cms-sw#25 from jozzez1/Run2HSCP_v9_ANEdits2
Browse files Browse the repository at this point in the history
Changed Y acale to 0.3
  • Loading branch information
quertenmont committed Dec 4, 2015
2 parents 3fe4027 + 5ed6ad5 commit bf9695a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,7 @@ std::cout<<"DF\n";
graph_sum->GetYaxis()->SetTitleOffset(1.40);
graph_sum->GetXaxis()->SetTitle(Title.c_str());
graph_sum->Draw("AC*");
graph_sum->GetYaxis()->SetRangeUser(0,0.5);
graph_sum->GetYaxis()->SetRangeUser(0,0.3);

if(p==2){
TGraph* graph_sum2 = new TGraph(ArrN[p+1],ArrPt[p+1],ArrSum[p+1]);
Expand Down Expand Up @@ -2048,7 +2048,7 @@ std::cout<<"DF\n";
graph_stat->GetYaxis()->SetTitleOffset(1.40);
graph_stat->GetXaxis()->SetTitle(Title.c_str());
graph_stat->Draw("AC*");
graph_stat->GetYaxis()->SetRangeUser(0,0.25);
graph_stat->GetYaxis()->SetRangeUser(0,0.3);

if(p==2){
TGraph* graph_stat2 = new TGraph(ArrN[p+1],ArrPt[p+1],ArrStat[p+1]);
Expand Down Expand Up @@ -2132,7 +2132,7 @@ std::cout<<"DF\n";
graph_syst->GetXaxis()->SetTitle(Title.c_str());
graph_syst->Draw("AC*");
graph_syst->GetXaxis()->SetRangeUser(40,100);
graph_syst->GetYaxis()->SetRangeUser(0,0.25);
graph_syst->GetYaxis()->SetRangeUser(0,0.3);

if(p==2){
TGraph* graph_syst2 = new TGraph(ArrN[p+1],ArrPt[p+1],ArrSyst[p+1]);
Expand Down

0 comments on commit bf9695a

Please sign in to comment.