| 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 | 13-Nov-2009, Gunter Folger had-binary-V09-02-05
|
|---|
| 17 | - Correct assignment to G4ThreeVector, avoid use of Vector=0;
|
|---|
| 18 | - Protect for void nucleus ( not even a single neutron ) after cascade
|
|---|
| 19 |
|
|---|
| 20 | 9-Nov-2009, Gunter Folger had-binary-V09-02-04
|
|---|
| 21 | - Merge changes for BinaryCascade with changes by VU, see below.
|
|---|
| 22 |
|
|---|
| 23 | 5-Oct-2009, Gunter Folger had-binary-V09-02-03
|
|---|
| 24 | - Make capture threshold a setable parameter in G4GeneratorPrecompoundInterface
|
|---|
| 25 | - Note that changes below to Binary (30 Aug) are NOT included in tag.
|
|---|
| 26 |
|
|---|
| 27 | 30 August, V. Uzhinsky -- Proposed changes in bin.cascade to protect
|
|---|
| 28 | energy-non-conservation in FTF+BIC
|
|---|
| 29 | combination.
|
|---|
| 30 | They are:
|
|---|
| 31 |
|
|---|
| 32 | 1. Shift of particle's formation times that the min. time=0.
|
|---|
| 33 |
|
|---|
| 34 | 2. Including of captured particles (Due to absend of the options there
|
|---|
| 35 | were
|
|---|
| 36 | a large energy-non-conservation).
|
|---|
| 37 |
|
|---|
| 38 | 3. GetExcitationEnergy() - correction for the case when all nucleons are
|
|---|
| 39 | ejected.
|
|---|
| 40 |
|
|---|
| 41 | 4. Correction for the nuclear field for baryons.
|
|---|
| 42 | ---------------------------------------------------------
|
|---|
| 43 |
|
|---|
| 44 | 4-Aug-2009, Gunter Folger had-binary-V09-02-02
|
|---|
| 45 | - Remove unused header file G4NucleiPropertiesTable.hh from
|
|---|
| 46 | G4KM_NucleonEqRhs.cc, G4{Proton,Neutron}Field.cc
|
|---|
| 47 |
|
|---|
| 48 | 15-Jun-2009, Gunter Folger had-binary-V09-02-01
|
|---|
| 49 | - Commit files supposedly in had-binary-V09-02-00
|
|---|
| 50 |
|
|---|
| 51 | 11-Jun-2009 Gunter Folger had-binary-V09-02-00 <-- does not contain mods, only committed to ...-01
|
|---|
| 52 | - Add interface to set deexcitation handler in G4BinaryLightIonReaction used to
|
|---|
| 53 | deexcite lighter initial nucleus;
|
|---|
| 54 | precompound handling low energy interactions can be set, too.
|
|---|
| 55 |
|
|---|
| 56 | 8-Dec-2008 Gunter Folger had-binary-V09-01-03
|
|---|
| 57 | G4BinaryCascade: previous tag inadvertedly added developement;
|
|---|
| 58 | moved development to branch, and re-add data member initialisation.
|
|---|
| 59 |
|
|---|
| 60 | 5-Dec-2008 Gunter Folger had-binary-V09-01-02
|
|---|
| 61 | G4BinaryCascade: make static instance of G4Scatterer in 1H1... data
|
|---|
| 62 | member, to avoid bad late destruction of static instance
|
|---|
| 63 | ( found by GC using valgrind )
|
|---|
| 64 |
|
|---|
| 65 | 17-Nov-2008 Vladimir Ivanchenko had-binary-V09-01-01
|
|---|
| 66 | G4BinaryCascade, G4BinaryLightIonReaction - added name of the model,
|
|---|
| 67 | comment out welcome message
|
|---|
| 68 |
|
|---|
| 69 | 27-Oct-2008 Dennis Wright had-binary-V09-01-00
|
|---|
| 70 | - replace G4NucleiPropertiesTable::GetBindingEnergy(Z,A) with
|
|---|
| 71 | G4NucleiProperties::GetBindingEnergy(A,Z) in
|
|---|
| 72 | G4AntiProtonField.cc, G4KaonMinusField.cc, G4KaonPlusField.cc,
|
|---|
| 73 | G4KaonZeroField.cc, G4PionMinusField.cc, G4PionPlusField.cc,
|
|---|
| 74 | G4PionZeroField.cc, G4SigmaMinusField.cc, G4SigmaPlusField.cc,
|
|---|
| 75 | G4SigmaZeroField.cc, G4KM_OpticalEqRhs.cc
|
|---|
| 76 |
|
|---|
| 77 | 16-Nov-2007 Gunter Folger had-binary-V09-00-05
|
|---|
| 78 | - Correction in G4BinaryCascade for memory leak.
|
|---|
| 79 |
|
|---|
| 80 | 16-Nov-2007 Gunter Folger had-binary-V09-00-04
|
|---|
| 81 | - remove one line of left over debug printing
|
|---|
| 82 |
|
|---|
| 83 | 05-Nov-2007 Gunter Folger had-binary-V09-00-03
|
|---|
| 84 | - deactivate general debug printout in G4BinaryCascade
|
|---|
| 85 |
|
|---|
| 86 | 05-Nov-2007 Gunter Folger had-binary-V09-00-02
|
|---|
| 87 | - Fixes for propagate: particles can decay outside nucleus, correct counting
|
|---|
| 88 | for late particles
|
|---|
| 89 |
|
|---|
| 90 | 31-Oct-2007 Gunter Folger had-binary-V09-00-01
|
|---|
| 91 | - G4BinaryLightIon... adapt to changes in BIC
|
|---|
| 92 | - Work around problem with very low energy pion (Coulomb barrier, nuclear mass
|
|---|
| 93 | difference)
|
|---|
| 94 |
|
|---|
| 95 | 18-Oct-2007 Gunter Folger had-binary-V09-00-00
|
|---|
| 96 | - Collect many changes for propagate interface.
|
|---|
| 97 | Fix for pion incident at low energy: cannot go to deexitation directly
|
|---|
| 98 |
|
|---|
| 99 | 18-May-2007 Gunter Folger had-binary-V08-03-00
|
|---|
| 100 | - G4BinaryLightIonReaction: Protect against divide by 0 when energy momentum
|
|---|
| 101 | correction stalls (for numerical precision?)
|
|---|
| 102 |
|
|---|
| 103 | 04-May-2007 Gunter Folger tag had-binary-V08-02-01
|
|---|
| 104 | ----------------------------------------------------------------
|
|---|
| 105 | - G4RKPropagation.cc: protect against integrating 0 timeStep. This causes
|
|---|
| 106 | divide by 0 in integration.
|
|---|
| 107 |
|
|---|
| 108 | 29-jan-2007 Gunter Folger tag had-binary-V08-02-00
|
|---|
| 109 | ----------------------------------------------------------------
|
|---|
| 110 | - G4BinaryCascade::Capture(): add protection against divide by 0
|
|---|
| 111 |
|
|---|
| 112 | 13-june-03: Gunter
|
|---|
| 113 | Tag: binary_cascade_ion_baseline_01
|
|---|
| 114 | Can run >= 10k light ions, spectator peak clear. Requires generator/util with
|
|---|
| 115 | this tag.
|
|---|
| 116 |
|
|---|