source: trunk/source/processes/hadronic/models/de_excitation/History @ 846

Last change on this file since 846 was 819, checked in by garnier, 16 years ago

import all except CVS

File size: 7.6 KB
Line 
1-------------------------------------------------------------------
2
3     ==========================================================
4     Geant4 - an Object-Oriented Toolkit for Physics Simulation
5     ==========================================================
6
7          History file for hadronic/models/de_excitation
8          ----------------------------------------------
9
10This file should be used to summarize modifications introduced in the
11code and to keep track of all tags.
12
13     ---------------------------------------------------------------
14     * Please list in reverse chronological order (last date on top)
15     ---------------------------------------------------------------
16
17 23 April 2008 Gabriele Cosmo (hadr-deex-V09-00-07)
18---------------------------------------------------
19- Tag for release 9.1.p02.
20
21 21 March 2008 Dennis Wright (hadr-deex-V09-01-00)
22--------------------------------------------------
23- added parentheses to fix gcc-4.3 compiler warnings in
24  G4StatMFChannel::CheckFragments and ::PlaceFragments
25
26 15 November 2007 Alex Howard (hadr-deex-V09-00-06)
27---------------------------------------------------
28- Added Jose Manuel Quesada's modification to util/src/G4CoulombBarrier.cc in
29  order to go back to the original Dostrovski's formulation which is described
30  in the Physics Reference Manual.  The previous implementation (from Vicente
31  Lara) was inconsistent and less to an under-estimate of the Coulomb Barrier.
32
33
34 15 November 2007 F Lei (hadr-deex-V09-00-05)
35---------------------------------------------------
36- photon_evaporation
37  bug fix #952. Changes to G4VGammaDeexciation.cc:line 279;
38                        G4NuclearLevelManageer.cc:line 189;
39                        G4ContinuumGammaDeexcitation.cc:line133. 
40
41
42 01 November 2007 Dennis Wright (hadr-deex-V09-00-04)
43-----------------------------------------------------
44- suppressed gamma level file warnings in G4NuclearLevelManager.cc
45  To turn them on again, set pre-compiler flag
46  CPPFLAGS += -DGAMMAFILEWARNING
47 
48
49 01 October 2007 Alex Howard (hadr-deex-V09-00-03)
50---------------------------------------------------
51- Protected Rj (Q_beta) factor against divide by zeroes - occurs occasionally.
52  Following files were altered:
53  G4AlphaEvaporationProbability.hh, G4He3EvaporationProbability.hh,
54  G4DeuteronEvaporationProbability.hh, G4NeutronEvaporationProbability.hh,
55  G4TritonEvaporationProbability.hh, G4ProtonEvaporationProbability.hh
56
57
58 19 September 2007 Alex Howard (hadr-deex-V09-00-02)
59---------------------------------------------------
60- Removed atomic mass number from "gamma factor" within
61  G4DeuteronEvaporationProbability.cc, G4TritonEvaporationProbability.cc,
62  G4He3EvaporationProbability.cc, G4AlphaEvaporationProbability.cc
63
64
65 23 August 2007 Alex Howard (hadr-deex-V09-00-01)
66-----------------------------------------------
67- Removed Coulomb Barrier to beta parameter as it's already included in the
68  inverse cross-section formula and is introduced in terms of the energy limit
69  of the integration.
70- Introduced missing Rj factor in the following files (evaporation module):
71  G4EvaporationProbability.cc, G4EvaporationProbability.hh,
72  G4AlphaEvaporationProbability.hh, G4DeuteronEvaporationProbability.hh,
73  G4He3EvaporationProbability.hh, G4NeutronEvaporationProbability.hh,
74  G4ProtonEvaporationProbability.hh, G4TritonEvaporationProbability.hh
75
76
77 28 July 2007 Alex Howard (hadr-deex-V09-00-00)
78-----------------------------------------------
79- Added Coulomb Barrier to Beta parameter for inverse channel
80cross-section. Needs verification.  Required additions and changes to the
81following files:
82G4EvaporationProbability.hh, G4EvaporationProbability.cc,
83G4AlphaEvaporationProbability.hh, G4DeuteronEvaporationProbability.hh,
84G4He3EvaporationProbability.hh, G4NeutronEvaporationProbability.hh,
85G4ProtonEvaporationProbability.hh, G4TritonEvaporationProbability.hh,
86G4AlphaEvaporationProbability.cc, G4DeuteronEvaporationProbability.cc,
87G4He3EvaporationProbability.cc, G4NeutronEvaporationProbability.cc,
88G4ProtonEvaporationProbability.cc, G4TritonEvaporationProbability.cc
89
90
91 5 June 2007 Alex Howard (hadr-deex-V08-03-01)
92-----------------------------------------------
93- Fixed bug in fix "hadr-deex-V08-03-00" - deleted pointers and iterators were
94  attempted to be accessed.  Now a final state iterator list is created and
95  filled when necessary.
96
97
98 18 May 2007 Alex Howard (hadr-deex-V08-03-00)
99-----------------------------------------------
100- Fixed bug in low A,Z false condition in G4DiscreteGammaDeexcitation.cc, now
101the condition is (Z<2 || A<3 || Z>98) false (so stops at Cf rather than >100)
102and includes helium (previously excluded)
103- Fixed bug in pointer to iterator moving before its beginning G4ExcitationHandler.cc
104
105 14 Feb 2007 Alex Howard (hadr-deex-V08-02-02)
106-----------------------------------------------
107- evaporation
108   Added protection to exclude negative probabilities from the
109   "competitive channel sum". With fix below this should only happen due to
110   a precision error, but is protected nonetheless.
111
112 12 Feb 2007 Alex Howard (hadr-deex-V08-02-01)
113-----------------------------------------------
114- fission
115   Fixed probability to no longer be negative. Is now equivalent to what is
116   written in the Physics Reference Manual. Vicente Lara suggested/agreed
117   with fix.
118
119 5 Jan 2007 Dennis Wright (hadr-deex-V08-02-00)
120-----------------------------------------------
121- fission
122   Fixed several memory leaks in G4ParaFissionModel
123
12419 Aug 2006 Dennis Wright (hadr-deex-V08-01-00)
125-----------------------------------------------
126- multifragmentation
127   G4VStatMFMacroCluster.hh : removed meaningless const qualifier from
128   methods GetInvLevelDensity, GetZARatio and GetSize
129 
130- handler
131   G4ExcitationHandler.hh : removed meaningless const qualifier from
132   mehtods GetMaxZ, GetMaxA and GetMinE
133
13420 Apr 2006 Dennis Wright (hadr-deex-V08-00-03)
135-----------------------------------------------
136- photon_evaporation
137   G4NuclearLevelManager.cc : in method MakeLevels(), restrict the missing
138       file warning to Z > 10
139
14008 Apr 2006 Dennis Wright (hadr-deex-V08-00-02)
141----------------------------------------------
142- photon_evaporation
143  G4PhotonEvaporation.cc : in method BreakItUp(), fix memory leak -
144       delete entries to armProducts vector.  This is in response to
145       bug report 851.
146
14705 Jan 2006 Dennis Wright (hadr-deex-V08-00-01)
148----------------------------------------------
149
150- photon_evaporation
151   G4NuclearLevelManager.cc : in method MakeLevels(), re-enable the
152       warning that no gamma levels file exists. This is in response
153       to bug report 814.
154
155- fission
156   G4ParaFissionModel.hh : fix compilation errors which do not show up
157       because there is no .cc file.  This is in response to bug report
158       817.  Note: splitting this class into header and implementation
159       files will have to wait for a directory re-organization because
160       as it stands now, there are circular dependencies between the
161       fission and evaporation directories.
162
16324 Nov 2005 Dennis Wright (hadr-deex-V07-01-00)
164----------------------------------------------
165
166- photon_evaporation (tag hadr-deex-photo-V07-01-00 by Aatos Heikkinen)
167   <sstream> migration for G4NuclearLevelManager.cc,
168                           G4NuclearLevelDataStore.cc,
169                           G4DiscreteGammaDeexcitation.cc
170   minor update of G4VGammaDeexcitation.cc
171
172- util (tag hadr-deex-util-V07-01-00 by Aatos Heikkinen)
173   <sstream> migration for G4CoulombBarrier.cc
174                           G4VCoulombBarrier.cc,
175
176- gem_evaporation (tag hadr-deex-gem-V07-01-00 by Aatos Heikkinen)
177   <sstream> migration for G4GEMCoulombBarrierHE.cc
178
179- fermi_breakup (tag hadr-deex-fermi-V07-01-00 by Aatos Heikkinen)
180   <sstream> migration for G4FermiSplitter.cc
181
182
183
Note: See TracBrowser for help on using the repository browser.