255 |
|
|
256 |
|
|
257 |
|
// Exclusion in M0 - M1/2 |
258 |
< |
TH2F*hexcl = new TH2F("hexcl",";m_{0} [GeV]; m_{1/2} [GeV]; 95% CL Expected Exclusion", |
258 |
> |
c1->SetRightMargin ( 0.1 ); |
259 |
> |
c1->SetTopMargin ( 0.1 ); |
260 |
> |
TH2F*hexcl = new TH2F("hexcl",";m_{0} (GeV); m_{1/2} (GeV); 95% CL Expected Exclusion", |
261 |
|
40,200,600,26,140,450); |
262 |
|
TH2F*hs = new TH2F("hs","",40,200,600,26,140,400); |
263 |
|
TGraph * gexpexcl = plotTools ->GetContour(hs,Mzero,Mhalf,NLOExpExclCL, 3,0, 2,2); |
359 |
|
sFirst->Draw("same"); |
360 |
|
//sSecond->Draw("same"); |
361 |
|
//sThird->Draw("same"); |
362 |
< |
Atlas->Draw("c,same"); |
362 |
> |
//Atlas->Draw("c,same"); |
363 |
|
TLatex b; b.SetTextSize(0.02); b.SetTextColor(1); |
364 |
|
TLatex ms; ms.SetTextSize(0.025); ms.SetTextFont(42);//ms.SetTextColor(12); |
365 |
< |
ms.DrawLatex(490,458,"tan#beta=50, #mu>0, A_{0}=0"); |
366 |
< |
TLegend* legexp = new TLegend(0.69,0.77,0.93,0.92,NULL,"brNDC"); |
367 |
< |
legexp->SetFillColor(0);legexp->SetShadowColor(0);legexp->SetFillStyle(4000);legexp->SetTextFont(42);legexp->SetTextSize(0.025);legexp->SetBorderSize(0); |
365 |
> |
ms.DrawLatex(490,458,"tan #beta=50, #mu>0, A_{0}=0"); |
366 |
> |
|
367 |
> |
TLegend* legexp = new TLegend(0.7,0.764,0.93,0.88,NULL,"brNDC"); |
368 |
> |
legexp->SetFillColor(0);legexp->SetShadowColor(0);legexp->SetFillStyle(4000);legexp->SetTextFont(42);legexp->SetTextSize(0.025);legexp->SetBorderSize(0); |
369 |
|
//TEV_sg_cdf.SetLineColor(1); |
370 |
< |
legexp->SetHeader("CMS preliminary"); |
371 |
< |
//legexp->AddEntry(TEV_sg_cdf,"CDF #tilde{#font[12]{g}}, #tilde{#font[12]{q}}, #scale[0.8]{tan#beta=5, #mu<0}","f"); |
372 |
< |
//legexp->AddEntry(TEV_sg_d0,"D0 #tilde{#font[12]{g}}, #tilde{#font[12]{q}}, #scale[0.8]{tan#beta=3, #mu<0}","f"); |
370 |
> |
//legexp->SetHeader("CMS tan #beta=50, #mu>0, A_{0}=0"); |
371 |
> |
legexp->SetHeader("CMS"); |
372 |
> |
//legexp->AddEntry(TEV_sg_cdf,"CDF #tilde{#font[12]{g}}, #tilde{#font[12]{q}}, #scale[0.8]{tan #beta=5, #mu<0}","f"); |
373 |
> |
//legexp->AddEntry(TEV_sg_d0,"D0 #tilde{#font[12]{g}}, #tilde{#font[12]{q}}, #scale[0.8]{tan #beta=3, #mu<0}","f"); |
374 |
|
//ch_gr.SetLineColor(1); |
375 |
|
legexp->AddEntry(LEP_ch,"LEP2 #tilde{#chi}_{1}^{#pm}","f"); |
376 |
|
//sl_gr.SetLineColor(1); |
378 |
|
//if(tanbeta == 3) |
379 |
|
//legexp->AddEntry(TEV_sn_d0_1,"D0 #chi^{#pm}_{1}, #chi^{0}_{2}","f"); |
380 |
|
legexp->AddEntry(sFirst, "CMS #alpha_{T}"); |
381 |
< |
legexp->AddEntry(Atlas, "Atlas, #scale[0.8]{tan#beta=3}","l"); |
381 |
> |
//legexp->AddEntry(Atlas, "Atlas, #scale[0.8]{tan #beta=3}","l"); |
382 |
|
legexp->Draw(); |
383 |
|
|
384 |
|
CLsObsNLO->Draw("l"); |
406 |
|
lngl[i]->Draw("same"); |
407 |
|
lnsq[i]->Draw("same"); |
408 |
|
} |
409 |
< |
TLegend * leg = new TLegend(0.38,0.8,0.73,0.92); |
410 |
< |
leg->SetBorderSize(0);leg->SetFillColor(0);leg->SetFillStyle(4000);leg->SetTextFont(42);legexp->SetTextSize(0.025); |
409 |
> |
TLegend * leg = new TLegend(0.38,0.72,0.81,0.88); |
410 |
> |
//TLegend * leg = new TLegend(0.25,0.72,0.68,0.88); |
411 |
> |
leg->SetBorderSize(0);leg->SetFillColor(0);leg->SetFillStyle(4000);leg->SetTextFont(42);leg->SetTextSize(0.025); |
412 |
|
TGraph * expLeg = (TGraph*)CLsExpNLO->Clone();expLeg->SetFillStyle(gCLsExp1Sigma->GetFillStyle());expLeg->SetFillColor(gCLsExp1Sigma->GetFillColor()); |
413 |
< |
leg->SetHeader("L_{int} = 36/pb, #sqrt{s} = 7 TeV"); |
413 |
> |
leg->SetHeader("L_{int} = 36 pb^{-1}, #sqrt{s} = 7 TeV"); |
414 |
|
leg->AddEntry(CLsObsNLO,"Observed, NLO","l"); |
415 |
|
leg->AddEntry(CLsObsLO, "Observed, LO","l"); |
416 |
|
leg->AddEntry(expLeg, "Expected #pm 1#sigma, NLO","lf"); |
439 |
|
if (gCLsExp1Sigma) gCLsExp1Sigma->Draw("lf"); |
440 |
|
sFirst->Draw("same"); |
441 |
|
Atlas->Draw("c,same"); |
442 |
< |
ms.DrawLatex(490,458,"tan#beta=50, #mu>0, A_{0}=0"); |
442 |
> |
ms.DrawLatex(490,458,"tan #beta=50, #mu>0, A_{0}=0"); |
443 |
|
CLsObsNLO->Draw("l"); |
444 |
|
//CLsObsLO->Draw("l"); |
445 |
|
CLsExpNLO->Draw("l"); |
518 |
|
LEP_sl->Draw("fsame"); |
519 |
|
if (gCLsExp1Sigma) gCLsExp1Sigma->Draw("lf"); |
520 |
|
sFirst->Draw("same"); |
521 |
< |
Atlas->Draw("c,same"); |
522 |
< |
ms.DrawLatex(490,458,"tan#beta=50, #mu>0, A_{0}=0"); |
521 |
> |
//Atlas->Draw("c,same"); |
522 |
> |
ms.DrawLatex(490,380,"tan #beta=50, #mu>0, A_{0}=0"); |
523 |
|
gCLsExpNoS1Sigma->Draw("lf,same"); |
524 |
|
sFirst->Draw("same"); |
525 |
< |
Atlas->Draw("c,same"); |
525 |
> |
//Atlas->Draw("c,same"); |
526 |
|
CLsObsNLO->Draw("l,same"); |
527 |
|
CLsObsLO->Draw("l,same"); |
528 |
|
CLsExpNoSNLO->Draw("l,same"); |