source: trunk/source/processes/hadronic/models/incl/History @ 1197

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

update CVS release candidate geant4.9.3.01

File size: 8.6 KB
Line 
1-------------------------------------------------------------------
2
3     ==========================================================
4     Geant4 - an Object-Oriented Toolkit for Physics Simulation
5     ==========================================================
6$Id: History,v 1.19 2009/11/18 10:43:14 kaitanie Exp $
7---------------------------------------------------------------------
8
9           History file for the Liege cascade INCL Model
10           ---------------------------------------------
11
12This file should be used to summarize modifications introduced in the
13code and to keep track of all tags.
14
15   ---------------------------------------------------------------
16   * Please list in reverse chronological order (last date on top)
17   ---------------------------------------------------------------
18
1918 November 2009 - Pekka Kaitaniemi (hadr-incl-V09-02-01)
20---------------------------------------------------------
21- Added safeguard division by zero (or negative) energy in ABLA
22  fission fragment handling
23- Minor fix in the INCL particle reflection time calculation
24
2517 October 2009 - Pekka Kaitaniemi (hadr-incl-V09-02-00)
26--------------------------------------------------------
27- Bugfixes to INCL nuclear potential handling:
28  The interpolation function produced discontinuous results. This was
29  due to an array index off-by-one bug. This bugfix corrects the
30  impact parameter distribution.
31- Fixed several variable initialization issues in INCL.
32- Fixed severalFORTRAN to C++ translation issues in INCL.
33
3406 November 2008 - Pekka Kaitaniemi (hadr-incl-V09-01-05)
35---------------------------------------------------------
36- Fixed GCC 4.3.2 "src/G4Incl.cc:1712: warning: array subscript is above array
37  bounds" problem. The problem occured because array size was used as an
38  index.
39
4006 November 2008 - Gabriele Cosmo (hadr-incl-V09-01-04)
41-------------------------------------------------------
42- Fix for compilation errors on Windows-VC++; include <time.h> in
43  G4AblaFission and G4AblaFissionSimfis18 translation units to make them
44  self-consistent.
45
4624 October 2008 - Dennis Wright (hadr-incl-V09-01-03)
47-----------------------------------------------------
48- use GetNuclearMass() instead of GetAtomicMass() in G4AblaEvaporation.cc
49
5012 September 2008 - Pekka Kaitaniemi (hadr-incl-V09-01-02)
51------------------------------------
52- Bug fixes in INCL cascade:
53  o Fixed target nucleus initialization for targets with A >= 0.19 and
54  A <= 28.
55  o Fixed target nucleus radius calculation for targets 6 <= A < 19.
56  o Fixed conditional statements to avoid uninitialized variables.
57  o Several array index handling (off-by-one) bugs fixed.
58  o Several possible double/integer datatype problems fixed.
59
6025 June 2008 - Pekka Kaitaniemi (hadr-incl-V09-01-01)
61------------------------------
62- Portability fixes and code clean-up:
63  o Removed all assert() calls.
64  o Removed all isnan() and isinf() calls.
65  o All math functions now use std:: namespace.
66  o Silenced the fission models.
67
6826 May 2008 - Pekka Kaitaniemi (hadr-incl-V09-01-00)
69------------------------------
70- Bug fixes:
71  o Fixed serious data reading bug affecting the reading of data
72  files: flalpha.dat, frldm.dat and vgsld.dat.
73- Fission reorganization:
74  o Two fission models are provided. By default GSI SimFis3 fission is
75  used. Optional SimFis18 is provided.
76
7722 April 2008 - Pekka Kaitaniemi
78-----------------------------------
79- INCL/ABLA changes:
80  o Fix: Partial fix to the Alpha evaporation energies.
81  o Fix: Neutron energies.
82  o Fix: Moved remnant direction calculation block and added safeguards.
83  o ABLA bugfix: switched the transformation matrix indices.
84
8527 February 2008 - Pekka Kaitaniemi
86-----------------------------------
87- INCL/ABLA changes since Geant4 9.1:
88  o Initialized variables to zero and improved coding style.
89  o Variable "bet" needs to be part of G4Fiss.
90  o Fixed a variable definition. Variable "homega" is part of "G4Fiss".
91  o Fixed an index off-by-one bug in G4Abla.
92  o Fix an infinite loop.
93  o Move the stored event number to the class definition.
94  o Added a possible (commented) fix for ABLA output off-by-one problem.
95  o Cleaned up G4Abla::qrot comments.
96- Changes to the test suite since Geant4 9.1:
97  o Added more tests.
98  o New test system.
99  o Compare FORTRAN and C++ results.
100  o Preliminary GUI for running plotting scripts.
101
10204 December 2007 - Gabriele Cosmo (hadr-incl-V09-00-09)
103---------------------------------
104- Again commented out call to isnan() in G4Incl.cc for allow
105  porting to platforms other than Linux....
106
10703 December 2007 - Pekka Kaitaniemi
108-----------------------------------
109- Added bugfixes to INCL nucleon array handling. Several off-by-one
110  bugs were fixed. These fixes help with INCL neutron energy spectra.
111- 4-momentum conservation problem was noticed to be mainly ABLA
112  related.
113  o INCL alone violates energy conservation only by less than 20 MeV.
114  o ABLA has problems with baryon number conservation. Some produced
115  nucleons are not given back to INCL and Geant4. This is probably the
116  main reason for 4-momentum conservation violations.
117- Added 4-momentum and baryon number conservation checking code to the
118  interfaces (behind flag DEBUGINCL).
119
12015 November 2007 - Pekka Kaitaniemi
121-----------------------------------
122- First fix to secondary particle Pt, Px and Phi distributions.
123  o Momentum x-component was transformed incorrectly from spherical to
124  cartesian coordinates.
125
12608 November 2007 - Pekka Kaitaniemi
127-----------------------------------
128- Started using G4UniformRand as a random number generator.
129  o It is much more sophisticated generator than the original INCL one
130  was. 
131  o This should eliminate infinite loop in test runs on 64-bit
132  plattforms. The old generator probably was not 64-bit clean.
133
13431 October 2007 - Gabriele Cosmo (hadr-incl-V09-00-05)
135--------------------------------
136- Again commented out calls to isnan() and isinf() in G4Abla.cc for allow
137  porting to platforms other than Linux.
138
13930 October 2007 - Pekka Kaitaniemi
140----------------------------------
141- Abla now runs. Integrated energy spectrums for protons and neutrons
142  seem to be OK. Isotope production is still problematic. There seems
143  to be too much fission.
144
14524 October 2007 - Pekka Kaitaniemi (hadr-incl-V09-00-04)
146----------------------------------
147- Modified INCL to filter out unphysical events containing particles
148  that have more energy than the energy of the projectile. This should
149  fix problem we had with outcoming neutrons (and protons) that have
150  more energy than the projectile particle.
151- Added G4InclAblaDataFile class that reads data used by INCL/ABLA
152  from datafiles located in $G4ABLADATA. If this environment variable
153  is not correctly set INCL/ABLA returns G4Exception.
154- Problematic hardcoded data has been removed.
155
15616 October 2007 - Pekka Kaitaniemi
157------------------------------------------------------
158- Silenced the rather verbose output. Now nothing should be printed on
159  terminal by default.
160- Fixed INCL internal random number generator bug that sometimes
161  (rarely) produced random numbers that were greater than 1.0.
162- Random number seeds are now taken from CLHEP::HepRandom.
163- Cleaned up some commented code.
164- Found new NaN bugs in ABLA.
165
16613 October 2007 - Pekka Kaitaniemi
167------------------------------------------------------
168- Interface cleanup. G4InclCascadeInterface and
169  G4InclLightIonInterface  should be fully operational.
170- INCL was reverted back to using simple random number generator for
171  test result compatibility (to produce exactly same results as the
172  FORTRAN version does).
173- Fixes for ABLA evaporation/fission:
174  o Fission barrier problem fixed. Now fission code is called during
175    the run.
176  o Several NaN bugs fixed.
177  o Random seed initialization bug fixed.
178  o Stand-alone INCL/ABLA program (test/standaloneinclabla) mostly
179    works (produces results that are sometimes in good agreement with
180    FORTRAN version and sometimes in not so good agreement). With
181    heavy targets and lots of energy fission is overestimated.
182  o INCL+ABLA interface not yet fully operational. G4 simulation run
183    crashes.
184
18511 October 2007 - Gabriele Cosmo (hadr-incl-V09-00-01)
186------------------------------------------------------
187- Fixes for porting:
188  o Commented out usage of isnan() and isinf() in assertions.
189  o Replaced usage of M_PI with CLHEP::pi.
190  o Use std namespace for standard mathematical functions.
191  o Casted to double arguments used in std::pow() function.
192  o Commented out initialisation of data in G4InclAblaHardcodedData.cc
193    for Windows; temporary solution to allow for compilation, pending
194    solution of loading of data from file !
195
19623 May 2007 - Aatos Heikkinen (hadr-incl-V09-00-00)
197---------------------------------------------------
198- First version of the Liege cascade INCL Model.
199
200
Note: See TracBrowser for help on using the repository browser.