source: trunk/source/processes/hadronic/models/binary_cascade/History@ 1199

Last change on this file since 1199 was 1196, checked in by garnier, 16 years ago

update CVS release candidate geant4.9.3.01

File size: 4.9 KB
Line 
1
2 ==========================================================
3 Geant4 - an Object-Oriented Toolkit for Physics Simulation
4 ==========================================================
5
6 History file for hadronic/models/binary_cascade directory
7 --------------------------------------------------------
8
9This file should be used to summarize modifications introduced in the
10code and to keep track of all tags.
11
12 ---------------------------------------------------------------
13 * Please list in reverse chronological order (last date on top)
14 ---------------------------------------------------------------
15
1613-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
209-Nov-2009, Gunter Folger had-binary-V09-02-04
21- Merge changes for BinaryCascade with changes by VU, see below.
22
235-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
2730 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
444-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
4815-Jun-2009, Gunter Folger had-binary-V09-02-01
49- Commit files supposedly in had-binary-V09-02-00
50
5111-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
568-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
605-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
6517-Nov-2008 Vladimir Ivanchenko had-binary-V09-01-01
66G4BinaryCascade, G4BinaryLightIonReaction - added name of the model,
67 comment out welcome message
68
6927-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
7716-Nov-2007 Gunter Folger had-binary-V09-00-05
78- Correction in G4BinaryCascade for memory leak.
79
8016-Nov-2007 Gunter Folger had-binary-V09-00-04
81- remove one line of left over debug printing
82
8305-Nov-2007 Gunter Folger had-binary-V09-00-03
84- deactivate general debug printout in G4BinaryCascade
85
8605-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
9031-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
9518-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
9918-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
10304-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
10829-jan-2007 Gunter Folger tag had-binary-V08-02-00
109----------------------------------------------------------------
110- G4BinaryCascade::Capture(): add protection against divide by 0
111
11213-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
Note: See TracBrowser for help on using the repository browser.