| [819] | 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 |
|
|---|
| [1347] | 16 | 11 Nov 2010, G.Folger had-binary-V09-03-05
|
|---|
| 17 | - fix compilation errors and warnings in G4BinaryCascade.
|
|---|
| 18 |
|
|---|
| 19 | 10 Nov 2010, G.Folger had-binary-V09-03-04
|
|---|
| 20 | - *** lower CaptureThreshold in G4GeneratorPrecompoundInterface.cc
|
|---|
| 21 | from 80 to 10 MeV.
|
|---|
| 22 | - G4BinaryCascade: disable G4Exception in StepParticlesOut() introduced in
|
|---|
| 23 | previous tag. Need to investigate why this happens first.
|
|---|
| 24 |
|
|---|
| 25 | 3 Nov 2010, G.Folger had-binary-V09-03-03
|
|---|
| 26 | - Fix coverity warnings
|
|---|
| 27 | - in Propagate(), mem leak for products
|
|---|
| 28 | - in StepParticlesOut, check return code of GetSphereInter....
|
|---|
| 29 | - Scatter1H1(0 always check secs
|
|---|
| 30 |
|
|---|
| [1340] | 31 | 8 Sep 2010, G.Folger had-binary-V09-03-02
|
|---|
| 32 | - Binary{LightIon}Cascade: use integer (A,Z) interface of nucleus
|
|---|
| 33 | - *Field.cc: use integer A,Z from G4V3DNucleus, and for G4FermiMomentum
|
|---|
| 34 |
|
|---|
| 35 | 31-Aug-2010, V.Ivanchenko had-binary-V09-03-01
|
|---|
| 36 | - G4GeneratorPrecompoundInterface - define default deexcitation with
|
|---|
| 37 | G4PreCompoundModel in the constructor
|
|---|
| 38 | of the class
|
|---|
| 39 |
|
|---|
| 40 | 28-Aug-2010, V.Ivanchenko had-binary-V09-03-00
|
|---|
| 41 | - G4GeneratorPrecompoundInterface - minor cleanup as a part of PreCompound
|
|---|
| 42 | model cleanup: use integer Z and A,
|
|---|
| 43 | added pointers to proton and neutron
|
|---|
| 44 |
|
|---|
| [1228] | 45 | 4-Dec-2009, Gunter Folger had-binary-V09-02-06
|
|---|
| 46 | - Bug fix in G4BinaryCascade::ApplyCollision; decay products outside
|
|---|
| 47 | nucleus were nevertheless counted in currentZ/A as if these were within
|
|---|
| 48 | nucleus.
|
|---|
| 49 |
|
|---|
| [1196] | 50 | 13-Nov-2009, Gunter Folger had-binary-V09-02-05
|
|---|
| 51 | - Correct assignment to G4ThreeVector, avoid use of Vector=0;
|
|---|
| 52 | - Protect for void nucleus ( not even a single neutron ) after cascade
|
|---|
| 53 |
|
|---|
| 54 | 9-Nov-2009, Gunter Folger had-binary-V09-02-04
|
|---|
| 55 | - Merge changes for BinaryCascade with changes by VU, see below.
|
|---|
| 56 |
|
|---|
| 57 | 5-Oct-2009, Gunter Folger had-binary-V09-02-03
|
|---|
| 58 | - Make capture threshold a setable parameter in G4GeneratorPrecompoundInterface
|
|---|
| 59 | - Note that changes below to Binary (30 Aug) are NOT included in tag.
|
|---|
| 60 |
|
|---|
| 61 | 30 August, V. Uzhinsky -- Proposed changes in bin.cascade to protect
|
|---|
| 62 | energy-non-conservation in FTF+BIC
|
|---|
| 63 | combination.
|
|---|
| 64 | They are:
|
|---|
| 65 |
|
|---|
| 66 | 1. Shift of particle's formation times that the min. time=0.
|
|---|
| 67 |
|
|---|
| [1347] | 68 | 2. Including of captured particles (Due to absence of the options there
|
|---|
| 69 | were a large energy-non-conservation).
|
|---|
| [1196] | 70 |
|
|---|
| 71 | 3. GetExcitationEnergy() - correction for the case when all nucleons are
|
|---|
| 72 | ejected.
|
|---|
| 73 |
|
|---|
| 74 | 4. Correction for the nuclear field for baryons.
|
|---|
| 75 | ---------------------------------------------------------
|
|---|
| 76 |
|
|---|
| 77 | 4-Aug-2009, Gunter Folger had-binary-V09-02-02
|
|---|
| 78 | - Remove unused header file G4NucleiPropertiesTable.hh from
|
|---|
| 79 | G4KM_NucleonEqRhs.cc, G4{Proton,Neutron}Field.cc
|
|---|
| 80 |
|
|---|
| 81 | 15-Jun-2009, Gunter Folger had-binary-V09-02-01
|
|---|
| 82 | - Commit files supposedly in had-binary-V09-02-00
|
|---|
| 83 |
|
|---|
| 84 | 11-Jun-2009 Gunter Folger had-binary-V09-02-00 <-- does not contain mods, only committed to ...-01
|
|---|
| 85 | - Add interface to set deexcitation handler in G4BinaryLightIonReaction used to
|
|---|
| 86 | deexcite lighter initial nucleus;
|
|---|
| 87 | precompound handling low energy interactions can be set, too.
|
|---|
| 88 |
|
|---|
| [962] | 89 | 8-Dec-2008 Gunter Folger had-binary-V09-01-03
|
|---|
| 90 | G4BinaryCascade: previous tag inadvertedly added developement;
|
|---|
| 91 | moved development to branch, and re-add data member initialisation.
|
|---|
| 92 |
|
|---|
| 93 | 5-Dec-2008 Gunter Folger had-binary-V09-01-02
|
|---|
| 94 | G4BinaryCascade: make static instance of G4Scatterer in 1H1... data
|
|---|
| 95 | member, to avoid bad late destruction of static instance
|
|---|
| 96 | ( found by GC using valgrind )
|
|---|
| 97 |
|
|---|
| 98 | 17-Nov-2008 Vladimir Ivanchenko had-binary-V09-01-01
|
|---|
| 99 | G4BinaryCascade, G4BinaryLightIonReaction - added name of the model,
|
|---|
| 100 | comment out welcome message
|
|---|
| 101 |
|
|---|
| 102 | 27-Oct-2008 Dennis Wright had-binary-V09-01-00
|
|---|
| 103 | - replace G4NucleiPropertiesTable::GetBindingEnergy(Z,A) with
|
|---|
| 104 | G4NucleiProperties::GetBindingEnergy(A,Z) in
|
|---|
| 105 | G4AntiProtonField.cc, G4KaonMinusField.cc, G4KaonPlusField.cc,
|
|---|
| 106 | G4KaonZeroField.cc, G4PionMinusField.cc, G4PionPlusField.cc,
|
|---|
| 107 | G4PionZeroField.cc, G4SigmaMinusField.cc, G4SigmaPlusField.cc,
|
|---|
| 108 | G4SigmaZeroField.cc, G4KM_OpticalEqRhs.cc
|
|---|
| 109 |
|
|---|
| [819] | 110 | 16-Nov-2007 Gunter Folger had-binary-V09-00-05
|
|---|
| 111 | - Correction in G4BinaryCascade for memory leak.
|
|---|
| 112 |
|
|---|
| 113 | 16-Nov-2007 Gunter Folger had-binary-V09-00-04
|
|---|
| 114 | - remove one line of left over debug printing
|
|---|
| 115 |
|
|---|
| 116 | 05-Nov-2007 Gunter Folger had-binary-V09-00-03
|
|---|
| 117 | - deactivate general debug printout in G4BinaryCascade
|
|---|
| 118 |
|
|---|
| 119 | 05-Nov-2007 Gunter Folger had-binary-V09-00-02
|
|---|
| 120 | - Fixes for propagate: particles can decay outside nucleus, correct counting
|
|---|
| 121 | for late particles
|
|---|
| 122 |
|
|---|
| 123 | 31-Oct-2007 Gunter Folger had-binary-V09-00-01
|
|---|
| 124 | - G4BinaryLightIon... adapt to changes in BIC
|
|---|
| 125 | - Work around problem with very low energy pion (Coulomb barrier, nuclear mass
|
|---|
| 126 | difference)
|
|---|
| 127 |
|
|---|
| 128 | 18-Oct-2007 Gunter Folger had-binary-V09-00-00
|
|---|
| 129 | - Collect many changes for propagate interface.
|
|---|
| 130 | Fix for pion incident at low energy: cannot go to deexitation directly
|
|---|
| 131 |
|
|---|
| 132 | 18-May-2007 Gunter Folger had-binary-V08-03-00
|
|---|
| 133 | - G4BinaryLightIonReaction: Protect against divide by 0 when energy momentum
|
|---|
| 134 | correction stalls (for numerical precision?)
|
|---|
| 135 |
|
|---|
| 136 | 04-May-2007 Gunter Folger tag had-binary-V08-02-01
|
|---|
| 137 | ----------------------------------------------------------------
|
|---|
| 138 | - G4RKPropagation.cc: protect against integrating 0 timeStep. This causes
|
|---|
| 139 | divide by 0 in integration.
|
|---|
| 140 |
|
|---|
| 141 | 29-jan-2007 Gunter Folger tag had-binary-V08-02-00
|
|---|
| 142 | ----------------------------------------------------------------
|
|---|
| 143 | - G4BinaryCascade::Capture(): add protection against divide by 0
|
|---|
| 144 |
|
|---|
| 145 | 13-june-03: Gunter
|
|---|
| 146 | Tag: binary_cascade_ion_baseline_01
|
|---|
| 147 | Can run >= 10k light ions, spectator peak clear. Requires generator/util with
|
|---|
| 148 | this tag.
|
|---|
| 149 |
|
|---|