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.2 by auterman, Wed Feb 9 09:32:31 2011 UTC vs.
Revision 1.3 by auterman, Wed Feb 9 21:00:29 2011 UTC

# Line 253 | Line 253 | int plot(int argc, char** argv)
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();
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();
# Line 282 | Line 282 | int plot(int argc, char** argv)
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");
# Line 301 | Line 301 | int plot(int argc, char** argv)
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");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines