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

Last change on this file since 1326 was 1228, checked in by garnier, 14 years ago

update geant4.9.3 tag

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