- Test directory modified to gen directory.
- Added an applet for event generation where event are stored in a ROOT tree in output.
- Addition of
ElasFS()
andRadElasFS()
taking care of final state creation for (quasi)elastic events. - Addition of
GetNucleusID()
. - Addition of
SaveUnfragState()
to save unfragmented events in separate file for debugging purpose along with new CodeWordUNFRAG-SAVE
to activate it. - Addition of new CodeWord
HIGH-PT
for special pT parametrization. - Addition of CodeWord
FORCE-GEN
to force generation of new event if fragmentation of event fails. - Removal of ImportParticles method, causing trouble (segfaults) in newest configurations.
- HERACLES v. 4.8.0.I, I for interfaced.
- Addition of new CodeWord
HIGH-PT
for special pT parametrization. - Addition of CodeWord
FORCE-GEN
to force generation of new event if fragmentation of event fails. - Fixed the numbering for incoming particles from
201
to21
@ subroutineHSACPT(ICONT)
.
- Fixed the definition of incoming particle ID @ subroutine
DJGINIT(LEPIN,PLZ,PPZ,INTER)
. - Fixed
ULMASS
that was not working properly by hardcoding e/mu masses @ subroutineDJGINIT(LEPIN,PLZ,PPZ,INTER)
.
- Addition of a retry loop if fragmentation of event fails @ subroutine
DJGSPH(L0,IMODE)
. - Addition of the subroutine
SPHLEV
for restoration of event record from SOPHIA when hadronization has failed. - Fixed
ULMASS
that was not working properly by hardcoding e/mu masses @ subroutineDJGSPH(L0,IMODE)
. - Fixed the numbering for incoming particles from
201
to21
@ subroutineDJGSPH(L0,IMODE)
. - Fixed a confusion between two variables from different common blocks :
P
from/S_PLIST/
and/LUJETS/
- Addition of disambiguation between electron and muon cases.