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 |
|
|
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); |