Skip to content

Commit d713e08

Browse files
authored
Merge pull request #14 from alibuild/alibot-cleanup-11921
Please consider the following formatting changes to #11921
2 parents 9b77566 + 4ff2e0c commit d713e08

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

PWGHF/D2H/Tasks/taskCharmPolarisation.cxx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -661,8 +661,8 @@ struct HfTaskCharmPolarisation {
661661
hEPaxes.push_back(thnAxisIsRotatedCandidate);
662662
}
663663
registry.add("hEP", "THn for polarisation studies with cosThStar w.r.t. event plane axis and BDT scores", HistType::kTHnSparseF, hEPaxes);
664-
}
665664
}
665+
}
666666

667667
/// control plots for Lc->pKPi
668668
if ((doprocessLcToPKPi || doprocessLcToPKPiWithMl || doprocessLcToPKPiMc || doprocessLcToPKPiMcWithMl) && lcPKPiChannels.activateTHnLcChannelMonitor) {
@@ -2371,10 +2371,10 @@ struct HfTaskCharmPolarisation {
23712371
int numPvContributorsGen{0};
23722372

23732373
for (const auto& collision : collisions) { // loop over reco collisions associated to this gen collision
2374-
centrality = o2::hf_centrality::getCentralityColl(collision, centEstimator);
2375-
if (centrality < centralityMin || centrality > centralityMax) {
2376-
return; // skip this collision if outside of the centrality range
2377-
}
2374+
centrality = o2::hf_centrality::getCentralityColl(collision, centEstimator);
2375+
if (centrality < centralityMin || centrality > centralityMax) {
2376+
return; // skip this collision if outside of the centrality range
2377+
}
23782378
registry.fill(HIST("hCentrality"), centrality);
23792379

23802380
auto thisCollId = collision.globalIndex();
@@ -2412,10 +2412,10 @@ struct HfTaskCharmPolarisation {
24122412
int numPvContributorsGen{0};
24132413

24142414
for (const auto& collision : collisions) { // loop over reco collisions associated to this gen collision
2415-
centrality = o2::hf_centrality::getCentralityColl(collision, centEstimator);
2416-
if (centrality < centralityMin || centrality > centralityMax) {
2417-
return; // skip this collision if outside of the centrality range
2418-
}
2415+
centrality = o2::hf_centrality::getCentralityColl(collision, centEstimator);
2416+
if (centrality < centralityMin || centrality > centralityMax) {
2417+
return; // skip this collision if outside of the centrality range
2418+
}
24192419
registry.fill(HIST("hCentrality"), centrality);
24202420

24212421
auto thisCollId = collision.globalIndex();

0 commit comments

Comments
 (0)