We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea3a70 commit d35f2caCopy full SHA for d35f2ca
1 file changed
Generators/src/GeneratorPythia8.cxx
@@ -658,8 +658,9 @@ Bool_t
658
if (std::abs(pdg) > 1000000000) {
659
// Ignore isospin if equal to 9
660
auto pdgNoI = (pdg / 10) * 10;
661
- if (std::abs(pdg - pdgNoI) == 9)
+ if (std::abs(pdg - pdgNoI) == 9) {
662
pdg = pdgNoI;
663
+ }
664
}
665
auto st = o2::mcgenstatus::MCGenStatusEncoding(particle.statusHepMC(), //
666
particle.status()) //
0 commit comments