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

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

update ti head

File size: 5.8 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
168 Sep 2010, G.Folger had-binary-V09-03-02
17- Binary{LightIon}Cascade: use integer (A,Z) interface of nucleus
18- *Field.cc: use integer A,Z from G4V3DNucleus, and for G4FermiMomentum
19
2031-Aug-2010, V.Ivanchenko had-binary-V09-03-01
21- G4GeneratorPrecompoundInterface - define default deexcitation with
22 G4PreCompoundModel in the constructor
23 of the class
24
2528-Aug-2010, V.Ivanchenko had-binary-V09-03-00
26- G4GeneratorPrecompoundInterface - minor cleanup as a part of PreCompound
27 model cleanup: use integer Z and A,
28 added pointers to proton and neutron
29
304-Dec-2009, Gunter Folger had-binary-V09-02-06
31- Bug fix in G4BinaryCascade::ApplyCollision; decay products outside
32 nucleus were nevertheless counted in currentZ/A as if these were within
33 nucleus.
34
3513-Nov-2009, Gunter Folger had-binary-V09-02-05
36- Correct assignment to G4ThreeVector, avoid use of Vector=0;
37- Protect for void nucleus ( not even a single neutron ) after cascade
38
399-Nov-2009, Gunter Folger had-binary-V09-02-04
40- Merge changes for BinaryCascade with changes by VU, see below.
41
425-Oct-2009, Gunter Folger had-binary-V09-02-03
43- Make capture threshold a setable parameter in G4GeneratorPrecompoundInterface
44- Note that changes below to Binary (30 Aug) are NOT included in tag.
45
4630 August, V. Uzhinsky -- Proposed changes in bin.cascade to protect
47 energy-non-conservation in FTF+BIC
48 combination.
49 They are:
50
51 1. Shift of particle's formation times that the min. time=0.
52
53 2. Including of captured particles (Due to absend of the options there
54 were
55 a large energy-non-conservation).
56
57 3. GetExcitationEnergy() - correction for the case when all nucleons are
58 ejected.
59
60 4. Correction for the nuclear field for baryons.
61---------------------------------------------------------
62
634-Aug-2009, Gunter Folger had-binary-V09-02-02
64- Remove unused header file G4NucleiPropertiesTable.hh from
65 G4KM_NucleonEqRhs.cc, G4{Proton,Neutron}Field.cc
66
6715-Jun-2009, Gunter Folger had-binary-V09-02-01
68- Commit files supposedly in had-binary-V09-02-00
69
7011-Jun-2009 Gunter Folger had-binary-V09-02-00 <-- does not contain mods, only committed to ...-01
71- Add interface to set deexcitation handler in G4BinaryLightIonReaction used to
72 deexcite lighter initial nucleus;
73 precompound handling low energy interactions can be set, too.
74
758-Dec-2008 Gunter Folger had-binary-V09-01-03
76 G4BinaryCascade: previous tag inadvertedly added developement;
77 moved development to branch, and re-add data member initialisation.
78
795-Dec-2008 Gunter Folger had-binary-V09-01-02
80 G4BinaryCascade: make static instance of G4Scatterer in 1H1... data
81 member, to avoid bad late destruction of static instance
82 ( found by GC using valgrind )
83
8417-Nov-2008 Vladimir Ivanchenko had-binary-V09-01-01
85G4BinaryCascade, G4BinaryLightIonReaction - added name of the model,
86 comment out welcome message
87
8827-Oct-2008 Dennis Wright had-binary-V09-01-00
89- replace G4NucleiPropertiesTable::GetBindingEnergy(Z,A) with
90 G4NucleiProperties::GetBindingEnergy(A,Z) in
91 G4AntiProtonField.cc, G4KaonMinusField.cc, G4KaonPlusField.cc,
92 G4KaonZeroField.cc, G4PionMinusField.cc, G4PionPlusField.cc,
93 G4PionZeroField.cc, G4SigmaMinusField.cc, G4SigmaPlusField.cc,
94 G4SigmaZeroField.cc, G4KM_OpticalEqRhs.cc
95
9616-Nov-2007 Gunter Folger had-binary-V09-00-05
97- Correction in G4BinaryCascade for memory leak.
98
9916-Nov-2007 Gunter Folger had-binary-V09-00-04
100- remove one line of left over debug printing
101
10205-Nov-2007 Gunter Folger had-binary-V09-00-03
103- deactivate general debug printout in G4BinaryCascade
104
10505-Nov-2007 Gunter Folger had-binary-V09-00-02
106- Fixes for propagate: particles can decay outside nucleus, correct counting
107 for late particles
108
10931-Oct-2007 Gunter Folger had-binary-V09-00-01
110- G4BinaryLightIon... adapt to changes in BIC
111- Work around problem with very low energy pion (Coulomb barrier, nuclear mass
112 difference)
113
11418-Oct-2007 Gunter Folger had-binary-V09-00-00
115- Collect many changes for propagate interface.
116 Fix for pion incident at low energy: cannot go to deexitation directly
117
11818-May-2007 Gunter Folger had-binary-V08-03-00
119- G4BinaryLightIonReaction: Protect against divide by 0 when energy momentum
120 correction stalls (for numerical precision?)
121
12204-May-2007 Gunter Folger tag had-binary-V08-02-01
123----------------------------------------------------------------
124- G4RKPropagation.cc: protect against integrating 0 timeStep. This causes
125 divide by 0 in integration.
126
12729-jan-2007 Gunter Folger tag had-binary-V08-02-00
128----------------------------------------------------------------
129- G4BinaryCascade::Capture(): add protection against divide by 0
130
13113-june-03: Gunter
132 Tag: binary_cascade_ion_baseline_01
133 Can run >= 10k light ions, spectator peak clear. Requires generator/util with
134 this tag.
135
Note: See TracBrowser for help on using the repository browser.