| 1 | -------------------------------------------------------------------
|
|---|
| 2 |
|
|---|
| 3 | ==========================================================
|
|---|
| 4 | Geant4 - an Object-Oriented Toolkit for Physics Simulation
|
|---|
| 5 | ==========================================================
|
|---|
| 6 |
|
|---|
| 7 | History file for hadronic/models/de_excitation
|
|---|
| 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 | 25-October 2007 A.Howard hadr-pre-V09-00-04
|
|---|
| 18 | -----------------------------------------------
|
|---|
| 19 | - Removed compilation warning on unused parameter in G4PreCompoundIon.cc
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 | 11-October 2007 A.Howard hadr-pre-V09-00-03
|
|---|
| 23 | -----------------------------------------------
|
|---|
| 24 | - Corrected for integer arithmetic bug in G4PreCompoundModel.cc
|
|---|
| 25 | (ratio of charged to neutral excitons)
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 | 01-October 2007 A.Howard hadr-pre-V09-00-02
|
|---|
| 29 | -----------------------------------------------
|
|---|
| 30 | - Protected Rj (Q_beta) factor against divide by zeroes (should never happen?)
|
|---|
| 31 | The following files have been modified:
|
|---|
| 32 | G4PreCompoundAlpha.hh, G4PreCompoundDeuteron.hh, G4PreCompoundHe3.hh,
|
|---|
| 33 | G4PreCompoundTriton.hh, G4PreCompoundNeutron.hh, G4PreCompoundProton.hh
|
|---|
| 34 |
|
|---|
| 35 |
|
|---|
| 36 | 23-August 2007 A.Howard hadr-pre-V09-00-01
|
|---|
| 37 | ----------------------------------------------
|
|---|
| 38 | - Development tag incorporating further suggestions/corrections from
|
|---|
| 39 | Jose-Manuel Quesada particularly with respect to light ion production.
|
|---|
| 40 | The following files have been modified:
|
|---|
| 41 | G4PreCompoundIon.cc, G4PreCompoundDeuteron.hh, G4PreCompoundHe3.hh,
|
|---|
| 42 | G4PreCompoundTriton.hh, G4PreCompoundAlpha.hh, G4PreCompoundIon.hh,
|
|---|
| 43 | G4VPreCompoundIon.hh (unused?)
|
|---|
| 44 |
|
|---|
| 45 |
|
|---|
| 46 | 23-July 2007 A.Howard hadr-pre-V09-00-00
|
|---|
| 47 | ----------------------------------------------
|
|---|
| 48 | - Development tag incorporating the suggestions/corrections of Jose-Manuel
|
|---|
| 49 | Quesada. These should reflect the literature and units expected for the
|
|---|
| 50 | exciton model. The following files have been modified:
|
|---|
| 51 | G4PreCompoundNucleon.hh, G4VPreCompoundNucleon.hh, G4PreCompoundAlpha.hh,
|
|---|
| 52 | G4PreCompoundHe3.hh, G4PreCompoundDeuteron.hh, G4PreCompoundNeutron.hh,
|
|---|
| 53 | G4PreCompoundProton.hh, G4PreCompoundTriton.hh
|
|---|
| 54 | G4VPreCompoundIon.cc, G4PreCompoundIon.cc, G4PreCompoundModel.cc,
|
|---|
| 55 | G4VPreCompoundFragment.cc, G4PreCompoundTransitions.cc,
|
|---|
| 56 | G4PreCompoundNucleon.cc, G4VPreCompoundNucleon.cc
|
|---|
| 57 | The main changes are:
|
|---|
| 58 | - introducing an Rj factor into the probability calculation,
|
|---|
| 59 | - correcting the units for the Pauli Blocking Factor - missing a g factor,
|
|---|
| 60 | - decreasing the number of charged particles if the number excitons is
|
|---|
| 61 | decreased (previously this number was only increased with increasing
|
|---|
| 62 | excitons).
|
|---|
| 63 |
|
|---|
| 64 |
|
|---|
| 65 | 04-May 2007 G.Folger hadr-pre-V08-02-00
|
|---|
| 66 | ----------------------------------------------
|
|---|
| 67 | - G4PreCompoundTransitions.cc: Protect against divide by 0
|
|---|
| 68 |
|
|---|
| 69 | 19 Aug 2006 Dennis Wright (hadr-pre-V08-01-00)
|
|---|
| 70 | ----------------------------------------------
|
|---|
| 71 | - exciton_model
|
|---|
| 72 | G4VPreCompoundFragment.hh, .icc : remove meaningless const from
|
|---|
| 73 | methods GetA, GetZ, GetRestA, GetRestZ, GetCoulombBarrier, GetBindingEnergy,
|
|---|
| 74 | GetMaximalKineticEnergy, GetEnergyThreshold, GetEmissionProbability,
|
|---|
| 75 | GetNuclearMass, GetRestNuclearMass and GetReducedMass
|
|---|
| 76 |
|
|---|