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

Last change on this file since 1336 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: 10.7 KB
Line 
1-------------------------------------------------------------------
2
3     ==========================================================
4     Geant4 - an Object-Oriented Toolkit for Physics Simulation
5     ==========================================================
6$Id: History,v 1.27 2010/04/27 16:02:37 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
1927 April 2010 - Pekka Kaitaniemi (hadr-incl-V09-03-00)
20------------------------------------------------------
21- Fix: Nuclear deformation and shell effect data reader now constructs
22  the corresponding data tables correctly.
23- Added some internal logging facilities to INCL (disabled by default)
24
2509 December 2009 - Pekka Kaitaniemi (hadr-incl-V09-02-08)
26---------------------------------------------------------
27- Fix: Added a safeguard against division by zero in INCL nucleon
28  transmission probability calculation.
29
3008 December 2009 - Pekka Kaitaniemi (hadr-incl-V09-02-07)
31---------------------------------------------------------
32- Fix: Added a safeguard against division by zero in INCL
33  initialization.
34
3508 December 2009 - Pekka Kaitaniemi (hadr-incl-V09-02-06)
36---------------------------------------------------------
37- Fix: Added a safeguard to avoid (hopefully rare) negative energies
38  of INCL output particles. This would result in an attempt to take
39  square root of a negative number.
40
4104 December 2009 - Pekka Kaitaniemi (hadr-incl-V09-02-05)
42---------------------------------------------------------
43- Fix: Corrected the G4InclAblaLightIonInterface error handling. In
44  case INCL is unable to produce a valid cascade it will return the
45  original projectile particle back to Geant4. Unfortunately in case
46  of the light ion interface it returned a particle with NULL pointer
47  to particle definition.
48- Added safeguards to both G4InclAblaCascadeInterface and
49  G4InclAblaLightIonInterface to prevent returning of particles with
50  NULL definition.
51
5203 December 2009 - Pekka Kaitaniemi (hadr-incl-V09-02-04)
53---------------------------------------------------------
54- Fix: Added a safeguard against attempts to compute the logarithm of zero in
55  INCL
56
5702 December 2009 - Pekka Kaitaniemi (hadr-incl-V09-02-03)
58---------------------------------------------------------
59- Fix: Corrected datatype problem in INCL initialization
60
6122 November 2009 - Pekka Kaitaniemi (hadr-incl-V09-02-02)
62---------------------------------------------------------
63- Fix: Activated Geant4 random number generator instead of the built-in one.
64
6518 November 2009 - Pekka Kaitaniemi (hadr-incl-V09-02-01)
66---------------------------------------------------------
67- Added safeguard division by zero (or negative) energy in ABLA
68  fission fragment handling
69- Minor fix in the INCL particle reflection time calculation
70
7117 October 2009 - Pekka Kaitaniemi (hadr-incl-V09-02-00)
72--------------------------------------------------------
73- Bugfixes to INCL nuclear potential handling:
74  The interpolation function produced discontinuous results. This was
75  due to an array index off-by-one bug. This bugfix corrects the
76  impact parameter distribution.
77- Fixed several variable initialization issues in INCL.
78- Fixed severalFORTRAN to C++ translation issues in INCL.
79
8006 November 2008 - Pekka Kaitaniemi (hadr-incl-V09-01-05)
81---------------------------------------------------------
82- Fixed GCC 4.3.2 "src/G4Incl.cc:1712: warning: array subscript is above array
83  bounds" problem. The problem occured because array size was used as an
84  index.
85
8606 November 2008 - Gabriele Cosmo (hadr-incl-V09-01-04)
87-------------------------------------------------------
88- Fix for compilation errors on Windows-VC++; include <time.h> in
89  G4AblaFission and G4AblaFissionSimfis18 translation units to make them
90  self-consistent.
91
9224 October 2008 - Dennis Wright (hadr-incl-V09-01-03)
93-----------------------------------------------------
94- use GetNuclearMass() instead of GetAtomicMass() in G4AblaEvaporation.cc
95
9612 September 2008 - Pekka Kaitaniemi (hadr-incl-V09-01-02)
97------------------------------------
98- Bug fixes in INCL cascade:
99  o Fixed target nucleus initialization for targets with A >= 0.19 and
100  A <= 28.
101  o Fixed target nucleus radius calculation for targets 6 <= A < 19.
102  o Fixed conditional statements to avoid uninitialized variables.
103  o Several array index handling (off-by-one) bugs fixed.
104  o Several possible double/integer datatype problems fixed.
105
10625 June 2008 - Pekka Kaitaniemi (hadr-incl-V09-01-01)
107------------------------------
108- Portability fixes and code clean-up:
109  o Removed all assert() calls.
110  o Removed all isnan() and isinf() calls.
111  o All math functions now use std:: namespace.
112  o Silenced the fission models.
113
11426 May 2008 - Pekka Kaitaniemi (hadr-incl-V09-01-00)
115------------------------------
116- Bug fixes:
117  o Fixed serious data reading bug affecting the reading of data
118  files: flalpha.dat, frldm.dat and vgsld.dat.
119- Fission reorganization:
120  o Two fission models are provided. By default GSI SimFis3 fission is
121  used. Optional SimFis18 is provided.
122
12322 April 2008 - Pekka Kaitaniemi
124-----------------------------------
125- INCL/ABLA changes:
126  o Fix: Partial fix to the Alpha evaporation energies.
127  o Fix: Neutron energies.
128  o Fix: Moved remnant direction calculation block and added safeguards.
129  o ABLA bugfix: switched the transformation matrix indices.
130
13127 February 2008 - Pekka Kaitaniemi
132-----------------------------------
133- INCL/ABLA changes since Geant4 9.1:
134  o Initialized variables to zero and improved coding style.
135  o Variable "bet" needs to be part of G4Fiss.
136  o Fixed a variable definition. Variable "homega" is part of "G4Fiss".
137  o Fixed an index off-by-one bug in G4Abla.
138  o Fix an infinite loop.
139  o Move the stored event number to the class definition.
140  o Added a possible (commented) fix for ABLA output off-by-one problem.
141  o Cleaned up G4Abla::qrot comments.
142- Changes to the test suite since Geant4 9.1:
143  o Added more tests.
144  o New test system.
145  o Compare FORTRAN and C++ results.
146  o Preliminary GUI for running plotting scripts.
147
14804 December 2007 - Gabriele Cosmo (hadr-incl-V09-00-09)
149---------------------------------
150- Again commented out call to isnan() in G4Incl.cc for allow
151  porting to platforms other than Linux....
152
15303 December 2007 - Pekka Kaitaniemi
154-----------------------------------
155- Added bugfixes to INCL nucleon array handling. Several off-by-one
156  bugs were fixed. These fixes help with INCL neutron energy spectra.
157- 4-momentum conservation problem was noticed to be mainly ABLA
158  related.
159  o INCL alone violates energy conservation only by less than 20 MeV.
160  o ABLA has problems with baryon number conservation. Some produced
161  nucleons are not given back to INCL and Geant4. This is probably the
162  main reason for 4-momentum conservation violations.
163- Added 4-momentum and baryon number conservation checking code to the
164  interfaces (behind flag DEBUGINCL).
165
16615 November 2007 - Pekka Kaitaniemi
167-----------------------------------
168- First fix to secondary particle Pt, Px and Phi distributions.
169  o Momentum x-component was transformed incorrectly from spherical to
170  cartesian coordinates.
171
17208 November 2007 - Pekka Kaitaniemi
173-----------------------------------
174- Started using G4UniformRand as a random number generator.
175  o It is much more sophisticated generator than the original INCL one
176  was. 
177  o This should eliminate infinite loop in test runs on 64-bit
178  plattforms. The old generator probably was not 64-bit clean.
179
18031 October 2007 - Gabriele Cosmo (hadr-incl-V09-00-05)
181--------------------------------
182- Again commented out calls to isnan() and isinf() in G4Abla.cc for allow
183  porting to platforms other than Linux.
184
18530 October 2007 - Pekka Kaitaniemi
186----------------------------------
187- Abla now runs. Integrated energy spectrums for protons and neutrons
188  seem to be OK. Isotope production is still problematic. There seems
189  to be too much fission.
190
19124 October 2007 - Pekka Kaitaniemi (hadr-incl-V09-00-04)
192----------------------------------
193- Modified INCL to filter out unphysical events containing particles
194  that have more energy than the energy of the projectile. This should
195  fix problem we had with outcoming neutrons (and protons) that have
196  more energy than the projectile particle.
197- Added G4InclAblaDataFile class that reads data used by INCL/ABLA
198  from datafiles located in $G4ABLADATA. If this environment variable
199  is not correctly set INCL/ABLA returns G4Exception.
200- Problematic hardcoded data has been removed.
201
20216 October 2007 - Pekka Kaitaniemi
203------------------------------------------------------
204- Silenced the rather verbose output. Now nothing should be printed on
205  terminal by default.
206- Fixed INCL internal random number generator bug that sometimes
207  (rarely) produced random numbers that were greater than 1.0.
208- Random number seeds are now taken from CLHEP::HepRandom.
209- Cleaned up some commented code.
210- Found new NaN bugs in ABLA.
211
21213 October 2007 - Pekka Kaitaniemi
213------------------------------------------------------
214- Interface cleanup. G4InclCascadeInterface and
215  G4InclLightIonInterface  should be fully operational.
216- INCL was reverted back to using simple random number generator for
217  test result compatibility (to produce exactly same results as the
218  FORTRAN version does).
219- Fixes for ABLA evaporation/fission:
220  o Fission barrier problem fixed. Now fission code is called during
221    the run.
222  o Several NaN bugs fixed.
223  o Random seed initialization bug fixed.
224  o Stand-alone INCL/ABLA program (test/standaloneinclabla) mostly
225    works (produces results that are sometimes in good agreement with
226    FORTRAN version and sometimes in not so good agreement). With
227    heavy targets and lots of energy fission is overestimated.
228  o INCL+ABLA interface not yet fully operational. G4 simulation run
229    crashes.
230
23111 October 2007 - Gabriele Cosmo (hadr-incl-V09-00-01)
232------------------------------------------------------
233- Fixes for porting:
234  o Commented out usage of isnan() and isinf() in assertions.
235  o Replaced usage of M_PI with CLHEP::pi.
236  o Use std namespace for standard mathematical functions.
237  o Casted to double arguments used in std::pow() function.
238  o Commented out initialisation of data in G4InclAblaHardcodedData.cc
239    for Windows; temporary solution to allow for compilation, pending
240    solution of loading of data from file !
241
24223 May 2007 - Aatos Heikkinen (hadr-incl-V09-00-00)
243---------------------------------------------------
244- First version of the Liege cascade INCL Model.
245
246
Note: See TracBrowser for help on using the repository browser.