| 1 |
|
|---|
| 2 | ==========================================================
|
|---|
| 3 | Geant4 - an Object-Oriented Toolkit for Physics Simulation
|
|---|
| 4 | ==========================================================
|
|---|
| 5 |
|
|---|
| 6 | History file for hadronic/models/binary_cascade directory
|
|---|
| 7 | --------------------------------------------------------
|
|---|
| 8 |
|
|---|
| 9 | This file should be used to summarize modifications introduced in the
|
|---|
| 10 | code and to keep track of all tags.
|
|---|
| 11 |
|
|---|
| 12 | ---------------------------------------------------------------
|
|---|
| 13 | * Please list in reverse chronological order (last date on top)
|
|---|
| 14 | ---------------------------------------------------------------
|
|---|
| 15 |
|
|---|
| 16 | 8-Dec-2008 Gunter Folger had-binary-V09-01-03
|
|---|
| 17 | G4BinaryCascade: previous tag inadvertedly added developement;
|
|---|
| 18 | moved development to branch, and re-add data member initialisation.
|
|---|
| 19 |
|
|---|
| 20 | 5-Dec-2008 Gunter Folger had-binary-V09-01-02
|
|---|
| 21 | G4BinaryCascade: make static instance of G4Scatterer in 1H1... data
|
|---|
| 22 | member, to avoid bad late destruction of static instance
|
|---|
| 23 | ( found by GC using valgrind )
|
|---|
| 24 |
|
|---|
| 25 | 17-Nov-2008 Vladimir Ivanchenko had-binary-V09-01-01
|
|---|
| 26 | G4BinaryCascade, G4BinaryLightIonReaction - added name of the model,
|
|---|
| 27 | comment out welcome message
|
|---|
| 28 |
|
|---|
| 29 | 27-Oct-2008 Dennis Wright had-binary-V09-01-00
|
|---|
| 30 | - replace G4NucleiPropertiesTable::GetBindingEnergy(Z,A) with
|
|---|
| 31 | G4NucleiProperties::GetBindingEnergy(A,Z) in
|
|---|
| 32 | G4AntiProtonField.cc, G4KaonMinusField.cc, G4KaonPlusField.cc,
|
|---|
| 33 | G4KaonZeroField.cc, G4PionMinusField.cc, G4PionPlusField.cc,
|
|---|
| 34 | G4PionZeroField.cc, G4SigmaMinusField.cc, G4SigmaPlusField.cc,
|
|---|
| 35 | G4SigmaZeroField.cc, G4KM_OpticalEqRhs.cc
|
|---|
| 36 |
|
|---|
| 37 | 16-Nov-2007 Gunter Folger had-binary-V09-00-05
|
|---|
| 38 | - Correction in G4BinaryCascade for memory leak.
|
|---|
| 39 |
|
|---|
| 40 | 16-Nov-2007 Gunter Folger had-binary-V09-00-04
|
|---|
| 41 | - remove one line of left over debug printing
|
|---|
| 42 |
|
|---|
| 43 | 05-Nov-2007 Gunter Folger had-binary-V09-00-03
|
|---|
| 44 | - deactivate general debug printout in G4BinaryCascade
|
|---|
| 45 |
|
|---|
| 46 | 05-Nov-2007 Gunter Folger had-binary-V09-00-02
|
|---|
| 47 | - Fixes for propagate: particles can decay outside nucleus, correct counting
|
|---|
| 48 | for late particles
|
|---|
| 49 |
|
|---|
| 50 | 31-Oct-2007 Gunter Folger had-binary-V09-00-01
|
|---|
| 51 | - G4BinaryLightIon... adapt to changes in BIC
|
|---|
| 52 | - Work around problem with very low energy pion (Coulomb barrier, nuclear mass
|
|---|
| 53 | difference)
|
|---|
| 54 |
|
|---|
| 55 | 18-Oct-2007 Gunter Folger had-binary-V09-00-00
|
|---|
| 56 | - Collect many changes for propagate interface.
|
|---|
| 57 | Fix for pion incident at low energy: cannot go to deexitation directly
|
|---|
| 58 |
|
|---|
| 59 | 18-May-2007 Gunter Folger had-binary-V08-03-00
|
|---|
| 60 | - G4BinaryLightIonReaction: Protect against divide by 0 when energy momentum
|
|---|
| 61 | correction stalls (for numerical precision?)
|
|---|
| 62 |
|
|---|
| 63 | 04-May-2007 Gunter Folger tag had-binary-V08-02-01
|
|---|
| 64 | ----------------------------------------------------------------
|
|---|
| 65 | - G4RKPropagation.cc: protect against integrating 0 timeStep. This causes
|
|---|
| 66 | divide by 0 in integration.
|
|---|
| 67 |
|
|---|
| 68 | 29-jan-2007 Gunter Folger tag had-binary-V08-02-00
|
|---|
| 69 | ----------------------------------------------------------------
|
|---|
| 70 | - G4BinaryCascade::Capture(): add protection against divide by 0
|
|---|
| 71 |
|
|---|
| 72 | 13-june-03: Gunter
|
|---|
| 73 | Tag: binary_cascade_ion_baseline_01
|
|---|
| 74 | Can run >= 10k light ions, spectator peak clear. Requires generator/util with
|
|---|
| 75 | this tag.
|
|---|
| 76 |
|
|---|