ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Jeng/tools/plotXsec.C
(Generate patch)

Comparing UserCode/Jeng/tools/plotXsec.C (file contents):
Revision 1.1 by jengbou, Fri Dec 3 19:25:24 2010 UTC vs.
Revision 1.2 by jengbou, Fri Jan 7 21:54:06 2011 UTC

# Line 65 | Line 65 | void plotXsec() {
65    Int_t iMark [np]  = {20,21,22,23};
66  
67    Float_t nexp[np]  = {1,2,3,4};
68 <  Float_t xsec[np]  = {157.5,145.0,194.0,164.1}; // x-sec
69 <  Float_t stath[np] = {  0. , 31. , 72. , 10. }; // stat err high
70 <  Float_t statl[np] = {  0. , 31. , 72. , 10. }; // stat err low
71 <  Float_t systh[np] = { 23.2, 42. , 24. , 49. }; // syst err high
72 <  Float_t systl[np] = { 24.4, 27. , 24. , 49. }; // syst err low
73 <  Float_t lumi[np]  = {  0. ,  0. , 21. , 18. }; // lumi err
68 >  Float_t xsec[np]  = {157.5,145.0,194.0,158.1}; // x-sec
69 >  Float_t stath[np] = {  0. , 31. , 72. , 12. }; // stat err high
70 >  Float_t statl[np] = {  0. , 31. , 72. , 12. }; // stat err low
71 >  Float_t systh[np] = { 23.2, 42. , 24. , 35. }; // syst err high
72 >  Float_t systl[np] = { 24.4, 27. , 24. , 35. }; // syst err low
73 >  Float_t lumi[np]  = {  0. ,  0. , 21. , 17. }; // lumi err
74  
75    Float_t errh[np];
76    Float_t errl[np];
# Line 106 | Line 106 | void plotXsec() {
106    header0->SetTextSize(0.034);
107    header0->Draw();
108  
109 <  TLatex *header1 = new TLatex(0.8*xmax_,ymax_+0.1,"November 2010"); //header->SetTextColor(1);
109 >  TLatex *header1 = new TLatex(0.8*xmax_,ymax_+0.1,"December 2010"); //header->SetTextColor(1);
110    header1->SetTextSize(0.028);
111    header1->Draw();
112  
113    tvect.push_back(new TLatex(xmin_+10,nexp[0]+0.1,"Theory (MCFM)"));
114    tvect.push_back(new TLatex(xmin_+10,nexp[1]+0.1,"ATLAS Combined (L = 3 pb^{-1})"));
115    tvect.push_back(new TLatex(xmin_+10,nexp[2]+0.1,"CMS Dilepton (L = 3 pb^{-1})"));
116 <  TLatex* myTxt0 = new TLatex(xmin_+10,nexp[3]+0.1,"CMS #mu+Jets (L = 35 pb^{-1})");
116 >  TLatex* myTxt0 = new TLatex(xmin_+10,nexp[3]+0.1,"CMS #mu+Jets (L = 36 pb^{-1})");
117    myTxt0->SetTextColor(iColor[3]);  
118    tvect.push_back(myTxt0);
119  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines