85 |
|
//Get limits and generator masses --------------------------------------------------- |
86 |
|
TheLimits * genpoints = new TheLimits(); |
87 |
|
//genpoints->Fill(argc, argv); |
88 |
< |
genpoints->Fill("limits_MHT_tb50-20110301/filelist.txt"); |
88 |
> |
//genpoints->Fill("limits_MHT_tb50_20110303/filelist.txt"); |
89 |
> |
genpoints->Fill("limits_MHT_20110310/filelist_tb50.txt"); |
90 |
|
|
91 |
|
TheLimits * genpointsHT = new TheLimits(); |
92 |
< |
genpointsHT->Fill("limits_HT_tb50-20110301/filelist.txt"); |
92 |
> |
//genpointsHT->Fill("limits_HT_tb50_20110303/filelist.txt"); |
93 |
> |
genpointsHT->Fill("limits_HT_20110310/filelist_tb50.txt"); |
94 |
|
|
95 |
|
|
96 |
|
//Replace read limits with specific numbers |
173 |
|
hexplimitnsig->Draw("colz"); |
174 |
|
c1->SaveAs("results_tb50/ExpLimitOnNSig_m0_m12_tb50.pdf"); |
175 |
|
|
176 |
+ |
// Charged LSP in M0 - M1/2 |
177 |
+ |
c1->SetRightMargin ( 0.15 ); |
178 |
+ |
c1->SetLogz(0); |
179 |
+ |
TH2F*hchargedLSP = new TH2F("explimitnsig",";m_{0} [GeV]; m_{1/2} [GeV]; Charged LSP", |
180 |
+ |
40,200,600,26,140,400); |
181 |
+ |
plotTools->Area(hchargedLSP, Mzero, Mhalf, ChargedLSP); |
182 |
+ |
//hchargedLSP->SetMinimum(-0.01); |
183 |
+ |
//hchargedLSP->SetMaximum(1.1); |
184 |
+ |
hchargedLSP->Draw("colz"); |
185 |
+ |
c1->SaveAs("results_tb50/ChargedLSP_m0_m12_tb50.pdf"); |
186 |
+ |
|
187 |
+ |
TH2F*hnLSP = new TH2F("explimitnsig",";m_{0} [GeV]; m_{1/2} [GeV]; Neutral LSP", |
188 |
+ |
40,200,600,26,140,400); |
189 |
+ |
plotTools->Area(hnLSP, Mzero, Mhalf, MChi1); |
190 |
+ |
//hchargedLSP->SetMinimum(-0.01); |
191 |
+ |
//hchargedLSP->SetMaximum(1.1); |
192 |
+ |
hnLSP->Draw("colz"); |
193 |
+ |
c1->SaveAs("results_tb50/NeutralLSP_m0_m12_tb50.pdf"); |
194 |
+ |
|
195 |
|
// Obs. Limit on Number of Signal Events in M0 - M1/2 |
196 |
|
TH2F*hobslimitnsig = new TH2F("obslimitnsig",";m_{0} [GeV]; m_{1/2} [GeV]; 95% CL obs. limit signal events [# ]", |
197 |
|
40,200,600,26,140,400); |
223 |
|
hPLobsexcl->Draw("colz"); |
224 |
|
c1->SaveAs("results_tb50/PL_ObsExclusion_m0_m12_tb50.pdf"); |
225 |
|
|
226 |
+ |
c1->SetRightMargin ( 0.1 ); |
227 |
|
// TestContours in M0 - M1/2 |
228 |
|
TH2F*texcl = new TH2F("texcl",";m_{0} [GeV]; m_{1/2} [GeV]; 95% CL Expected Exclusion", |
229 |
|
40,200,600,26,140,400); |
254 |
|
TGraph * gexpexcl = plotTools ->GetContour(hs,Mzero,Mhalf,NLOExpExclCL, 3,0, 2,2); |
255 |
|
TGraph * gexpexcl_LO = plotTools ->GetContour(hs,Mzero,Mhalf,ExpExclCL, 3,0, 2,4); |
256 |
|
TGraph * gobsexcl = plotTools ->GetContour(hs,Mzero,Mhalf,NLOObsExclCL, 3,0, 2,1); |
257 |
+ |
TGraph * gobsexcl_LO = plotTools ->GetContour(hs,Mzero,Mhalf,ObsExclCL, 3,0, 2,1); |
258 |
|
TGraph * gMCMCexpexcl = plotToolsHT->GetContour(hs,Mzero,Mhalf,MCMCExpExclusion, 3,0, 3,2); |
259 |
|
TGraph * gMCMCobsexcl = plotToolsHT->GetContour(hs,Mzero,Mhalf,MCMCObsExclusion, 3,0, 3,1); |
260 |
|
TGraph * gFCexpexclHT = plotToolsHT->GetContour(hs,Mzero,Mhalf,NLOFCExpExclusion, 3,0, 3,2); |
266 |
|
TGraph * gCLsExpExclHT = plotToolsHT->GetContour(hs,Mzero,Mhalf,NLOExpExclCL, 3,0, 1,2); |
267 |
|
TGraph * gCLsObsExclHT = plotToolsHT->GetContour(hs,Mzero,Mhalf,NLOObsExclCL, 3,0, 1,1); |
268 |
|
TGraph * gCLsExpExclHT_LO = plotToolsHT->GetContour(hs,Mzero,Mhalf,ExpExclCL, 3,0, 1,4); |
269 |
< |
TGraph * gCLsObsExclHT_LO = plotToolsHT->GetContour(hs,Mzero,Mhalf,ObsExclCL, 3,0, 1,1); |
269 |
> |
TGraph * gCLsObsExclHT_LO = plotToolsHT->GetContour(hs,Mzero,Mhalf,ObsExclCL, 3,0, 2,1); |
270 |
|
TGraph * gCLsExpExclHTm1 = plotToolsHT->GetContour(hs,Mzero,Mhalf,NLOExpExclCLm1sigma,3,0, 5,2); |
271 |
|
TGraph * gCLsExpExclHTp1 = plotToolsHT->GetContour(hs,Mzero,Mhalf,NLOExpExclCLp1sigma,3,0, 5,2); |
272 |
|
TGraph * gCLsExpExclMHTm1 = plotTools ->GetContour(hs,Mzero,Mhalf,NLOExpExclCLm1sigma, 3,0, 5,2); |
273 |
|
TGraph * gCLsExpExclMHTp1 = plotTools ->GetContour(hs,Mzero,Mhalf,NLOExpExclCLp1sigma, 3,0, 5,2); |
274 |
|
TGraph * gCheck1 = (TGraph*)gobsexcl->Clone(); |
275 |
|
TGraph * gCheck2 = (TGraph*)gexpexcl->Clone(); |
276 |
< |
Smooth( gCLsObsExclHT, 33); gCLsObsExclHT->SetLineWidth( 3 ); |
277 |
< |
Smooth( gCLsExpExclHT, 33 ); gCLsExpExclHT->SetLineWidth( 3 ); |
278 |
< |
Smooth( gCLsObsExclHT_LO, 33); gCLsObsExclHT_LO->SetLineWidth( 3 ); |
279 |
< |
Smooth( gCLsExpExclHT_LO, 33 ); gCLsExpExclHT_LO->SetLineWidth( 3 ); |
280 |
< |
Smooth( gexpexcl, 33 ); |
281 |
< |
Smooth( gobsexcl, 33 ); |
282 |
< |
Smooth( gobsexcl, 33 ); |
283 |
< |
Smooth( gexpexcl_LO, 33 ); |
284 |
< |
Smooth( gFCexpexclHT, 33 ); |
285 |
< |
Smooth( gFCexpexclHT_LO, 33 );gFCexpexclHT_LO->SetLineWidth( 3 ); |
286 |
< |
Smooth( gFCexpexclMHT, 33 ); |
287 |
< |
Smooth( gFCexpexclMHT_LO, 33 ); |
288 |
< |
Smooth( gFCobsexclHT, 33 );gFCobsexclHT->SetLineWidth( 3 ); |
289 |
< |
Smooth( gFCobsexclMHT, 33 ); |
290 |
< |
Smooth( gCLsExpExclHTm1, 33 ); |
291 |
< |
Smooth( gCLsExpExclHTp1, 33 ); |
292 |
< |
Smooth( gCLsExpExclMHTm1, 33 ); |
293 |
< |
Smooth( gCLsExpExclMHTp1, 33 ); |
276 |
> |
Smooth( gCLsObsExclHT, 27); gCLsObsExclHT->SetLineWidth( 3 ); |
277 |
> |
Smooth( gCLsExpExclHT, 27 ); gCLsExpExclHT->SetLineWidth( 3 ); |
278 |
> |
Smooth( gCLsObsExclHT_LO, 27); gCLsObsExclHT_LO->SetLineWidth( 2 ); |
279 |
> |
Smooth( gCLsExpExclHT_LO, 27 ); gCLsExpExclHT_LO->SetLineWidth( 3 ); |
280 |
> |
Smooth( gexpexcl, 27 ); |
281 |
> |
Smooth( gobsexcl_LO, 27 );gobsexcl_LO->SetLineWidth( 2 ); |
282 |
> |
//Smooth( gobsexcl, 27 ); |
283 |
> |
Smooth( gobsexcl, 27 ); |
284 |
> |
Smooth( gexpexcl_LO, 27 ); |
285 |
> |
Smooth( gFCexpexclHT, 27 ); |
286 |
> |
Smooth( gFCexpexclHT_LO, 27 );gFCexpexclHT_LO->SetLineWidth( 3 ); |
287 |
> |
Smooth( gFCexpexclMHT, 27 ); |
288 |
> |
Smooth( gFCexpexclMHT_LO, 27 ); |
289 |
> |
Smooth( gFCobsexclHT, 27 );gFCobsexclHT->SetLineWidth( 3 ); |
290 |
> |
Smooth( gFCobsexclMHT, 27 ); |
291 |
> |
Smooth( gCLsExpExclHTm1, 27 ); |
292 |
> |
Smooth( gCLsExpExclHTp1, 27 ); |
293 |
> |
Smooth( gCLsExpExclMHTm1, 27 ); |
294 |
> |
Smooth( gCLsExpExclMHTp1, 27 ); |
295 |
|
TGraph * CLsObsNLO = plotToolsHT->ChooseBest(gCLsObsExclHT,gobsexcl, gCLsObsExclHT,gobsexcl); |
296 |
+ |
TGraph * CLsObsLO = plotToolsHT->ChooseBest(gCLsObsExclHT_LO,gobsexcl_LO, gCLsObsExclHT_LO,gobsexcl_LO); |
297 |
|
TGraph * CLsExpNLO = plotToolsHT->ChooseBest(gCLsExpExclHT,gexpexcl, gCLsExpExclHT,gexpexcl); |
298 |
|
TGraph * CLsExpLO = plotToolsHT->ChooseBest(gCLsExpExclHT_LO,gexpexcl_LO, gCLsExpExclHT_LO,gexpexcl_LO); |
299 |
|
TGraph * FCExpLO = plotToolsHT->ChooseBest(gFCexpexclHT_LO,gFCexpexclMHT_LO,gFCexpexclHT_LO,gFCexpexclMHT_LO); |
300 |
+ |
TGraph * FCExpNLO = plotToolsHT->ChooseBest(gFCexpexclHT,gFCexpexclMHT,gFCexpexclHT,gFCexpexclMHT); |
301 |
|
TGraph * FCObsNLO = plotToolsHT->ChooseBest(gFCobsexclHT,gFCobsexclMHT,gFCobsexclHT,gFCobsexclMHT); |
302 |
|
TGraph * gCLsExpExclp1 = plotToolsHT->ChooseBest(gCLsExpExclHTp1,gCLsExpExclMHTp1, gCLsExpExclHTp1,gCLsExpExclMHTp1); |
303 |
|
TGraph * gCLsExpExclm1 = plotToolsHT->ChooseBest(gCLsExpExclHTm1,gCLsExpExclMHTm1, gCLsExpExclHTm1,gCLsExpExclMHTm1); |
304 |
|
TGraph * gCLsExp1Sigma = MakeBand(gCLsExpExclp1, gCLsExpExclm1); |
305 |
|
hexcl->GetYaxis()->SetTitleOffset(1.3); |
306 |
+ |
hexcl->GetXaxis()->SetTitleOffset(0.92); |
307 |
|
hexcl->Draw("colz"); |
308 |
|
//gCLsExpExclHTp1->Draw("l"); |
309 |
|
//gCLsExpExclMHTp1->Draw("l"); |
311 |
|
//gCLsExpExclMHTm1->Draw("l"); |
312 |
|
gCLsExp1Sigma->Draw("f"); |
313 |
|
//set old exclusion Limits |
314 |
+ |
TGraph* Atlas = Atlas_m0_m12_tb3_obs(); |
315 |
+ |
Atlas->SetLineColor( 28 ); |
316 |
|
TGraph* LEP_ch = set_lep_ch(50); |
317 |
|
TGraph* LEP_sl = set_lep_sl(50);//slepton curve |
318 |
|
TGraph* TEV_sg_cdf = set_tev_sg_cdf(50);//squark gluino cdf |
340 |
|
sThird->SetLineColor(kBlue); |
341 |
|
sThird->SetLineStyle(4); |
342 |
|
//sThird->SetLineWidth(3); |
343 |
< |
TEV_sn_d0_1->Draw("fsame"); |
344 |
< |
TEV_sn_d0_2->Draw("fsame"); |
316 |
< |
TEV_sg_d0->Draw("fsame"); |
317 |
< |
TEV_sg_cdf->Draw("fsame"); |
343 |
> |
//TEV_sn_d0_1->Draw("fsame"); |
344 |
> |
//TEV_sn_d0_2->Draw("fsame"); //only for tb=3 |
345 |
|
LEP_ch->Draw("fsame"); |
346 |
|
LEP_sl->Draw("fsame"); |
347 |
< |
stau->Draw("fsame"); |
347 |
> |
//TEV_sg_cdf->Draw("fsame"); |
348 |
> |
//TEV_sg_cdf->Draw("lsame"); |
349 |
> |
//TEV_sg_d0->Draw("fsame"); |
350 |
|
sFirst->Draw("same"); |
351 |
< |
sSecond->Draw("same"); |
352 |
< |
sThird->Draw("same"); |
351 |
> |
//sSecond->Draw("same"); |
352 |
> |
//sThird->Draw("same"); |
353 |
> |
Atlas->Draw("c,same"); |
354 |
|
TLatex b; b.SetTextSize(0.02); b.SetTextColor(1); |
355 |
< |
//b.DrawLatex( 10,420,"#tilde{#tau} LSP"); |
356 |
< |
b.DrawLatex(230,145,"LEP2"); |
357 |
< |
//b.DrawLatex( 22,138,"#tilde{l}^{#pm}"); |
358 |
< |
//b.DrawLatex(360,110,"LEP2 #tilde{#chi}^{#pm}"); |
359 |
< |
//b.DrawLatex(100,140,"CDF"); |
360 |
< |
//b.DrawLatex(230,145,"D0 #tilde{g}, #tilde{q}"); |
361 |
< |
//b.DrawLatex( 80,180,"D0 #tilde{#nu}"); |
355 |
> |
TLatex ms; ms.SetTextSize(0.025); ms.SetTextFont(42);//ms.SetTextColor(12); |
356 |
> |
ms.DrawLatex(490,458,"tan#beta=50, #mu>0, A_{0}=0"); |
357 |
> |
TLegend* legexp = new TLegend(0.69,0.77,0.93,0.92,NULL,"brNDC"); |
358 |
> |
legexp->SetFillColor(0);legexp->SetShadowColor(0);legexp->SetFillStyle(4000);legexp->SetTextFont(42);legexp->SetTextSize(0.025);legexp->SetBorderSize(0); |
359 |
> |
//TEV_sg_cdf.SetLineColor(1); |
360 |
> |
legexp->SetHeader("CMS preliminary"); |
361 |
> |
//legexp->AddEntry(TEV_sg_cdf,"CDF #tilde{#font[12]{g}}, #tilde{#font[12]{q}}, #scale[0.8]{tan#beta=5, #mu<0}","f"); |
362 |
> |
//legexp->AddEntry(TEV_sg_d0,"D0 #tilde{#font[12]{g}}, #tilde{#font[12]{q}}, #scale[0.8]{tan#beta=3, #mu<0}","f"); |
363 |
> |
//ch_gr.SetLineColor(1); |
364 |
> |
legexp->AddEntry(LEP_ch,"LEP2 #tilde{#chi}_{1}^{#pm}","f"); |
365 |
> |
//sl_gr.SetLineColor(1); |
366 |
> |
//legexp->AddEntry(LEP_sl,"LEP2 #tilde{#font[12]{l}}^{#pm}","f"); //NOT FOR tb=50! |
367 |
> |
//if(tanbeta == 3) |
368 |
> |
//legexp->AddEntry(TEV_sn_d0_1,"D0 #chi^{#pm}_{1}, #chi^{0}_{2}","f"); |
369 |
> |
legexp->AddEntry(sFirst, "CMS #alpha_{T}"); |
370 |
> |
legexp->AddEntry(Atlas, "Atlas, #scale[0.8]{tan#beta=3}","l"); |
371 |
> |
legexp->Draw(); |
372 |
> |
|
373 |
|
CLsObsNLO->Draw("l"); |
374 |
+ |
CLsObsLO->Draw("l"); |
375 |
|
CLsExpNLO->Draw("l"); |
376 |
< |
CLsExpLO->Draw("l"); |
377 |
< |
FCExpLO->Draw("l"); |
378 |
< |
//FCObsNLO->Draw("l"); |
379 |
< |
|
380 |
< |
//gl500->Draw("c"); gl600->Draw("c"); gl700->Draw("c"); gl800->Draw("c"); gl900->Draw("c"); gl1000->Draw("c"); |
381 |
< |
//sq500->Draw("c"); sq600->Draw("c"); sq700->Draw("c"); sq800->Draw("c"); sq900->Draw("c"); sq1000->Draw("c"); |
382 |
< |
//TLegend * leg = new TLegend(0.45,0.65,0.84,0.89); |
383 |
< |
//leg->SetBorderSize(0);leg->SetFillColor(0); |
384 |
< |
TLegend * leg = new TLegend(0.6,0.66,0.96,0.90); |
385 |
< |
leg->SetBorderSize(0);leg->SetFillColor(0);leg->SetFillStyle(4000);leg->SetTextFont(42); |
376 |
> |
//FCExpNLO->Draw("l"); |
377 |
> |
stau->Draw("fsame"); |
378 |
> |
b.DrawLatex( 220,420,"#tilde{#tau} LSP"); |
379 |
> |
|
380 |
> |
//constant ssqquark and gluino lines |
381 |
> |
TF1* lnsq[4]; |
382 |
> |
TF1* lngl[4]; |
383 |
> |
TLatex sqt; sqt.SetTextSize(0.02); sqt.SetTextAngle(-22);sqt.SetTextColor(kGray+2); |
384 |
> |
sqt.DrawLatex(270,180,"#font[92]{#tilde{q}(500)GeV}"); |
385 |
> |
sqt.DrawLatex(327,255,"#font[92]{#tilde{q}(650)GeV}"); |
386 |
> |
sqt.DrawLatex(390,348,"#font[92]{#tilde{q}(800)GeV}"); |
387 |
> |
TLatex glt; glt.SetTextSize(0.02); sqt.SetTextAngle(-4); glt.SetTextColor(kGray+2); |
388 |
> |
glt.DrawLatex(528,195,"#font[92]{#tilde{g}(500)GeV}"); |
389 |
> |
glt.DrawLatex(528,258,"#font[92]{#tilde{g}(650)GeV}"); |
390 |
> |
glt.DrawLatex(528,322,"#font[92]{#tilde{g}(800)GeV}"); |
391 |
> |
int tanBeta_=50; |
392 |
> |
for(int i = 0; i < 4; i++){ |
393 |
> |
lnsq[i] = constant_squark(tanBeta_,i); |
394 |
> |
lngl[i] = constant_gluino(tanBeta_,i); |
395 |
> |
lngl[i]->Draw("same"); |
396 |
> |
lnsq[i]->Draw("same"); |
397 |
> |
} |
398 |
> |
TLegend * leg = new TLegend(0.38,0.8,0.73,0.92); |
399 |
> |
leg->SetBorderSize(0);leg->SetFillColor(0);leg->SetFillStyle(4000);leg->SetTextFont(42);legexp->SetTextSize(0.025); |
400 |
|
TGraph * expLeg = (TGraph*)CLsExpNLO->Clone();expLeg->SetFillStyle(gCLsExp1Sigma->GetFillStyle());expLeg->SetFillColor(gCLsExp1Sigma->GetFillColor()); |
401 |
< |
leg->SetHeader("CMS preliminary, 95%CL"); |
402 |
< |
leg->AddEntry(expLeg, "Expected (CLs, NLO)","l"); |
403 |
< |
leg->AddEntry(CLsObsNLO,"Observed (CLs, NLO)","l"); |
404 |
< |
leg->AddEntry(CLsExpLO, "Expected (CLs, LO)","l"); |
405 |
< |
leg->AddEntry(FCExpLO, "Expected (FC, LO)","l"); |
350 |
< |
//if (gobsexcl) leg->AddEntry(gobsexcl,"Observed (MHT, CLs, TLimit)","l"); |
351 |
< |
//if (gCLsExpExclHT) leg->AddEntry(expLeg ,"NLO Expected (HT, CLs)","l"); |
352 |
< |
//if (gCLsObsExclHT) leg->AddEntry(gCLsObsExclHT,"NLO Observed (HT, CLs)","l"); |
353 |
< |
//if (gCLsObsExclHT_LO) leg->AddEntry(gCLsObsExclHT_LO,"LO Observed (HT, CLs)","l"); |
354 |
< |
//if (gCLsExpExclHT_LO) leg->AddEntry(gCLsExpExclHT_LO,"LO Expected (HT, CLs)","l"); |
355 |
< |
//if (gPLobsexcl) leg->AddEntry(gPLobsexcl,"Observed (PL, RooStat)","l"); |
356 |
< |
//if (gPLexpexcl) leg->AddEntry(gPLexpexcl,"Expected (PL, RooStat)","l"); |
357 |
< |
//if (gFCobsexcl) leg->AddEntry(gFCobsexcl,"NLO Observed (HT, FC, RooStat)","l"); |
358 |
< |
//if (gFCexpexcl) leg->AddEntry(gFCexpexcl,"NLO Expected (HT, FC, RooStat)","l"); |
359 |
< |
//if (gMCMCobsexcl) leg->AddEntry(gMCMCobsexcl,"Observed (MHT, MCMC, RooStat)","l"); |
360 |
< |
//if (gMCMCexpexcl) leg->AddEntry(gMCMCexpexcl,"LO Expected (HT, MCMC, RooStat)","l"); |
361 |
< |
//if (gexpexcl) leg->AddEntry(gexpexcl,"NLO Expected (MHT, CLs)","l"); |
362 |
< |
//if (gobsexcl) leg->AddEntry(gobsexcl,"NLO Observed (MHT, CLs)","l"); |
363 |
< |
if (sSecond) leg->AddEntry(sSecond,"#alpha_{T} Expected (FC, NLO)"); |
364 |
< |
if (sFirst) leg->AddEntry(sFirst, "#alpha_{T} Observed (FC, NLO)"); |
365 |
< |
if (sThird) leg->AddEntry(sThird, "#alpha_{T} Expected (FC, LO)"); |
401 |
> |
leg->SetHeader("L_{int} = 36/pb, #sqrt{s} = 7 TeV"); |
402 |
> |
leg->AddEntry(CLsObsNLO,"Observed, NLO","l"); |
403 |
> |
leg->AddEntry(CLsObsLO, "Observed, LO","l"); |
404 |
> |
leg->AddEntry(expLeg, "Expected #pm 1#sigma, NLO","lf"); |
405 |
> |
//leg->AddEntry(FCExpLO, "Expected, FC, NLO","l"); |
406 |
|
leg->Draw(); |
407 |
|
gPad->RedrawAxis(); |
408 |
< |
c1->SaveAs("results_tb50/Exclusion_m0_m12_tb50.pdf"); |
408 |
> |
c1->SaveAs("results/Exclusion_m0_m12_tb50.pdf"); |
409 |
> |
|
410 |
> |
|
411 |
> |
hexcl->Draw(""); |
412 |
> |
gCLsExp1Sigma->SetName("CLsNLO_Exp1SigmaUncertaintyTb50"); |
413 |
> |
CLsObsNLO->SetName("CLsNLO_ObservedTb50"); |
414 |
> |
CLsExpNLO->SetName("CLsNLO_ExpectedTb50"); |
415 |
> |
CLsExpLO->SetName("CLsLO_ExpectedTb50"); |
416 |
> |
gCLsExp1Sigma->Draw("l"); |
417 |
> |
CLsObsNLO->Draw("l"); |
418 |
> |
CLsExpNLO->Draw("l"); |
419 |
> |
CLsObsLO->Draw("l"); |
420 |
> |
c1->SaveAs("results/LimitContours_tb50.C"); |
421 |
> |
|
422 |
> |
|
423 |
|
|
424 |
|
// Signal Contamination in M0 - M1/2 |
425 |
|
c1->SetLogz(0); |