@@ -488,12 +488,12 @@ struct AntinucleiInJets {
488488 registryMC.add (" antiproton_coal_jet" , " antiproton_coal_jet" , HistType::kTH1F , {{nbins, min, max, " #it{p}_{T} (GeV/#it{c})" }});
489489 registryMC.add (" antiproton_coal_ue" , " antiproton_coal_ue" , HistType::kTH1F , {{nbins, min, max, " #it{p}_{T} (GeV/#it{c})" }});
490490 }
491-
491+
492492 // Coalescence and Correlation analysis
493- if (doprocessCoalescenceCorr) {
493+ if (doprocessCoalescenceCorr) {
494494
495- // Axes definitions for multidimensional histogram binning
496- const AxisSpec multiplicityAxis{100 , 0.0 , 100.0 , " multiplicity percentile" };
495+ // Axes definitions for multidimensional histogram binning
496+ const AxisSpec multiplicityAxis{100 , 0.0 , 100.0 , " multiplicity percentile" };
497497 const AxisSpec ptPerNucleonAxis{5 , 0.4 , 0.9 , " {p}_{T}/A (GeV/#it{c})" };
498498 const AxisSpec nAntideuteronsAxis{10 , 0.0 , 10.0 , " N_{#bar{d}}" };
499499 const AxisSpec nAntiprotonsAxis{10 , 0.0 , 10.0 , " N_{#bar{p}}" };
@@ -3705,10 +3705,10 @@ struct AntinucleiInJets {
37053705 registryMC.fill (HIST (" genEventsCoalescenceCorr" ), 2.5 );
37063706
37073707 // Build deuterons
3708- for (auto & proton : protonCandidates) {
3708+ for (const auto & proton : protonCandidates) {
37093709 if (proton.used ) continue ;
37103710
3711- for (auto & neutron : neutronCandidates) {
3711+ for (const auto & neutron : neutronCandidates) {
37123712 if (neutron.used ) continue ;
37133713
37143714 // Physics consistency check
0 commit comments