Skip to content

Commit 3861b86

Browse files
Merge pull request #26 from alibuild/alibot-cleanup-10981
Please consider the following formatting changes to #10981
2 parents a109bfd + a7d57fb commit 3861b86

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

PWGLF/TableProducer/Strangeness/sigma0builder.cxx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ struct sigma0builder {
936936

937937
//_______________________________________________
938938
// V0s loop
939-
for (auto& v0 : V0s) {
939+
for (auto& v0 : V0s) {
940940
if (!v0.has_v0MCCore())
941941
continue;
942942

@@ -946,7 +946,7 @@ struct sigma0builder {
946946
histos.fill(HIST("MC/h2dGammaXYConversion"), v0.x(), v0.y());
947947
float GammaY = TMath::Abs(RecoDecay::y(std::array{v0.px(), v0.py(), v0.pz()}, o2::constants::physics::MassGamma));
948948
if (GammaY < 0.5) { // rapidity selection
949-
histos.fill(HIST("MC/h2dPtVsCentralityBeforeSel_MCAssocGamma"), centrality, v0.pt()); // isgamma
949+
histos.fill(HIST("MC/h2dPtVsCentralityBeforeSel_MCAssocGamma"), centrality, v0.pt()); // isgamma
950950
}
951951
}
952952

@@ -958,13 +958,13 @@ struct sigma0builder {
958958
histos.fill(HIST("MC/h2dPtVsCentralityBeforeSel_MCAssocALambda"), centrality, v0.pt());
959959
}
960960

961-
if (processPhotonCandidate(v0)) // selecting photons
961+
if (processPhotonCandidate(v0)) // selecting photons
962962
bestGammasArray.push_back(v0.globalIndex()); // Save indices of best gamma candidates
963963

964-
if (processLambdaCandidate(v0)) // selecting lambdas
965-
bestLambdasArray.push_back(v0.globalIndex()); // Save indices of best lambda candidates
964+
if (processLambdaCandidate(v0)) // selecting lambdas
965+
bestLambdasArray.push_back(v0.globalIndex()); // Save indices of best lambda candidates
966966
}
967-
967+
968968
//_______________________________________________
969969
// Pi0 optional loop
970970
if (doPi0QA) {
@@ -1118,14 +1118,14 @@ struct sigma0builder {
11181118

11191119
//_______________________________________________
11201120
// V0s loop
1121-
for (auto& v0 : V0s) {
1122-
if (processPhotonCandidate(v0)) // selecting photons
1121+
for (auto& v0 : V0s) {
1122+
if (processPhotonCandidate(v0)) // selecting photons
11231123
bestGammasArray.push_back(v0.globalIndex()); // Save indices of best gamma candidates
11241124

1125-
if (processLambdaCandidate(v0)) // selecting lambdas
1126-
bestLambdasArray.push_back(v0.globalIndex()); // Save indices of best lambda candidates
1125+
if (processLambdaCandidate(v0)) // selecting lambdas
1126+
bestLambdasArray.push_back(v0.globalIndex()); // Save indices of best lambda candidates
11271127
}
1128-
1128+
11291129
//_______________________________________________
11301130
// Pi0 optional loop
11311131
if (doPi0QA) {

0 commit comments

Comments
 (0)