Skip to content

Commit 0d3ee4d

Browse files
authored
Merge pull request #11 from alibuild/alibot-cleanup-10884
Please consider the following formatting changes to AliceO2Group#10884
2 parents 139340e + 9d438f6 commit 0d3ee4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ struct AntinucleiInJets {
12391239
registryMC.fill(HIST("antiproton_jet_tpc_rec_vs_generatedptjet"), track.pt(), jetPtGen);
12401240
if (nsigmaTPCPr > minNsigmaTpc && nsigmaTPCPr < maxNsigmaTpc && track.hasTOF())
12411241
registryMC.fill(HIST("antiproton_jet_rec_tof"), track.pt(), nsigmaTOFPr);
1242-
registryMC.fill(HIST("antiproton_jet_tof_rec_vs_generatedptjet"), track.pt(), jetPtGen);
1242+
registryMC.fill(HIST("antiproton_jet_tof_rec_vs_generatedptjet"), track.pt(), jetPtGen);
12431243
}
12441244
}
12451245

0 commit comments

Comments
 (0)