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

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

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File size: 29.2 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
179 June 2010 Vladimir Ivanchenko (hadr-deex-V09-03-18)
18----------------------------------------------------------
19- G4Evaporation - fixed problem of isotope production for high Z
20                  fragments introduced in previous tags
21
2225 May 2010 Vladimir Ivanchenko (hadr-deex-V09-03-17)
23----------------------------------------------------------
24- G4E1Probability - added numerical protection to avoid division by zero
25
2619 May 2010 Vladimir Ivanchenko (hadr-deex-V09-03-16)
27----------------------------------------------------------
28- G4UnstableFragmentBreakUp - fix selection of decay channel by addition of check
29                              on residual fragment Z and A (addressed
30                              problem reported stt for the tag 03-14)
31
3219 May 2010 Vladimir Ivanchenko (hadr-deex-V09-03-15)
33----------------------------------------------------------
34- G4UnstableFragmentBreakUp - fixed selection of decay channel
35- G4E1Probability - code cleanup and optimisation by usage of G4Pow, integer A
36                    and introduction of const members
37- G4GEMProbability - code cleanup and optimisation by usage of G4Pow and integer Z,A
38- G4ExcitationHandler - forced  FermiBreakUp for A < 5
39- G4PhotonEvaporation - (F.Lei) added correction of electron state after emission
40- G4FermiFragmentsPool - JMQ fixed fragment 111
41
4211 May 2010 Vladimir Ivanchenko (hadr-deex-V09-03-14)
43----------------------------------------------------------
44- G4UnstableFragmentBreakUp - new class to decay exotic fragmnet (like 2n or 2p)
45- G4Evaporation - added call to G4UnstableFragmentBreakUp if natural abandances
46                  of cold fragment is zero; optimized logic of stopping of
47                  evaporation loop
48- G4PhotonEvaporation - cleanup new methods EmittedFragment and BreakUpFragment
49- G4ExcitationHandler - use BreakUpFragment method for photon deexcitation
50
5110 May 2010 Vladimir Ivanchenko (hadr-deex-V09-03-13)
52----------------------------------------------------------
53- G4VGammaDeexcitation - take into account bounding energy of electron
54                         in the case of electron emmision; fixed kinematic
55- G4DiscreteGammaTransition - Removed unphysical corretions of gamma energy;
56                         fixed default particle as gamma; do not subtract
57                         bounding energy in case of electron emmision
58- G4ExcitationHandler - allowed emmision e- instead of gamma due to internal conversion
59
60
6103 May 2010 Vladimir Ivanchenko (hadr-deex-V09-03-12)
62----------------------------------------------------------
63- G4Evaporation - improved condition how to stop deexcitation loop
64- G4VGammaDeexcitation - take into account electron mass in the case of
65                         electron emmision
66- G4PhotonEvaporation - improved printout
67- G4ExcitationHandler - disable MFM
68- G4StatMFFragment, G4CompetitiveFission, G4EvaporationProbability,
69  G4GEMProbability - use correct header files
70
7128 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-11)
72----------------------------------------------------------
73- G4ExcitationHandler - (JQM+VI) add check on stability of primary;
74                                 do evaporation if FermiBreakUp or MFM
75                                 cannot deexcite a fragment;
76                                 added SetParameters method
77- G4Evaporation - rewrite BreakUp method; added Initialise method, where setup
78                  all options and not at run time; added InitialiseEvaporation
79                  method to setup decay channels; changed order of decay
80                  channels - first photon evaporation, second - fision,
81                  after all other channels as before
82- virtual interfaces - moved constructors and destructors to source files
83
8426 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-10)
85----------------------------------------------------------
86- G4FermiConfiguration - (JQM) parameter of Coulomb energy Kappa is changed
87                          from 1 to 6 according to recommendation of original
88                          author of the model A. Botvina
89- G4FermiPhaseSpaceDecay - (JQM) improved model of sampling of kinetic energy;
90                         - (VI) cleanup the code by using G4Pow; moved constructor
91                            and destructor to the source
92
9325 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-09)
94----------------------------------------------------------
95- G4ExcitationHandler - (JQM+VI) apply FermiBreakUp to fragments with A>1
96                        (before was A>4) in order to reduce number of
97                        fake gamma produced in order deexcite light
98                        fragments; added parameter minExcitation = 1 keV
99- G4VEvaporationChannel, G4PhotonEvaporation - added 2 new virtual methods
100                        EmittedFragment and BreakUpFragment
101
10223 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-08)
103----------------------------------------------------------
104- G4VGammaDeexcitation - kinematic of 2-body decay rewritten
105- G4DiscreteGammaTransition, G4DiscreteGammaDeexcitation,
106  G4ContinuumGammaDeexcitation - set energy tolerance 1 keV;
107                                 set destructors to be virtual
108
10921 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-07)
110----------------------------------------------------------
111- G4FermiFragmentsPool - (JMQ) extended list of stable fragments
112- G4DiscreteGammaTransition - (JMQ) make transition depended on Z and A
113                                    (before was only Z) and added
114                                    energy tolerance
115- G4ContinuumGammaDeexcitation - (JQM) more accurate Lorentz computations
116- G4VGammaDeexcitation - (JMQ) improved Lorentz computations
117
11820 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-06)
119----------------------------------------------------------
120- G4GEMProbability - (JQM + VI) fixed numerical problem (division by zero)
121
12216 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-05)
123----------------------------------------------------------
124- G4ExcitationHandler - enable Multi-Fragmentation model
125- G4StatMFMacroTemperature - cleanup logic of solving equation for
126           temperature; moved constructors and destructor to source
127
12809 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-04)
129----------------------------------------------------------
130- G4ProtonEvaporationProbability, G4DeuteronEvaporationProbability,
131  G4TritonEvaporationProbability, G4He3EvaporationProbability,
132  G4AlphaEvaporationProbability - (JMQ) return back to published
133               variant OPT3 (Kalbach) parameterization of inverse
134               cross section
135
13605 March 2010 Vladimir Ivanchenko (hadr-deex-V09-03-03)
137----------------------------------------------------------
138- G4Evaporation - set as a default variant evaporation combined
139                  standard + GEM probabilities
140
14117 February 2009 Vladimir Ivanchenko (hadr-deex-V09-03-02)
142----------------------------------------------------------
143- G4ExcitationHandler - deactivate Multi-Fragmentation model
144
14505 February 2009 Vladimir Ivanchenko (hadr-deex-V09-03-01)
146----------------------------------------------------------
147- G4ExcitationHandler - activate FermiBreakUp and Multi-Fragmentation models
148
14918 January 2010  Vladimir Ivanchenko (hadr-deex-V09-03-00)
150----------------------------------------------------------
151- Move 9.3 version to the head of cvs for following files: G4FissionBarrier.hh,
152  G4FissionBarrier.cc, G4VGammaDeexcitation.cc, G4VGammaDeexcitation.hh,
153
15409 December 2009 Gunter Folger  (hadr-deex-V09-02-23)
155-----------------------------------------------------
156- Include fixes in ablation by Pete Truscott:
157   Ablation has been updated, largely to comply with updates in
158   G4Evaporation, but also some oddities in the way G4Fragment works
159   (or doesn't work!), and to fix a bug in fragment identification
160   when evaporation isn't used.
161
16201 December 2009 Gabriele Cosmo (hadr-deex-V09-02-22)
163-----------------------------------------------------
164- Fixed singletons in utils sub-module to canonical form, to help preventing
165  leaks reported by Valgrind (tag hadr-deex-util-V09-02-01).
166- Corrected argument to std::pow() in G4FermiConfiguration.cc to fix
167  compilation problem on Windows VC7.
168
16927 November 2009 Vladimir Ivanchenko (hadr-deex-V09-02-21)
170----------------------------------------------------------
171- G4ExcitationHandler - cleanup the logic; reduce number internal vectors;
172                        fixed memory leak; should work bit faster
173
17424 November 2009 Vladimir Ivanchenko (hadr-deex-V09-02-20)
175----------------------------------------------------------
176- G4ExcitationHandler - fixed double deletion only on top of tag 18
177
17823 November 2009 Vladimir Ivanchenko (hadr-deex-V09-02-19)
179----------------------------------------------------------
180- G4ExcitationHandler - fixed double deletion; cleanup logic of
181                        new/delete of intermediate G4Fragments
182                        reducing number of coping
183
18422 November 2009 Vladimir Ivanchenko (hadr-deex-V09-02-18)
185----------------------------------------------------------
186- G4FissionLevelDensityParameter tuning using IAEA benchmark
187
18819 November 2009 Vladimir Ivanchenko (hadr-deex-V09-02-17)
189----------------------------------------------------------
190- G4ExcitationHandler - fixed memory leak
191
19219 November 2009 Vladimir Ivanchenko (hadr-deex-V09-02-16)
193----------------------------------------------------------
194-  J.M.Quesada retuning for IAEA spallation data fission parameters
195    in G4FissionParameters and G4FissionLevelDensityParameter
196-  J.M.Quesada improved implementation of Gamma function computation
197    in configuration weight inside G4FermiConfiguration
198-  V.Ivanchenko added a G4NeutronRadCapture model (a simple 1 gamma
199                emission with 4-momentum balance)
200-  V.Ivanchenko return default setup of 9.2 for G4ExcitationHandler
201
20208 October 2009 Vladimir Ivanchenko (hadr-deex-V09-02-15)
203----------------------------------------------------------
204-  J.M.Quesada fixed old problem in G4GEMChannel - computation of
205        Coulomb barrier was not consistent with G4GEMProbability
206
20725 September 2009 Vladimir Ivanchenko (hadr-deex-V09-02-14)
208----------------------------------------------------------
209-  J.M.Quesada fixed G4GEMProbability and G4GEMChannel to provide
210   the same probability as proposed in original papers;
211   J.M.Quesada fixed G4ExitationHandler to for the case when FermiBreakUp
212   and multi-fragmentation model are activated;
213-  V.Ivanchenko added a protection on unphysical initial state in G4GEMChannel
214
21516 September 2009 Vladimir Ivanchenko (hadr-deex-V09-02-13)
216----------------------------------------------------------
217-  J.M.Quesada updated nearly all classes of GEM sub-package by
218   introduction new classes G4GEMCoulombBarrier, G4AlphaGEMCoulombBarrier,
219   G4DeuteronGEMCoulombBarrier, G4He3GEMCoulombBarrier,
220   G4ProtonGEMCoulombBarrier, G4TritonGEMCoulombBarrier and corresponding
221   changings in other classes of the sub-package;
222   fixed units inside G4GEMProbability computations
223
22427 July 2009 Vladimir Ivanchenko (hadr-deex-V09-02-12)
225---------------------------------------------------------
226- G4EvaporationGEMFactory - cleanup
227- G4Evaporation - added method SetCombinedCannels to define new evaporation
228                  factory G4EvaporationDefaultGEMFactory
229- G4EvaporationDefaultGEMFactory - new class proposed by J.M.Quesada in
230                    which light mesons probabilities are computed from
231                    default classes and other fragments from GEM
232- G4FissionLevelDensityParameter, G4FissionParameters - J.M.Quesada tuning
233                    to IAEA benchmark data
234
23515 July 2009 Vladimir Ivanchenko (hadr-deex-V09-02-11)
236---------------------------------------------------------
237- G4GEMProbability - J.M.Quesada fixed units (hbar_Plank -> hbarc)
238
2399 July 2009 Vladimir Ivanchenko (hadr-deex-V09-02-10)
240---------------------------------------------------------
241- G4FermiFragmentsPool - J.M.Quesada fixed units (keV -> MeV), removed
242                         wrong levels, added new levels according
243                         to  http://www.nndc.bnl.gov/chart
244
24513 March 2009 Vladimir Ivanchenko (hadr-deex-V09-02-09)
246---------------------------------------------------------
247- G4CompetitiveFission - fixed 4-momentum balance by using direct Lorentz
248                         computations (JMQ);
249                       - use G4 units (VI).
250 
25112 March 2009 Alexander Howard (hadr-deex-V09-02-08)
252----------------------------------------------------
253- Added Tatsumi's fixes ( G4GEMProbability.cc and G4GEMChannel.cc ) to GEM
254  on top of patch9-02 ("hadr-deex-V09-02-07" and "hadr-deex-util-V09-02-00")
255
25604 March 2009 Gabriele Cosmo
257----------------------------
258- Fixed leaks in singleton classes in the 'util' module. Corrected wherever
259  needed inlining of constructors/destructors for base classes and usage of
260  virtual specification. Corresponds to tag "hadr-deex-util-V09-02-00".
261
26215 February 2009 Vladimir Ivanchenko (hadr-deex-V09-02-07)
263---------------------------------------------------------
264- G4EvaporationProbability - hbar_Plank substituted by hbarc (JMQ fix)
265- G4FissionProbability - fixed forgotten parenthesis (JMQ fix)
266
26713 February 2009 Vladimir Ivanchenko (hadr-deex-V09-02-06)
268---------------------------------------------------------
269- Jose Manuel Quesada change the shape of probabilities (back to 9.2)
270  for d, t, He3, alpha near the Coulomb barrier
271
27212 February 2009 Vladimir Ivanchenko (hadr-deex-V09-02-05)
273---------------------------------------------------------
274- Jose Manuel Quesada change the shape of probabilities
275  for d, t, He3, alpha near the Coulomb barrier
276
27711 February 2009 Vladimir Ivanchenko (hadr-deex-V09-02-04)
278---------------------------------------------------------
279- Jose Manuel Quesada set default OPT=3 back for all particles
280  and add smearing of Coloumb barriers of d, t, he3, alpha
281
28210 February 2009 Vladimir Ivanchenko (hadr-deex-V09-02-03)
283---------------------------------------------------------
284- Exclude updated G4VGammaDeexcitation
285
28610 February 2009 Vladimir Ivanchenko (hadr-deex-V09-02-02)
287---------------------------------------------------------
288- Jose Manuel Quesada set default OPT=3 for evaporation of protons
289  and neutrons and OPT=1 for deuterons, tritons, alpha and He3
290
29110 February 2009 Vladimir Ivanchenko (hadr-deex-V09-02-01)
292---------------------------------------------------------
293- Miguel Cortes added extra protection to G4VGammaDeexcitation
294
29527 January 2009 Vladimir Ivanchenko (hadr-deex-V09-02-00)
296--------------------------------------------------------
297- Miguel Cortes fix of Lorentz transformation in G4VGammaDeexcitation,
298  which provides Doppler broading of gamma lines
299
30009 December 2008 Alexander Howard (hadr-deex-V09-01-25)
301----------------------------------------------------
302- further increased verbosity in G4Evaporation.cc to try to understand channel
303  probability failure in very rare case
304
30508 December 2008 Alexander Howard (hadr-deex-V09-01-24)
306----------------------------------------------------
307- increased verbosity in G4Evaporation.cc to try to understand channel
308  probability failure in very rare case
309
31027 November 2008 Alexander Howard (hadr-deex-V09-01-23)
311----------------------------------------------------
312- added delete to G4EvaporationChannel.cc to fix memory leak
313 
31419 November 2008 Dennis Wright (hadr-deex-V09-01-22)
315----------------------------------------------------
316- fixed bug #1028 in fission/G4CompetitiveFission::FissionCharge:
317  trivial change of A to Af in line 343
318 
31919 November 2008 V.Ivanchenko (hadr-deex-V09-01-21)
320---------------------------------------------------
321- added comments to modifications of MF model
322
32319 November 2008 Alexander Howard (hadr-deex-V09-01-20)
324-----------------------------------------------------
325- Switched OFF FermiBreakUp by default.
326
32719 November 2008 Alexander Howard (hadr-deex-V09-01-19)
328-----------------------------------------------------
329- Fix from JMQ for Zirconium (nu remains always positive in
330  G4NeutronEvaporationProbability.cc)
331
33218 November 2008 Alexander Howard (hadr-deex-V09-01-18)
333-----------------------------------------------------
334- Fix in G4GEMChannel.cc according to T. Koi (anA,aZ) -> (AResidual,ZResidual)
335  for pairing correction in ExEnergy.
336
33705 November 2008 Gabriele Cosmo (hadr-deex-V09-01-17)
338-----------------------------------------------------
339- Fix in evaporation/G4DeuteronEvaporationProbability.cc for compilation
340  error on Windows-VC++; fixed typo in class scope specification for a
341  couple of methods...
342
34305 November 2008 Dennis Wright (hadr-deex-V09-01-16)
344----------------------------------------------------
345- multifragmentation/G4StatMFChannel.cc: fix gcc 4.3 compiler warnings
346  at lines 94 and 226.  (place parentheses around && in ||)
347
34824 October 2008 Dennis Wright (hadr-deex-V09-01-15)
349---------------------------------------------------
350- replace G4NucleiPropertiesTable::GetBindingEnergy with
351  G4NucleiProperties::GetBindingEnergy in G4StatMFMacroTriNucleon,
352  G4StatMFMacroBiNucleon, and G4StatMFMacroTetraNucleon
353
35430 September 2008 A.Howard (hadr-deex-V09-01-14)
355---------------------------------------------------
356Correct tag of the head + trivial fix from JMQ to prevent negative
357cross-sections for incident protons on targets with A < Carbon.
358
359
36019 September 2008 A.Howard (hadr-deex-V09-01-13)
361---------------------------------------------------
362First inclusion of JMQ's recent changes to evaporation and handler.
363Directories touched: evaporation (everywhere), handler (MAC's changes + JMQ
364interface changes), management (G4VEvaporationChannel.hh (interface)), util
365(G4VEmissionProbability.hh (interface)) - MIS-TAGGED - this is closer to ref07
366***********PLEASE IGNORE**********
367
368
36925 July 2008 V.Ivanchenko (hadr-deex-V09-01-12)
370---------------------------------------------------
371Multi-Fragmentation model have been fixed by I.Pshenichnov in collaboration
372with Alexander Botvina and Igor Mishustin (FIAS, Frankfurt, INR,
373Moscow and Kurchatov Institute, Moscow, pshenich@fias.uni-frankfurt.de)
374
375G4StatMFMacroTemperature - return original algorithm
376G4StatMFMacroMultiplicity - additional checks in solver of equation
377                            for the chemical potential
378G4StatMFMacroCanonical - fixed infinite loop for a fagment with Z=A;
379                         fixed memory leak
380G4StatMFChannel - fixed semi-infine loop
381G4StatMFMacroMultiNucleon - fixed computation of the symmetry energy
382
38324 July 2008 V.Ivanchenko (hadr-deex-V09-01-11)
384---------------------------------------------------
385G4EvaporationProbability - Coulomb barrier upgraded (J. M. Quesada)
386
38712 July 2008 V.Ivanchenko (hadr-deex-V09-01-10)
388---------------------------------------------------
389Integraded fixes in G4EvaporationProbabilities and the tag hadr-deex-V09-01-08,
390OPT=2 is set (J. M. Quesada)
391
39205 June 2008 A.Howard (hadr-deex-V09-01-09)
393---------------------------------------------------
394
395Fixed memory leak in G4ExcitationHandler thanks to Tatsumi Koi.  The fix is on
396top of hadr-deex-V09-01-01, but does not include any of the other subsequent
397developments.  Required for public beta release.
398
39905 June 2008 J. M. Quesada (hadr-deex-V09-01-08)
400---------------------------------------------------
401
402 Bug fixed in OPT=1 (Chatterjee) charged particle cross sections.
403Unphysical values at very low emission energies have been corrected (set
404to 0).
405OPT=1 by default ( OPT=2 in previous tag)
406
407
408 24 May 2008 A.Howard (hadr-deex-V09-01-07)
409---------------------------------------------------
410
411As hadr-deex-V09-01-06 but with photon_evaporation updated to new interface.
412Should now be stable (co-works with low energy tag emlowen-V09-01-14, I guess) -
413see hadr-deex-V09-01-01.
414
415 24 May 2008 A.Howard (hadr-deex-V09-01-06)
416---------------------------------------------------
417
418As hadr-deex-V09-01-05 but with G4ExcitationHandler.cc put back to correct version
419
420
421 24 May 2008 A.Howard (hadr-deex-V09-01-05)
422---------------------------------------------------
423
424Updated to Jose Manuel Quesada's latest version (should be what was intended in
425hadr-deex-V09-01-03).  Does not include Fan Lei's interface change. This is,
426however, still on the HEAD.
427
428 24 May 2008 A.Howard (hadr-deex-V09-01-04)
429---------------------------------------------------
430
431Updated to Jose Manuel Quesada's latest version (should be what was intended in hadr-deex-V09-01-03).  Also includes Fan Lei's change
432to the photon_evaporation interface.
433
434
435 08 May 2008 J. M. Quesada (hadr-deex-V09-01-03)
436---------------------------------------------------
437
438 Coulomb barrier has been added again. Standard parameterization is used for it. It acts as an additional component of inverse reaction cross sections, making it cero when emission energy drops below it. Physical reason:  reaction cross sections come from fitting to exp. data at energies normally well above the barrier. The strong competition betwen the different channels makes it very sensible to subtle differences in emission probabilities at low emission energies, when little excitation energy is available.   
439
440 01 May 2008 J. M. Quesada (hadr-deex-V09-01-02)
441---------------------------------------------------
442- First trial with cvs.
443New inverse cross sections:
444        OPT=1 Chetterjee's parameterization to reaction cross sections from optical potential global fittings.
445        OPT=2 as OPT=1 but for protons the Wellisch's parameterization for protons is used  (DEFAULT)
446        OPT=3 Kalbach's modifications of Chatterjee's parameterization of cross sections
447        OPT=4 as OPT=3 but for protons the Wellisch's parameterization for protons is used
448
449Coulomb barrier has been suppressed as it enters through inverse cross sections. Also methods related to former Dostrovski's cross sections (alpha , beta and C parameters) have been suppressed. 
450
451
452 01 May 2008 Fan Lei (hadr-deex-V09-01-01)
453---------------------------------------------------
454- photon_evaporation
455  G4PhotonEvaporation.cc: Atomic relaxation model is no longer applied following
456  internal electron conversion. Instead the vaccant shell index is passed to
457  radioactive decay model, where the ARM is applied. 
458
459 21 March 2008 Dennis Wright (hadr-deex-V09-01-00)
460--------------------------------------------------
461- added parentheses to fix gcc-4.3 compiler warnings in
462  G4StatMFChannel::CheckFragments and ::PlaceFragments
463
464 15 November 2007 Alex Howard (hadr-deex-V09-00-06)
465---------------------------------------------------
466- Added Jose Manuel Quesada's modification to util/src/G4CoulombBarrier.cc in
467  order to go back to the original Dostrovski's formulation which is described
468  in the Physics Reference Manual.  The previous implementation (from Vicente
469  Lara) was inconsistent and less to an under-estimate of the Coulomb Barrier.
470
471
472 15 November 2007 F Lei (hadr-deex-V09-00-05)
473---------------------------------------------------
474- photon_evaporation
475  bug fix #952. Changes to G4VGammaDeexciation.cc:line 279;
476                        G4NuclearLevelManageer.cc:line 189;
477                        G4ContinuumGammaDeexcitation.cc:line133. 
478
479
480 01 November 2007 Dennis Wright (hadr-deex-V09-00-04)
481-----------------------------------------------------
482- suppressed gamma level file warnings in G4NuclearLevelManager.cc
483  To turn them on again, set pre-compiler flag
484  CPPFLAGS += -DGAMMAFILEWARNING
485 
486
487 01 October 2007 Alex Howard (hadr-deex-V09-00-03)
488---------------------------------------------------
489- Protected Rj (Q_beta) factor against divide by zeroes - occurs occasionally.
490  Following files were altered:
491  G4AlphaEvaporationProbability.hh, G4He3EvaporationProbability.hh,
492  G4DeuteronEvaporationProbability.hh, G4NeutronEvaporationProbability.hh,
493  G4TritonEvaporationProbability.hh, G4ProtonEvaporationProbability.hh
494
495
496 19 September 2007 Alex Howard (hadr-deex-V09-00-02)
497---------------------------------------------------
498- Removed atomic mass number from "gamma factor" within
499  G4DeuteronEvaporationProbability.cc, G4TritonEvaporationProbability.cc,
500  G4He3EvaporationProbability.cc, G4AlphaEvaporationProbability.cc
501
502
503 23 August 2007 Alex Howard (hadr-deex-V09-00-01)
504-----------------------------------------------
505- Removed Coulomb Barrier to beta parameter as it's already included in the
506  inverse cross-section formula and is introduced in terms of the energy limit
507  of the integration.
508- Introduced missing Rj factor in the following files (evaporation module):
509  G4EvaporationProbability.cc, G4EvaporationProbability.hh,
510  G4AlphaEvaporationProbability.hh, G4DeuteronEvaporationProbability.hh,
511  G4He3EvaporationProbability.hh, G4NeutronEvaporationProbability.hh,
512  G4ProtonEvaporationProbability.hh, G4TritonEvaporationProbability.hh
513
514
515 28 July 2007 Alex Howard (hadr-deex-V09-00-00)
516-----------------------------------------------
517- Added Coulomb Barrier to Beta parameter for inverse channel
518cross-section. Needs verification.  Required additions and changes to the
519following files:
520G4EvaporationProbability.hh, G4EvaporationProbability.cc,
521G4AlphaEvaporationProbability.hh, G4DeuteronEvaporationProbability.hh,
522G4He3EvaporationProbability.hh, G4NeutronEvaporationProbability.hh,
523G4ProtonEvaporationProbability.hh, G4TritonEvaporationProbability.hh,
524G4AlphaEvaporationProbability.cc, G4DeuteronEvaporationProbability.cc,
525G4He3EvaporationProbability.cc, G4NeutronEvaporationProbability.cc,
526G4ProtonEvaporationProbability.cc, G4TritonEvaporationProbability.cc
527
528
529 5 June 2007 Alex Howard (hadr-deex-V08-03-01)
530-----------------------------------------------
531- Fixed bug in fix "hadr-deex-V08-03-00" - deleted pointers and iterators were
532  attempted to be accessed.  Now a final state iterator list is created and
533  filled when necessary.
534
535
536 18 May 2007 Alex Howard (hadr-deex-V08-03-00)
537-----------------------------------------------
538- Fixed bug in low A,Z false condition in G4DiscreteGammaDeexcitation.cc, now
539the condition is (Z<2 || A<3 || Z>98) false (so stops at Cf rather than >100)
540and includes helium (previously excluded)
541- Fixed bug in pointer to iterator moving before its beginning G4ExcitationHandler.cc
542
543 14 Feb 2007 Alex Howard (hadr-deex-V08-02-02)
544-----------------------------------------------
545- evaporation
546   Added protection to exclude negative probabilities from the
547   "competitive channel sum". With fix below this should only happen due to
548   a precision error, but is protected nonetheless.
549
550 12 Feb 2007 Alex Howard (hadr-deex-V08-02-01)
551-----------------------------------------------
552- fission
553   Fixed probability to no longer be negative. Is now equivalent to what is
554   written in the Physics Reference Manual. Vicente Lara suggested/agreed
555   with fix.
556
557 5 Jan 2007 Dennis Wright (hadr-deex-V08-02-00)
558-----------------------------------------------
559- fission
560   Fixed several memory leaks in G4ParaFissionModel
561
56219 Aug 2006 Dennis Wright (hadr-deex-V08-01-00)
563-----------------------------------------------
564- multifragmentation
565   G4VStatMFMacroCluster.hh : removed meaningless const qualifier from
566   methods GetInvLevelDensity, GetZARatio and GetSize
567 
568- handler
569   G4ExcitationHandler.hh : removed meaningless const qualifier from
570   mehtods GetMaxZ, GetMaxA and GetMinE
571
57220 Apr 2006 Dennis Wright (hadr-deex-V08-00-03)
573-----------------------------------------------
574- photon_evaporation
575   G4NuclearLevelManager.cc : in method MakeLevels(), restrict the missing
576       file warning to Z > 10
577
57808 Apr 2006 Dennis Wright (hadr-deex-V08-00-02)
579----------------------------------------------
580- photon_evaporation
581  G4PhotonEvaporation.cc : in method BreakItUp(), fix memory leak -
582       delete entries to armProducts vector.  This is in response to
583       bug report 851.
584
58505 Jan 2006 Dennis Wright (hadr-deex-V08-00-01)
586----------------------------------------------
587
588- photon_evaporation
589   G4NuclearLevelManager.cc : in method MakeLevels(), re-enable the
590       warning that no gamma levels file exists. This is in response
591       to bug report 814.
592
593- fission
594   G4ParaFissionModel.hh : fix compilation errors which do not show up
595       because there is no .cc file.  This is in response to bug report
596       817.  Note: splitting this class into header and implementation
597       files will have to wait for a directory re-organization because
598       as it stands now, there are circular dependencies between the
599       fission and evaporation directories.
600
60124 Nov 2005 Dennis Wright (hadr-deex-V07-01-00)
602----------------------------------------------
603
604- photon_evaporation (tag hadr-deex-photo-V07-01-00 by Aatos Heikkinen)
605   <sstream> migration for G4NuclearLevelManager.cc,
606                           G4NuclearLevelDataStore.cc,
607                           G4DiscreteGammaDeexcitation.cc
608   minor update of G4VGammaDeexcitation.cc
609
610- util (tag hadr-deex-util-V07-01-00 by Aatos Heikkinen)
611   <sstream> migration for G4CoulombBarrier.cc
612                           G4VCoulombBarrier.cc,
613
614- gem_evaporation (tag hadr-deex-gem-V07-01-00 by Aatos Heikkinen)
615   <sstream> migration for G4GEMCoulombBarrierHE.cc
616
617- fermi_breakup (tag hadr-deex-fermi-V07-01-00 by Aatos Heikkinen)
618   <sstream> migration for G4FermiSplitter.cc
619
620
621
Note: See TracBrowser for help on using the repository browser.