Skip to content

Commit a913dfe

Browse files
author
Francesco Mazzaschi
committed
Store also secondaries for MC generated particles
1 parent 6640ae5 commit a913dfe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,8 +1007,6 @@ struct nucleiSpectra {
10071007
if (particle.y() > cfgCutRapidityMin && particle.y() < cfgCutRapidityMax) {
10081008
nuclei::hGenNuclei[iS][particle.pdgCode() < 0]->Fill(1., particle.pt());
10091009
}
1010-
} else {
1011-
continue; /// for not-reconstructed particles we store only the primaries
10121010
}
10131011

10141012
if (!isReconstructed[index] && (cfgTreeConfig->get(iS, 0u) || cfgTreeConfig->get(iS, 1u))) {

0 commit comments

Comments
 (0)