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

Last change on this file since 1347 was 1347, checked in by garnier, 15 years ago

geant4 tag 9.4

File size: 6.4 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
1611 Nov 2010, G.Folger had-binary-V09-03-05
17- fix compilation errors and warnings in G4BinaryCascade.
18
1910 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
253 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
318 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
3531-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
4028-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
454-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
5013-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
549-Nov-2009, Gunter Folger had-binary-V09-02-04
55- Merge changes for BinaryCascade with changes by VU, see below.
56
575-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
6130 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
68 2. Including of captured particles (Due to absence of the options there
69 were a large energy-non-conservation).
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
774-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
8115-Jun-2009, Gunter Folger had-binary-V09-02-01
82- Commit files supposedly in had-binary-V09-02-00
83
8411-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
898-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
935-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
9817-Nov-2008 Vladimir Ivanchenko had-binary-V09-01-01
99G4BinaryCascade, G4BinaryLightIonReaction - added name of the model,
100 comment out welcome message
101
10227-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
11016-Nov-2007 Gunter Folger had-binary-V09-00-05
111- Correction in G4BinaryCascade for memory leak.
112
11316-Nov-2007 Gunter Folger had-binary-V09-00-04
114- remove one line of left over debug printing
115
11605-Nov-2007 Gunter Folger had-binary-V09-00-03
117- deactivate general debug printout in G4BinaryCascade
118
11905-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
12331-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
12818-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
13218-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
13604-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
14129-jan-2007 Gunter Folger tag had-binary-V08-02-00
142----------------------------------------------------------------
143- G4BinaryCascade::Capture(): add protection against divide by 0
144
14513-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
Note: See TracBrowser for help on using the repository browser.