253 |
|
//if (gPLexpexcl) gPLexpexcl->Draw("l"); |
254 |
|
//if (gFCexpexcl) gFCexpexcl->Draw("l"); |
255 |
|
//set old exclusion Limits |
256 |
< |
TGraph* LEP_ch = set_lep_ch(); |
257 |
< |
TGraph* LEP_sl = set_lep_sl();//slepton curve |
258 |
< |
TGraph* TEV_sg_cdf = set_tev_sg_cdf();//squark gluino cdf |
259 |
< |
TGraph* TEV_sg_d0 = set_tev_sg_d0();//squark gluino d0 |
260 |
< |
TGraph* TEV_tlp_cdf = set_tev_tlp_cdf();//trilepton cdf |
261 |
< |
TGraph* TEV_tlp_d0 = set_tev_tlp_d0();//trilepton d0 |
262 |
< |
TGraph* stau = set_tev_stau();//stau |
263 |
< |
TGraph* TEV_sn_d0_1 = set_sneutrino_d0_1(); |
264 |
< |
TGraph* TEV_sn_d0_2 = set_sneutrino_d0_2(); |
265 |
< |
TGraphErrors* First = getObserved_NLOunc(); |
266 |
< |
TGraphErrors* Second = getExpected_NLOunc();//getLO_jetMultis(); |
267 |
< |
TGraphErrors* Third = getLO_signalCont(); |
256 |
> |
TGraph* LEP_ch = set_lep_ch(50); |
257 |
> |
TGraph* LEP_sl = set_lep_sl(50);//slepton curve |
258 |
> |
TGraph* TEV_sg_cdf = set_tev_sg_cdf(50);//squark gluino cdf |
259 |
> |
TGraph* TEV_sg_d0 = set_tev_sg_d0(50);//squark gluino d0 |
260 |
> |
//TGraph* TEV_tlp_cdf = set_tev_tlp_cdf(10);//trilepton cdf |
261 |
> |
//TGraph* TEV_tlp_d0 = set_tev_tlp_d0(10);//trilepton d0 |
262 |
> |
TGraph* stau = set_tev_stau(50);//stau |
263 |
> |
TGraph* TEV_sn_d0_1 = set_sneutrino_d0_1(50); |
264 |
> |
TGraph* TEV_sn_d0_2 = set_sneutrino_d0_2(50); |
265 |
> |
TGraphErrors* First = getObserved_NLO_tanBeta50(); |
266 |
> |
TGraphErrors* Second = getExpected_NLO_tanBeta50();//getLO_jetMultis(); |
267 |
> |
TGraphErrors* Third = getLO_tanBeta50(); |
268 |
|
First->GetXaxis()->SetRangeUser(0,505); |
269 |
|
First->GetYaxis()->SetRangeUser(80,500); |
270 |
|
First->GetXaxis()->SetTitle("m_{0} (GeV)"); |
282 |
|
sThird->SetLineWidth(3); |
283 |
|
TEV_sn_d0_1->Draw("fsame"); |
284 |
|
TEV_sn_d0_2->Draw("fsame"); |
285 |
< |
TEV_sg_d0->Draw("fsame"); |
286 |
< |
TEV_sg_cdf->Draw("fsame"); |
285 |
> |
//TEV_sg_d0->Draw("fsame"); |
286 |
> |
//TEV_sg_cdf->Draw("fsame"); |
287 |
|
LEP_ch->Draw("fsame"); |
288 |
|
LEP_sl->Draw("fsame"); |
289 |
|
stau->Draw("fsame"); |
290 |
|
sFirst->Draw("same"); |
291 |
|
sSecond->Draw("same"); |
292 |
+ |
sThird->Draw("same"); |
293 |
|
TLatex b; b.SetTextSize(0.02); b.SetTextColor(1); |
294 |
|
//b.DrawLatex( 10,420,"#tilde{#tau} LSP"); |
295 |
|
//b.DrawLatex( 6,150,"LEP2"); |
301 |
|
TLegend * leg = new TLegend(0.45,0.7,0.85,0.89); |
302 |
|
leg->SetBorderSize(0);leg->SetFillColor(0); |
303 |
|
//if (gobsexcl) leg->AddEntry(gobsexcl,"Observed (MHT, CLs, TLimit)","l"); |
304 |
< |
if (gexpexcl) leg->AddEntry(gexpexcl,"LO Expected (MHT, CLs, TLimit)","l"); |
305 |
< |
if (gCLsObsExclHT) leg->AddEntry(gCLsObsExclHT,"LO Observed (HT, CLs, TLimit)","l"); |
306 |
< |
if (gCLsExpExclHT) leg->AddEntry(gCLsExpExclHT,"LO Expected (HT, CLs, TLimit)","l"); |
304 |
> |
if (gCLsObsExclHT) leg->AddEntry(gCLsObsExclHT,"LO Observed (HT, CLs)","l"); |
305 |
> |
if (gCLsExpExclHT) leg->AddEntry(gCLsExpExclHT,"LO Expected (HT, CLs)","l"); |
306 |
> |
if (gexpexcl) leg->AddEntry(gexpexcl,"LO Expected (MHT, CLs)","l"); |
307 |
|
//if (gPLobsexcl) leg->AddEntry(gPLobsexcl,"Observed (PL, RooStat)","l"); |
308 |
|
//if (gPLexpexcl) leg->AddEntry(gPLexpexcl,"Expected (PL, RooStat)","l"); |
309 |
|
//if (gFCobsexcl) leg->AddEntry(gFCobsexcl,"Observed (FC, RooStat)","l"); |
310 |
|
//if (gFCexpexcl) leg->AddEntry(gFCexpexcl,"Expected (FC, RooStat)","l"); |
311 |
|
//if (gMCMCobsexcl) leg->AddEntry(gMCMCobsexcl,"Observed (MHT, MCMC, RooStat)","l"); |
312 |
|
if (gMCMCexpexcl) leg->AddEntry(gMCMCexpexcl,"LO Expected (HT, MCMC, RooStat)","l"); |
313 |
< |
if (sFirst) leg->AddEntry(sFirst, "RA1 NLO Observed"); |
314 |
< |
if (sSecond) leg->AddEntry(sSecond,"RA1 NLO Expected"); |
313 |
> |
if (sFirst) leg->AddEntry(sFirst, "NLO RA1 Observed"); |
314 |
> |
if (sSecond) leg->AddEntry(sSecond,"NLO RA1 Expected"); |
315 |
> |
if (sThird) leg->AddEntry(sThird,"LO RA1 Observed"); |
316 |
|
leg->Draw(); |
317 |
|
gPad->RedrawAxis(); |
318 |
|
c1->SaveAs("results_tb50/Exclusion_m0_m12_tb50.pdf"); |