Skip to content

Commit aab4c0e

Browse files
author
Francesco Mazzaschi
committed
Fix typo
1 parent ed89fd1 commit aab4c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/config/PWGLF/pythia8/generator_pythia8_coalescence.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected:
5656
{
5757
if (GeneratorPythia8::generateEvent())
5858
{
59-
genOk = o2::CoalAfterburner(mPythia.event, mPdgList, mCoalMomentum);
59+
genOk = CoalescencePythia8(mPythia.event, mPdgList, mCoalMomentum);
6060
}
6161
localCounter++;
6262
}

0 commit comments

Comments
 (0)