We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf16a8 commit f722d45Copy full SHA for f722d45
1 file changed
PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx
@@ -1035,8 +1035,7 @@ struct nucleiSpectra {
1035
}
1036
1037
1038
- }
1039
- else if (particle.has_mothers()) {
+ } else if (particle.has_mothers()) {
1040
flags |= kIsSecondaryFromWeakDecay;
1041
for (auto& motherparticle : particle.mothers_as<aod::McParticles>()) {
1042
motherPdgCode = motherparticle.pdgCode();
0 commit comments