@@ -448,10 +448,9 @@ struct AntinucleiInJets {
448448
449449 // Event counter
450450 registryCorr.add (" eventCounter" , " number of events" , HistType::kTH1F , {{20 , 0 , 20 , " counter" }});
451-
452451 registryCorr.add (" eventCounter_centrality_fullEvent" , " Number of events per centrality (Full Event)" , HistType::kTH1F , {multiplicityAxis});
453452 registryCorr.add (" eventCounter_centrality_jet" , " Number of events per centrality (Jet)" , HistType::kTH1F , {multiplicityAxis});
454- registryCorr.add (" eventCounter_centrality_ue" , " Number of events per centrality (Underlying Event)" , HistType::kTH1F , {multiplicityAxis});
453+ registryCorr.add (" eventCounter_centrality_ue" , " Number of events per centrality (Underlying Event)" , HistType::kTH1F , {multiplicityAxis});
455454
456455 // Correlation histograms: antiproton vs. antideuteron number vs. event multiplicity
457456 registryCorr.add (" rho_jet" , " rho_jet" , HistType::kTH3F , {nAntideuteronsAxis, nAntiprotonsAxis, multiplicityAxis});
@@ -2570,9 +2569,9 @@ struct AntinucleiInJets {
25702569 registryCorr.fill (HIST (" q1p_fullEvent" ), nAntiprotonFullEvent[i], ptAcenteri, multiplicity);
25712570 for (int j = 0 ; j < nBins; j++) {
25722571 double ptAcenterj = 0.5 * (ptOverAbins[j] + ptOverAbins[j + 1 ]);
2573- registryCorr.fill (HIST (" q1d_square_fullEvent" ), ptAcenteri, ptAcenterj, nAntideuteronFullEvent[i] * nAntideuteronFullEvent[j], multiplicity);
2574- registryCorr.fill (HIST (" q1p_square_fullEvent" ), ptAcenteri, ptAcenterj, nAntiprotonFullEvent[i] * nAntiprotonFullEvent[j], multiplicity);
2575- registryCorr.fill (HIST (" q1d_q1p_fullEvent" ), ptAcenteri, ptAcenterj, nAntideuteronFullEvent[i] * nAntiprotonFullEvent[j], multiplicity);
2572+ registryCorr.fill (HIST (" q1d_square_fullEvent" ), ptAcenteri, ptAcenterj, nAntideuteronFullEvent[i] * nAntideuteronFullEvent[j], multiplicity);
2573+ registryCorr.fill (HIST (" q1p_square_fullEvent" ), ptAcenteri, ptAcenterj, nAntiprotonFullEvent[i] * nAntiprotonFullEvent[j], multiplicity);
2574+ registryCorr.fill (HIST (" q1d_q1p_fullEvent" ), ptAcenteri, ptAcenterj, nAntideuteronFullEvent[i] * nAntiprotonFullEvent[j], multiplicity);
25762575 }
25772576 }
25782577
0 commit comments