Skip to content

Commit

Permalink
fix COM energy in label
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Nov 4, 2021
1 parent 2544460 commit 20b6696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Alignment/OfflineValidation/macros/CMS_lumi.h
Expand Up @@ -35,7 +35,7 @@ float extraOverCmsTextSize = 0.76;
TString lumi_13TeV = "20.1 fb^{-1}";
TString lumi_8TeV = "19.7 fb^{-1}";
TString lumi_7TeV = "5.1 fb^{-1}";
TString lumi_0p45TeV = "";
TString lumi_0p9TeV = "";
TString lumi_sqrtS = "";
bool drawLogo = false;

Expand Down Expand Up @@ -90,8 +90,8 @@ void CMS_lumi(TPad* pad, int iPeriod, int iPosX) {
lumiText += lumi_13TeV;
lumiText += " (#sqrt{s} = 13 TeV)";
} else if (iPeriod == 5) {
lumiText += lumi_0p45TeV;
lumiText += " (#sqrt{s} = 0.45 TeV)";
lumiText += lumi_0p9TeV;
lumiText += " (#sqrt{s} = 0.9 TeV)";
} else if (iPeriod == 7) {
if (outOfFrame)
lumiText += "#scale[0.85]{";
Expand Down

0 comments on commit 20b6696

Please sign in to comment.