Skip to content

Commit fed7463

Browse files
Merge pull request #44 from alibuild/alibot-cleanup-15592
Please consider the following formatting changes to #15592
2 parents 640bda6 + 0497c61 commit fed7463

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGLF/TableProducer/Strangeness/sigma0builder.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
#include <cmath>
5757
#include <cstdlib>
5858
#include <string>
59-
#include <vector>
6059
#include <unordered_set>
60+
#include <vector>
6161

6262
using namespace o2;
6363
using namespace o2::framework;
@@ -472,7 +472,7 @@ struct sigma0builder {
472472
histos.get<TH1>(HIST("PhotonSel/hSelectionStatistics"))->GetXaxis()->SetBinLabel(12, "TPCCR");
473473
histos.get<TH1>(HIST("PhotonSel/hSelectionStatistics"))->GetXaxis()->SetBinLabel(13, "TPC NSigma");
474474

475-
if (doprocessPCMVsEMCalQA){
475+
if (doprocessPCMVsEMCalQA) {
476476
histos.add("EMCalPhotonSel/hSelectionStatistics", "hSelectionStatistics", kTH1D, {axisCandSel});
477477
histos.get<TH1>(HIST("EMCalPhotonSel/hSelectionStatistics"))->GetXaxis()->SetBinLabel(1, "No Sel");
478478
histos.get<TH1>(HIST("EMCalPhotonSel/hSelectionStatistics"))->GetXaxis()->SetBinLabel(2, "Definition");
@@ -2786,7 +2786,7 @@ struct sigma0builder {
27862786
}
27872787
}
27882788
}
2789-
}
2789+
}
27902790
}
27912791
}
27922792

0 commit comments

Comments
 (0)