31 |
|
bool draweachone=false; |
32 |
|
bool draw2sigma=true; |
33 |
|
|
34 |
< |
float limits_lower_bound=0.05; |
34 |
> |
//float limits_lower_bound=0.05; |
35 |
> |
float limits_lower_bound=1e-3; // For uniformity |
36 |
|
float limits_upper_bound=10; |
37 |
|
float limits_ratio_lower_bound=0.005; |
38 |
|
float limits_ratio_upper_bound=10; |
58 |
|
|
59 |
|
string legT5zzl2="m(#tilde{q}) >> m(#tilde{g})"; |
60 |
|
if (scantype==PlottingSetup::SMS) legT5zzl2 += ", x = "+scanx; |
61 |
< |
string legT5zzl3=" GMSB"; |
61 |
> |
string legT5zzl3="JZB"; |
62 |
|
|
63 |
|
TText *title = write_text(xpos,0.85,legT5zz); |
64 |
|
title->SetTextAlign(11); |
78 |
|
void fill_with_text(TGraph *real, TGraph *down, TGraph *up, TVirtualPad *can, int scantype, std::string scanx = "") { |
79 |
|
can->cd(); |
80 |
|
float xpos_of_text = 0.22; |
81 |
< |
TLegend* this_leg = new TLegend(xpos_of_text,0.6,0.38,0.75); |
81 |
> |
TLegend* this_leg = new TLegend(xpos_of_text,0.6,0.38,0.75,"JZB"); |
82 |
|
this_leg->SetFillColor(0); |
83 |
|
this_leg->SetBorderSize(0); |
84 |
|
this_leg->SetTextSize(0.035); |
325 |
|
counter++; |
326 |
|
} |
327 |
|
realgraph->SetLineColor(TColor::GetColor("#151515")); //nice black |
328 |
< |
realgraph->SetLineWidth(2); |
328 |
> |
realgraph->SetLineWidth(3); // FR -> 3 for better display |
329 |
|
|
330 |
|
return realgraph; |
331 |
|
} |