Draw several graphs with an exclusion zones.
void exclusiongraph2()
{
"Charged Higgs L300 Contour",0,0,700,700);
TH1 *frame =
new TH1F(
"frame",
"",1000,50,500);
"#leftarrow t #rightarrow bH^{+}, H^{+} #rightarrow #tau#nu");
tex =
new TLatex(346.929,6.62281,
"ATLAS");
tex =
new TLatex(328.341,5.24703,
"#intLdt = 300 fb^{-1}");
tex =
new TLatex(340.463,4.1874,
"Maximal mixing");
tex =
new TLatex(413.2,2.51608,
"LEP 2000");
tex =
new TLatex(188.151,9.36035,
"gb #rightarrow tH^{+}, H^{+} #rightarrow #tau#nu");
tex =
new TLatex(165.,1.15498,
"gb #rightarrow tH^{+}, H^{+} #rightarrow tb");
}
- Author
- Olivier Couet
Definition in file exclusiongraph2.C.