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

Comparing UserCode/Jeng/scripts/makePlots.C (file contents):
Revision 1.2 by jengbou, Thu Jun 17 06:38:21 2010 UTC vs.
Revision 1.3 by jengbou, Tue Jun 22 14:55:49 2010 UTC

# Line 178 | Line 178 | void tdrGrid(bool gridOn) {
178   void cmsPrel(double intLumi){
179    TLatex latex;
180    latex.SetNDC();
181 <  latex.SetTextSize(0.05);
181 >  latex.SetTextSize(0.07);
182  
183    latex.SetTextAlign(31); // align right
184 <  latex.DrawLatex(0.98,0.945,"#sqrt{s} = 7 TeV");
184 >  latex.DrawLatex(0.98,0.94,"#sqrt{s} = 7 TeV");
185    if (intLumi > 0.) {
186      latex.SetTextAlign(31); // align right
187      latex.DrawLatex(0.98,0.68,Form("#int #font[12]{L}dt = %.1fnb^{-1}",intLumi));
188    }
189    latex.SetTextAlign(11); // align left
190 <  latex.DrawLatex(0.02,0.945,"#font[22]{CMS preliminary 2010}");
190 >  latex.DrawLatex(0.02,0.94,"#font[22]{CMS preliminary 2010}");
191    return;
192   }
193  
# Line 344 | Line 344 | void makePlots() {
344          }
345        }
346  
347 +      if (n1 == 1)
348 +        hs[histName]->SetMarkerStyle(22);
349 +
350   //       hs[histName]->SetMarkerStyle(8);
351   //       if (n0<3) {
352   //      hs[histName]->SetMarkerSize(0.8);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines