Skip to content

Commit 0bfc8f6

Browse files
author
Nicolas Strangmann
committed
Fix formatting
1 parent 93b5fe4 commit 0bfc8f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGMM/Lumi/Tasks/lumiStabilityLightIons.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ struct LumiStabilityLightIons {
191191
(iBCCategory == kBCNSLFDD && cfgDoBCNSLFDD) || (iBCCategory == kBCNSLFT0 && cfgDoBCNSLFT0)) {
192192
mHistManager.add(Form("%s", std::string(NBCsVsTimeHistNames[iTrigger][iBCCategory]).c_str()), "Time of triggered BCs since the start of fill;#bf{t-t_{SOF} (min)};#bf{#it{N}_{BC}}", HistType::kTH1D, {timeAxis});
193193
mHistManager.add(Form("%s", std::string(NBCsVsBCIDHistNames[iTrigger][iBCCategory]).c_str()), "BC ID of triggered BCs;#bf{BC ID in orbit};#bf{#it{N}_{BC}}", HistType::kTH1D, {bcIDAxis});
194-
mInspectedHistos[iTrigger][iBCCategory] = mHistManager.add<TH1>(Form("%s", std::string(NBCsInspectedVsBCIDHistNames[iTrigger][iBCCategory]).c_str()),"Inspected BC ID (denominator for mu);#bf{BC ID in orbit};#bf{#it{N}_{BC}}",HistType::kTH1D, {bcIDAxis});
194+
mInspectedHistos[iTrigger][iBCCategory] = mHistManager.add<TH1>(Form("%s", std::string(NBCsInspectedVsBCIDHistNames[iTrigger][iBCCategory]).c_str()), "Inspected BC ID (denominator for mu);#bf{BC ID in orbit};#bf{#it{N}_{BC}}", HistType::kTH1D, {bcIDAxis});
195195
}
196196
}
197197
}
@@ -472,9 +472,9 @@ struct LumiStabilityLightIons {
472472
}
473473
}
474474

475-
if (anyFDDTrigger)
475+
if (anyFDDTrigger)
476476
globalBCIdOfLastBCWithActivityFDD = globalBCFDD;
477-
if (anyFT0Trigger)
477+
if (anyFT0Trigger)
478478
globalBCIdOfLastBCWithActivityFT0 = globalBC;
479479

480480
globalBCLastInspectedBC = globalBC;

0 commit comments

Comments
 (0)