| 1 | -------------------------------------------------------------------
|
|---|
| 2 |
|
|---|
| 3 | ==========================================================
|
|---|
| 4 | Geant4 - an Object-Oriented Toolkit for Physics Simulation
|
|---|
| 5 | ==========================================================
|
|---|
| 6 | $Id: History,v 1.9 2007/12/04 09:52:49 gcosmo Exp $
|
|---|
| 7 | ---------------------------------------------------------------------
|
|---|
| 8 |
|
|---|
| 9 | History file for the Liege cascade INCL Model
|
|---|
| 10 | ---------------------------------------------
|
|---|
| 11 |
|
|---|
| 12 | This file should be used to summarize modifications introduced in the
|
|---|
| 13 | code and to keep track of all tags.
|
|---|
| 14 |
|
|---|
| 15 | ---------------------------------------------------------------
|
|---|
| 16 | * Please list in reverse chronological order (last date on top)
|
|---|
| 17 | ---------------------------------------------------------------
|
|---|
| 18 |
|
|---|
| 19 | 04 December 2007 - Gabriele Cosmo (hadr-incl-V09-00-09)
|
|---|
| 20 | ---------------------------------
|
|---|
| 21 | - Again commented out call to isnan() in G4Incl.cc for allow
|
|---|
| 22 | porting to platforms other than Linux....
|
|---|
| 23 |
|
|---|
| 24 | 15 November 2007 - Pekka Kaitaniemi
|
|---|
| 25 | -----------------------------------
|
|---|
| 26 | - First fix to secondary particle Pt, Px and Phi distributions.
|
|---|
| 27 | o Momentum x-component was transformed incorrectly from spherical to
|
|---|
| 28 | cartesian coordinates.
|
|---|
| 29 |
|
|---|
| 30 | 08 November 2007 - Pekka Kaitaniemi
|
|---|
| 31 | -----------------------------------
|
|---|
| 32 | - Started using G4UniformRand as a random number generator.
|
|---|
| 33 | o It is much more sophisticated generator than the original INCL one
|
|---|
| 34 | was.
|
|---|
| 35 | o This should eliminate infinite loop in test runs on 64-bit
|
|---|
| 36 | plattforms. The old generator probably was not 64-bit clean.
|
|---|
| 37 |
|
|---|
| 38 | 31 October 2007 - Gabriele Cosmo (hadr-incl-V09-00-05)
|
|---|
| 39 | --------------------------------
|
|---|
| 40 | - Again commented out calls to isnan() and isinf() in G4Abla.cc for allow
|
|---|
| 41 | porting to platforms other than Linux.
|
|---|
| 42 |
|
|---|
| 43 | 30 October 2007 - Pekka Kaitaniemi
|
|---|
| 44 | ----------------------------------
|
|---|
| 45 | - Abla now runs. Integrated energy spectrums for protons and neutrons
|
|---|
| 46 | seem to be OK. Isotope production is still problematic. There seems
|
|---|
| 47 | to be too much fission.
|
|---|
| 48 |
|
|---|
| 49 | 24 October 2007 - Pekka Kaitaniemi (hadr-incl-V09-00-04)
|
|---|
| 50 | ----------------------------------
|
|---|
| 51 | - Modified INCL to filter out unphysical events containing particles
|
|---|
| 52 | that have more energy than the energy of the projectile. This should
|
|---|
| 53 | fix problem we had with outcoming neutrons (and protons) that have
|
|---|
| 54 | more energy than the projectile particle.
|
|---|
| 55 | - Added G4InclAblaDataFile class that reads data used by INCL/ABLA
|
|---|
| 56 | from datafiles located in $G4ABLADATA. If this environment variable
|
|---|
| 57 | is not correctly set INCL/ABLA returns G4Exception.
|
|---|
| 58 | - Problematic hardcoded data has been removed.
|
|---|
| 59 |
|
|---|
| 60 | 16 October 2007 - Pekka Kaitaniemi
|
|---|
| 61 | ------------------------------------------------------
|
|---|
| 62 | - Silenced the rather verbose output. Now nothing should be printed on
|
|---|
| 63 | terminal by default.
|
|---|
| 64 | - Fixed INCL internal random number generator bug that sometimes
|
|---|
| 65 | (rarely) produced random numbers that were greater than 1.0.
|
|---|
| 66 | - Random number seeds are now taken from CLHEP::HepRandom.
|
|---|
| 67 | - Cleaned up some commented code.
|
|---|
| 68 | - Found new NaN bugs in ABLA.
|
|---|
| 69 |
|
|---|
| 70 | 13 October 2007 - Pekka Kaitaniemi
|
|---|
| 71 | ------------------------------------------------------
|
|---|
| 72 | - Interface cleanup. G4InclCascadeInterface and
|
|---|
| 73 | G4InclLightIonInterface should be fully operational.
|
|---|
| 74 | - INCL was reverted back to using simple random number generator for
|
|---|
| 75 | test result compatibility (to produce exactly same results as the
|
|---|
| 76 | FORTRAN version does).
|
|---|
| 77 | - Fixes for ABLA evaporation/fission:
|
|---|
| 78 | o Fission barrier problem fixed. Now fission code is called during
|
|---|
| 79 | the run.
|
|---|
| 80 | o Several NaN bugs fixed.
|
|---|
| 81 | o Random seed initialization bug fixed.
|
|---|
| 82 | o Stand-alone INCL/ABLA program (test/standaloneinclabla) mostly
|
|---|
| 83 | works (produces results that are sometimes in good agreement with
|
|---|
| 84 | FORTRAN version and sometimes in not so good agreement). With
|
|---|
| 85 | heavy targets and lots of energy fission is overestimated.
|
|---|
| 86 | o INCL+ABLA interface not yet fully operational. G4 simulation run
|
|---|
| 87 | crashes.
|
|---|
| 88 |
|
|---|
| 89 | 11 October 2007 - Gabriele Cosmo (hadr-incl-V09-00-01)
|
|---|
| 90 | ------------------------------------------------------
|
|---|
| 91 | - Fixes for porting:
|
|---|
| 92 | o Commented out usage of isnan() and isinf() in assertions.
|
|---|
| 93 | o Replaced usage of M_PI with CLHEP::pi.
|
|---|
| 94 | o Use std namespace for standard mathematical functions.
|
|---|
| 95 | o Casted to double arguments used in std::pow() function.
|
|---|
| 96 | o Commented out initialisation of data in G4InclAblaHardcodedData.cc
|
|---|
| 97 | for Windows; temporary solution to allow for compilation, pending
|
|---|
| 98 | solution of loading of data from file !
|
|---|
| 99 |
|
|---|
| 100 | 23 May 2007 - Aatos Heikkinen (hadr-incl-V09-00-00)
|
|---|
| 101 | ---------------------------------------------------
|
|---|
| 102 | - First version of the Liege cascade INCL Model.
|
|---|
| 103 |
|
|---|
| 104 |
|
|---|