ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/Plotting/Modules/ExclusionPlot.C
(Generate patch)

Comparing UserCode/cbrown/AnalysisFramework/Plotting/Modules/ExclusionPlot.C (file contents):
Revision 1.19 by fronga, Wed Jan 18 14:03:15 2012 UTC vs.
Revision 1.20 by fronga, Tue Feb 7 17:04:55 2012 UTC

# Line 31 | Line 31 | using namespace std;
31   bool draweachone=false;
32   bool draw2sigma=true;
33  
34 < float limits_lower_bound=0.05;
34 > //float limits_lower_bound=0.05;
35 > float limits_lower_bound=1e-3; // For uniformity
36   float limits_upper_bound=10;
37   float limits_ratio_lower_bound=0.005;
38   float limits_ratio_upper_bound=10;
# Line 57 | Line 58 | void write_SMS_text(int scantype, std::s
58  
59    string legT5zzl2="m(#tilde{q}) >> m(#tilde{g})";
60    if (scantype==PlottingSetup::SMS) legT5zzl2 += ", x = "+scanx;
61 <  string legT5zzl3=" GMSB";
61 >  string legT5zzl3="JZB";
62  
63    TText *title = write_text(xpos,0.85,legT5zz);
64    title->SetTextAlign(11);
# Line 77 | Line 78 | void write_SMS_text(int scantype, std::s
78   void fill_with_text(TGraph *real, TGraph *down, TGraph *up, TVirtualPad *can, int scantype, std::string scanx = "") {
79    can->cd();
80    float xpos_of_text = 0.22;
81 <  TLegend* this_leg = new TLegend(xpos_of_text,0.6,0.38,0.75);
81 >  TLegend* this_leg = new TLegend(xpos_of_text,0.6,0.38,0.75,"JZB");
82    this_leg->SetFillColor(0);
83    this_leg->SetBorderSize(0);
84    this_leg->SetTextSize(0.035);
# Line 324 | Line 325 | TGraph *MarcosExclusionLine(TH2F *exclus
325          counter++;
326    }
327    realgraph->SetLineColor(TColor::GetColor("#151515")); //nice black
328 <  realgraph->SetLineWidth(2);
328 >  realgraph->SetLineWidth(3); // FR -> 3 for better display
329  
330    return realgraph;
331   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines