Skip to content

Commit 10c386f

Browse files
committed
Please consider the following formatting changes
1 parent 60e35a8 commit 10c386f

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ struct AntinucleiInJets {
452452

453453
registryCorr.add("eventCounter_centrality_fullEvent", "Number of events per centrality (Full Event)", HistType::kTH1F, {multiplicityAxis});
454454
registryCorr.add("eventCounter_centrality_jet", "Number of events per centrality (Jet)", HistType::kTH1F, {multiplicityAxis});
455-
registryCorr.add("eventCounter_centrality_ue", "Number of events per centrality (Underlying Event)", HistType::kTH1F, {multiplicityAxis});
455+
registryCorr.add("eventCounter_centrality_ue", "Number of events per centrality (Underlying Event)", HistType::kTH1F, {multiplicityAxis});
456456

457457
// Correlation histograms: antiproton vs. antideuteron number vs. event multiplicity
458458
registryCorr.add("rho_jet", "rho_jet", HistType::kTH3F, {nAntideuteronsAxis, nAntiprotonsAxis, multiplicityAxis});
@@ -2571,9 +2571,9 @@ struct AntinucleiInJets {
25712571
registryCorr.fill(HIST("q1p_fullEvent"), nAntiprotonFullEvent[i], ptAcenteri, multiplicity);
25722572
for (int j = 0; j < nBins; j++) {
25732573
double ptAcenterj = 0.5 * (ptOverAbins[j] + ptOverAbins[j + 1]);
2574-
registryCorr.fill(HIST("q1d_square_fullEvent"), ptAcenteri, ptAcenterj, nAntideuteronFullEvent[i] * nAntideuteronFullEvent[j], multiplicity);
2575-
registryCorr.fill(HIST("q1p_square_fullEvent"), ptAcenteri, ptAcenterj, nAntiprotonFullEvent[i] * nAntiprotonFullEvent[j], multiplicity);
2576-
registryCorr.fill(HIST("q1d_q1p_fullEvent"), ptAcenteri, ptAcenterj, nAntideuteronFullEvent[i] * nAntiprotonFullEvent[j], multiplicity);
2574+
registryCorr.fill(HIST("q1d_square_fullEvent"), ptAcenteri, ptAcenterj, nAntideuteronFullEvent[i] * nAntideuteronFullEvent[j], multiplicity);
2575+
registryCorr.fill(HIST("q1p_square_fullEvent"), ptAcenteri, ptAcenterj, nAntiprotonFullEvent[i] * nAntiprotonFullEvent[j], multiplicity);
2576+
registryCorr.fill(HIST("q1d_q1p_fullEvent"), ptAcenteri, ptAcenterj, nAntideuteronFullEvent[i] * nAntiprotonFullEvent[j], multiplicity);
25772577
}
25782578
}
25792579

@@ -2724,7 +2724,7 @@ struct AntinucleiInJets {
27242724
registryCorr.fill(HIST("q1d_q1p_jet"), ptAcenteri, ptAcenterj, nAntideuteronJet[i] * nAntiprotonJet[j], multiplicity);
27252725
}
27262726
}
2727-
2727+
27282728
// Particle counters
27292729
std::vector<int> nAntiprotonUE(nBins, 0);
27302730
std::vector<int> nAntideuteronUE(nBins, 0);
@@ -2838,7 +2838,7 @@ struct AntinucleiInJets {
28382838
// Event counter: events with at least one jet selected
28392839
if (isAtLeastOneJetSelected) {
28402840
registryCorr.fill(HIST("eventCounter"), 9.5);
2841-
2841+
28422842
// Fill event counter vs centrality (jet region)
28432843
registryCorr.fill(HIST("eventCounter_centrality_jet"), multiplicity);
28442844
}
@@ -2850,5 +2850,3 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
28502850
{
28512851
return WorkflowSpec{adaptAnalysisTask<AntinucleiInJets>(cfgc)};
28522852
}
2853-
2854-

0 commit comments

Comments
 (0)