You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue with this, one Pythia8 instance works for one process and ONE energy. For the cascade production, energies range over ~10 - 400 GeV. Creating a new instance and deleting for each energy/particle costs a huge CPU time penalty. Maybe one solution would be to round energies to 1 GeV, keep track of existing instances for each energy and particle, if not exist create new. If memory consumption allows.
No description provided.
The text was updated successfully, but these errors were encountered: