Skip to content

Commit 4299e08

Browse files
fmazzascFrancesco Mazzaschi
andauthored
[PWGLF] Store also secondaries for MC generated particles (#11408)
Co-authored-by: Francesco Mazzaschi <fmazzasc@alipap1.cern.ch>
1 parent c55919d commit 4299e08

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)