We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35f2ca commit 8beccfeCopy full SHA for 8beccfe
Generators/src/GeneratorPythia8.cxx
@@ -654,14 +654,6 @@ Bool_t
654
// first particle is system
655
auto particle = event[iparticle];
656
auto pdg = particle.id();
657
- // Select nuclei (A PDG id code for nuclei is on the form 100ZZZAAAI)
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) {
662
- pdg = pdgNoI;
663
- }
664
665
auto st = o2::mcgenstatus::MCGenStatusEncoding(particle.statusHepMC(), //
666
particle.status()) //
667
.fullEncoding;
0 commit comments