Skip to content

Commit 62e4b50

Browse files
committed
Merge pull request #600 in B2/basf2 from bugfix/BII-8995-r6 to release/06-00
* commit 'a55204a27e62a4ea362d322542bfd7aa696551a1': Use EvtPDL::getMeanMass in Fragmentation::loadEvtGenParticleData() for setting the PDG value of the mass instead of a value samples from the line shape
2 parents 5153fef + a55204a commit 62e4b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/modules/fragmentation/src/FragmentationModule.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ void FragmentationModule::loadEvtGenParticleData(Pythia8::Pythia* pythia)
400400
EvtPDL::chg3(evtgenParticle),
401401
// colType == 0 for uncolored particles.
402402
0,
403-
EvtPDL::getMass(evtgenParticle),
403+
EvtPDL::getMeanMass(evtgenParticle),
404404
EvtPDL::getWidth(evtgenParticle),
405405
EvtPDL::getMinMass(evtgenParticle),
406406
EvtPDL::getMaxMass(evtgenParticle),

0 commit comments

Comments
 (0)