@@ -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