| 1 | -------------------------------------------------------------------
|
|---|
| 2 |
|
|---|
| 3 | ==========================================================
|
|---|
| 4 | Geant4 - an Object-Oriented Toolkit for Phyiscs Simulation
|
|---|
| 5 | ==========================================================
|
|---|
| 6 |
|
|---|
| 7 | History file for Lawrence Livermore Laboratory Fission Model
|
|---|
| 8 | ------------------------------------------------------------
|
|---|
| 9 |
|
|---|
| 10 | This file should be used to summarize modifications introduced in the
|
|---|
| 11 | code and to keep track of all tags.
|
|---|
| 12 |
|
|---|
| 13 | ---------------------------------------------------------------
|
|---|
| 14 | * Please list in reverse chronological order (last date on top)
|
|---|
| 15 | ---------------------------------------------------------------
|
|---|
| 16 |
|
|---|
| 17 | 09 July 2008 Dennis Wright (hadr-lllfis-V09-01-00)
|
|---|
| 18 | --------------------------------------------------
|
|---|
| 19 | - Replace exit() with G4Exception() in G4fissionerr.
|
|---|
| 20 |
|
|---|
| 21 | 27 June 2007 Gabriele Cosmo (hadr-lllfis-V08-03-07)
|
|---|
| 22 | ---------------------------------------------------
|
|---|
| 23 | - Replace NeutronHPCrossSections with G4NEUTRONHPDATA variable.
|
|---|
| 24 |
|
|---|
| 25 | 1 June 2007 Dennis Wright (hadr-lllfis-V08-03-06)
|
|---|
| 26 | -------------------------------------------------
|
|---|
| 27 | - Fix un-initialized variable in G4SmpNuDistDataPu239.cc
|
|---|
| 28 |
|
|---|
| 29 | 1 June 2007 Gabriele Cosmo (hadr-lllfis-V08-03-05)
|
|---|
| 30 | --------------------------------------------------
|
|---|
| 31 | - Use <cmath> and std:: in front of mathematical functions.
|
|---|
| 32 | - Get rid of templated wrapper for random generator. Not necessary ?
|
|---|
| 33 | Resolves compilation problems on Windows.
|
|---|
| 34 |
|
|---|
| 35 | 31 May 2007 Dennis Wright (hadr-lllfis-V08-03-04)
|
|---|
| 36 | -------------------------------------------------
|
|---|
| 37 | - G4FissionLibrary.hh, .cc : moved constructor to .cc and instantiated base
|
|---|
| 38 | class in it (to fix VC++ compiler error)
|
|---|
| 39 | - G4RNGWrapper.cc : added <class T> after "template" (VC++ compiler)
|
|---|
| 40 | - G4SmpIsoDir.cc : replace 2*M_PI with twopi
|
|---|
| 41 | - G4SmpNugDist.cc : made arguments of pow and sqrt G4double (VC++ compiler)
|
|---|
| 42 | - G4rngc.cc : replace function pointers with G4UniformRand (VC++ compiler)
|
|---|
| 43 |
|
|---|
| 44 | 30 May 2007 Dennis Wright (hadr-lllfis-V08-03-03)
|
|---|
| 45 | -------------------------------------------------
|
|---|
| 46 | - fixed compiler warnings:
|
|---|
| 47 | control reaches end of function:
|
|---|
| 48 | G4SmpGEng.cc, G4SmpNEngCf252.cc, G4SmpNuDistDataU235.cc,
|
|---|
| 49 | G4SmpNugDist.cc
|
|---|
| 50 | unused parameter: G4SmpPVel.cc
|
|---|
| 51 | un-initialized array: G4SmpNuDistDataU235.cc, G4SmpNuDistDataU238.cc
|
|---|
| 52 | missing braces in array initialization: G4SmpSpNuDistData.cc,
|
|---|
| 53 | G4SmpWatt.cc
|
|---|
| 54 |
|
|---|
| 55 | 29 May 2007 Dennis Wright (hadr-lllfis-V08-03-02)
|
|---|
| 56 | -------------------------------------------------
|
|---|
| 57 | - Changed all file names to start with G4, changed int, float
|
|---|
| 58 | and double to G4int, G4float and G4double,
|
|---|
| 59 | removed extern C statements
|
|---|
| 60 |
|
|---|
| 61 | 29 May 2007 Gabriele Cosmo (hadr-lllfis-V08-03-01)
|
|---|
| 62 | --------------------------------------------------
|
|---|
| 63 | - Fixed compilation errors on gcc-4.1.2 for extra ';' in the code.
|
|---|
| 64 | Affected files: fissionEvent.cc, G4LLNLFission.cc.
|
|---|
| 65 |
|
|---|
| 66 | 21 May 2007 Dennis Wright (hadr-lllfis-V08-03-00)
|
|---|
| 67 | -------------------------------------------------
|
|---|
| 68 | - new directory created for LLNL spontaneous fission model.
|
|---|
| 69 | Livermore code given Geant4 license headers and .h files were
|
|---|
| 70 | converted to .hh
|
|---|
| 71 |
|
|---|