ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/auterman/SusyScan/PlotScript/plot50tb.cc
(Generate patch)

Comparing UserCode/auterman/SusyScan/PlotScript/plot50tb.cc (file contents):
Revision 1.1 by auterman, Wed Feb 9 08:51:32 2011 UTC vs.
Revision 1.2 by auterman, Wed Feb 9 09:32:31 2011 UTC

# Line 262 | Line 262 | int plot(int argc, char** argv)
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();
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)");
# Line 289 | Line 289 | int plot(int argc, char** argv)
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");
# Line 309 | Line 310 | int plot(int argc, char** argv)
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");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines