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 6640ae5 commit a913dfeCopy full SHA for a913dfe
PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx
@@ -1007,8 +1007,6 @@ struct nucleiSpectra {
1007
if (particle.y() > cfgCutRapidityMin && particle.y() < cfgCutRapidityMax) {
1008
nuclei::hGenNuclei[iS][particle.pdgCode() < 0]->Fill(1., particle.pt());
1009
}
1010
- } else {
1011
- continue; /// for not-reconstructed particles we store only the primaries
1012
1013
1014
if (!isReconstructed[index] && (cfgTreeConfig->get(iS, 0u) || cfgTreeConfig->get(iS, 1u))) {
0 commit comments