Ignore:
Timestamp:
Apr 6, 2009, 12:30:29 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/incl/History

    r819 r962  
    44     Geant4 - an Object-Oriented Toolkit for Physics Simulation
    55     ==========================================================
    6 $Id: History,v 1.9 2007/12/04 09:52:49 gcosmo Exp $
     6$Id: History,v 1.17 2008/11/06 10:11:27 kaitanie Exp $
    77---------------------------------------------------------------------
    88
     
    1717   ---------------------------------------------------------------
    1818
     1906 November 2008 - Pekka Kaitaniemi (hadr-incl-V09-01-05)
     20---------------------------------------------------------
     21- Fixed GCC 4.3.2 "src/G4Incl.cc:1712: warning: array subscript is above array
     22  bounds" problem. The problem occured because array size was used as an
     23  index.
     24
     2506 November 2008 - Gabriele Cosmo (hadr-incl-V09-01-04)
     26-------------------------------------------------------
     27- Fix for compilation errors on Windows-VC++; include <time.h> in
     28  G4AblaFission and G4AblaFissionSimfis18 translation units to make them
     29  self-consistent.
     30
     3124 October 2008 - Dennis Wright (hadr-incl-V09-01-03)
     32-----------------------------------------------------
     33- use GetNuclearMass() instead of GetAtomicMass() in G4AblaEvaporation.cc
     34
     3512 September 2008 - Pekka Kaitaniemi (hadr-incl-V09-01-02)
     36------------------------------------
     37- Bug fixes in INCL cascade:
     38  o Fixed target nucleus initialization for targets with A >= 0.19 and
     39  A <= 28.
     40  o Fixed target nucleus radius calculation for targets 6 <= A < 19.
     41  o Fixed conditional statements to avoid uninitialized variables.
     42  o Several array index handling (off-by-one) bugs fixed.
     43  o Several possible double/integer datatype problems fixed.
     44
     4525 June 2008 - Pekka Kaitaniemi (hadr-incl-V09-01-01)
     46------------------------------
     47- Portability fixes and code clean-up:
     48  o Removed all assert() calls.
     49  o Removed all isnan() and isinf() calls.
     50  o All math functions now use std:: namespace.
     51  o Silenced the fission models.
     52
     5326 May 2008 - Pekka Kaitaniemi (hadr-incl-V09-01-00)
     54------------------------------
     55- Bug fixes:
     56  o Fixed serious data reading bug affecting the reading of data
     57  files: flalpha.dat, frldm.dat and vgsld.dat.
     58- Fission reorganization:
     59  o Two fission models are provided. By default GSI SimFis3 fission is
     60  used. Optional SimFis18 is provided.
     61
     6222 April 2008 - Pekka Kaitaniemi
     63-----------------------------------
     64- INCL/ABLA changes:
     65  o Fix: Partial fix to the Alpha evaporation energies.
     66  o Fix: Neutron energies.
     67  o Fix: Moved remnant direction calculation block and added safeguards.
     68  o ABLA bugfix: switched the transformation matrix indices.
     69
     7027 February 2008 - Pekka Kaitaniemi
     71-----------------------------------
     72- INCL/ABLA changes since Geant4 9.1:
     73  o Initialized variables to zero and improved coding style.
     74  o Variable "bet" needs to be part of G4Fiss.
     75  o Fixed a variable definition. Variable "homega" is part of "G4Fiss".
     76  o Fixed an index off-by-one bug in G4Abla.
     77  o Fix an infinite loop.
     78  o Move the stored event number to the class definition.
     79  o Added a possible (commented) fix for ABLA output off-by-one problem.
     80  o Cleaned up G4Abla::qrot comments.
     81- Changes to the test suite since Geant4 9.1:
     82  o Added more tests.
     83  o New test system.
     84  o Compare FORTRAN and C++ results.
     85  o Preliminary GUI for running plotting scripts.
     86
    198704 December 2007 - Gabriele Cosmo (hadr-incl-V09-00-09)
    2088---------------------------------
    2189- Again commented out call to isnan() in G4Incl.cc for allow
    2290  porting to platforms other than Linux....
     91
     9203 December 2007 - Pekka Kaitaniemi
     93-----------------------------------
     94- Added bugfixes to INCL nucleon array handling. Several off-by-one
     95  bugs were fixed. These fixes help with INCL neutron energy spectra.
     96- 4-momentum conservation problem was noticed to be mainly ABLA
     97  related.
     98  o INCL alone violates energy conservation only by less than 20 MeV.
     99  o ABLA has problems with baryon number conservation. Some produced
     100  nucleons are not given back to INCL and Geant4. This is probably the
     101  main reason for 4-momentum conservation violations.
     102- Added 4-momentum and baryon number conservation checking code to the
     103  interfaces (behind flag DEBUGINCL).
    23104
    2410515 November 2007 - Pekka Kaitaniemi
Note: See TracChangeset for help on using the changeset viewer.