We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932b2ac commit 396c50fCopy full SHA for 396c50f
1 file changed
PWGLF/Tasks/Nuspex/antinucleiInJets.cxx
@@ -2188,7 +2188,7 @@ struct AntinucleiInJets {
2188
2189
// Fill antideuteron spectra
2190
if (isAntid) {
2191
- registryMC.fill(HIST("antideuteron_gen_jet"), particle.pt(), weightJet);
+ registryMC.fill(HIST("antideuteron_gen_jet"), particle.pt());
2192
}
2193
2194
@@ -2256,7 +2256,7 @@ struct AntinucleiInJets {
2256
continue;
2257
2258
// Fill histogram for antideuterons in the UE
2259
- registryMC.fill(HIST("antideuterons_gen_ue"), deuteronVec.Pt());
+ registryMC.fill(HIST("antideuteron_gen_ue"), deuteronVec.Pt());
2260
2261
2262
if (isAtLeastOneJetSelected) {
0 commit comments