diff --git a/src/hadronization/HybridHadronization.cc b/src/hadronization/HybridHadronization.cc index 8463fac8..c46dab4e 100644 --- a/src/hadronization/HybridHadronization.cc +++ b/src/hadronization/HybridHadronization.cc @@ -709,6 +709,10 @@ void HybridHadronization::DoHadronization(vector>>& sh } //do this only if there are negative partons, otherwise the baryon recombination would be switched off after the first event without negative partons } if(HH_shower.num() == 0){ + th_recofactor = tmp_threco; + maxB_level = tmp_maxB_level; + reco_hadrons_pythia = tmp_reco_hadrons_pythia; + if(pythia_decays == "off"){pythia.readString("HadronLevel:Decay = off"); pythia.init();} continue; } //attempting to handle events/configurations with 0 partons will result in a crash