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 e4fe95b commit 8910717Copy full SHA for 8910717
Generators/src/GeneratorPythia8.cxx
@@ -663,7 +663,7 @@ Bool_t
663
auto st = o2::mcgenstatus::MCGenStatusEncoding(particle.statusHepMC(), //
664
particle.status()) //
665
.fullEncoding;
666
- mParticles.push_back(TParticle(pdg, // Particle type
+ mParticles.push_back(TParticle(pdg, // Particle type
667
st, // status
668
particle.mother1() - 1, // first mother
669
particle.mother2() - 1, // second mother
0 commit comments