60 |
|
// gmap["th_band"]->SetPoint(1,189.,4.5); |
61 |
|
// gmap["th_band"]->Draw(""); |
62 |
|
|
63 |
– |
<<<<<<< plotXsec.C |
63 |
|
const Int_t np = 5; // modify ymax_ accordingly |
64 |
|
Int_t iColor[np] = {1,28,9,4,2}; |
65 |
|
Int_t iMark [np] = {20,21,22,23,20}; |
66 |
|
|
67 |
|
Float_t nexp[np] = {1,2,3,4,5}; |
68 |
< |
Float_t xsec[np] = {157.5,145.0,194.0,156.0,167.3}; // x-sec |
68 |
> |
Float_t xsec[np] = {157.5,145.0,194.0,156.0,153.7}; // x-sec |
69 |
|
Float_t stath[np] = { 0. , 31. , 72. , 12. , 17. }; // stat err high |
70 |
|
Float_t statl[np] = { 0. , 31. , 72. , 12. , 17. }; // stat err low |
71 |
|
Float_t systh[np] = { 23.2, 42. , 24. , 28. , 28. }; // syst err high |
72 |
< |
Float_t systl[np] = { 24.4, 27. , 24. , 35. , 25. }; // syst err low |
72 |
> |
Float_t systl[np] = { 24.4, 27. , 24. , 35. , 24. }; // syst err low |
73 |
|
Float_t lumi[np] = { 0. , 0. , 21. , 17. , 19. }; // lumi err |
75 |
– |
======= |
76 |
– |
const Int_t np = 4; |
77 |
– |
Int_t iColor[np] = {1,2,9,4}; |
78 |
– |
Int_t iMark [np] = {20,21,22,23}; |
79 |
– |
|
80 |
– |
Float_t nexp[np] = {1,2,3,4}; |
81 |
– |
Float_t xsec[np] = {157.5,145.0,194.0,158.1}; // x-sec |
82 |
– |
Float_t stath[np] = { 0. , 31. , 72. , 12. }; // stat err high |
83 |
– |
Float_t statl[np] = { 0. , 31. , 72. , 12. }; // stat err low |
84 |
– |
Float_t systh[np] = { 23.2, 42. , 24. , 35. }; // syst err high |
85 |
– |
Float_t systl[np] = { 24.4, 27. , 24. , 35. }; // syst err low |
86 |
– |
Float_t lumi[np] = { 0. , 0. , 21. , 17. }; // lumi err |
87 |
– |
>>>>>>> 1.2 |
74 |
|
|
75 |
|
Float_t errh[np]; |
76 |
|
Float_t errl[np]; |
106 |
|
header0->SetTextSize(0.034); |
107 |
|
header0->Draw(); |
108 |
|
|
123 |
– |
<<<<<<< plotXsec.C |
109 |
|
TLatex *header1 = new TLatex(0.8*xmax_,ymax_+0.1,"February 2010"); //header->SetTextColor(1); |
125 |
– |
======= |
126 |
– |
TLatex *header1 = new TLatex(0.8*xmax_,ymax_+0.1,"December 2010"); //header->SetTextColor(1); |
127 |
– |
>>>>>>> 1.2 |
110 |
|
header1->SetTextSize(0.028); |
111 |
|
header1->Draw(); |
112 |
|
|
131 |
– |
<<<<<<< plotXsec.C |
113 |
|
tvect.push_back(new TLatex(xmin_+1,nexp[0]+0.1,"Theory (MCFM)")); |
114 |
|
tvect.push_back(new TLatex(xmin_+1,nexp[1]+0.1,"ATLAS Combined (L = 3 pb^{-1})")); |
115 |
|
tvect.push_back(new TLatex(xmin_+1,nexp[2]+0.1,"CMS Dilepton (L = 3 pb^{-1})")); |
117 |
|
TLatex* myTxt1 = new TLatex(xmin_+1,nexp[4]+0.1,"CMS #mu+jets+btag (L = 36 pb^{-1})"); |
118 |
|
myTxt0->SetTextColor(iColor[3]); |
119 |
|
myTxt1->SetTextColor(iColor[4]); |
139 |
– |
======= |
140 |
– |
tvect.push_back(new TLatex(xmin_+10,nexp[0]+0.1,"Theory (MCFM)")); |
141 |
– |
tvect.push_back(new TLatex(xmin_+10,nexp[1]+0.1,"ATLAS Combined (L = 3 pb^{-1})")); |
142 |
– |
tvect.push_back(new TLatex(xmin_+10,nexp[2]+0.1,"CMS Dilepton (L = 3 pb^{-1})")); |
143 |
– |
TLatex* myTxt0 = new TLatex(xmin_+10,nexp[3]+0.1,"CMS #mu+Jets (L = 36 pb^{-1})"); |
144 |
– |
myTxt0->SetTextColor(iColor[3]); |
145 |
– |
>>>>>>> 1.2 |
120 |
|
tvect.push_back(myTxt0); |
121 |
|
tvect.push_back(myTxt1); |
122 |
|
|