| 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 | 21-November 2009 V.Ivanchenko hadr-pre-V09-02-07
|
|---|
| 18 | ---------------------------------------------------
|
|---|
| 19 | G4PreCompoundTransitions - return back transition probability
|
|---|
| 20 |
|
|---|
| 21 | 19-November 2009 V.Ivanchenko hadr-pre-V09-02-06
|
|---|
| 22 | ---------------------------------------------------
|
|---|
| 23 | G4PreCompoundModel - (JMQ) CEM transition probabilities are set
|
|---|
| 24 | as a default
|
|---|
| 25 | G4PreCompoundTransitions - (JMQ) CEM transition probabilities have been
|
|---|
| 26 | renormalized (transitions with Delta N=+2
|
|---|
| 27 | are increased by factor 5)
|
|---|
| 28 |
|
|---|
| 29 | 12-November 2009 G.Cosmo hadr-pre-V09-02-05
|
|---|
| 30 | ---------------------------------------------------
|
|---|
| 31 | G4PrecompoundEmission - fixed compilation error on Windows.
|
|---|
| 32 |
|
|---|
| 33 | 12-November 2009 G.Folger hadr-pre-V09-02-04
|
|---|
| 34 | ---------------------------------------------------
|
|---|
| 35 | G4PrecompoundEmission - modifiy AngularDistribution() to avoid floating point
|
|---|
| 36 | exceptions.
|
|---|
| 37 | - remove calls to log in rho() replaced by use of new
|
|---|
| 38 | logfactorial()
|
|---|
| 39 |
|
|---|
| 40 | 13-February 2009 V.Ivanchenko hadr-pre-V09-02-03
|
|---|
| 41 | ---------------------------------------------------
|
|---|
| 42 | G4PreCompoundXXX - changed the shape of probabilities (return back to 9.2)
|
|---|
| 43 | for d, t, He3, alpha (JMQ)
|
|---|
| 44 |
|
|---|
| 45 | 12-February 2009 V.Ivanchenko hadr-pre-V09-02-02
|
|---|
| 46 | ---------------------------------------------------
|
|---|
| 47 | G4PreCompoundXXX - changed the shape of probabilities
|
|---|
| 48 | for d, t, He3, alpha near the Coulomb barrier (JMQ)
|
|---|
| 49 |
|
|---|
| 50 | 11-February 2009 V.Ivanchenko hadr-pre-V09-02-01
|
|---|
| 51 | ---------------------------------------------------
|
|---|
| 52 | G4PreCompoundXXX - set default Opt3 back, add decrease Coulomb barrier
|
|---|
| 53 | for d, t, a, he3 (JMQ)
|
|---|
| 54 |
|
|---|
| 55 | 10-February 2009 V.Ivanchenko hadr-pre-V09-02-00
|
|---|
| 56 | ---------------------------------------------------
|
|---|
| 57 | Some clean up of comments
|
|---|
| 58 | G4PreCompoundIon - fixed probability of light ion emmision (JMQ)
|
|---|
| 59 | G4PreCompoundXXX - by default Opt1 is used for d, t, a, he3,
|
|---|
| 60 | Opt3 for n, p (JMQ)
|
|---|
| 61 |
|
|---|
| 62 | 09-December 2008 A.Howard hadr-pre-V09-01-15
|
|---|
| 63 | ---------------------------------------------------
|
|---|
| 64 | Added protection for close to zero excitation energy in
|
|---|
| 65 | G4PreCompoundModel.cc (according to JMQ, MAC) to not try to de-excite.
|
|---|
| 66 |
|
|---|
| 67 | 09-December 2008 A.Howard hadr-pre-V09-01-14
|
|---|
| 68 | ---------------------------------------------------
|
|---|
| 69 | Added protection for close to zero excitation energy in
|
|---|
| 70 | G4PreCompoundTransitions.cc (returns 0.0), prevents FPE later on.
|
|---|
| 71 |
|
|---|
| 72 | 27-November 2008 A.Howard hadr-pre-V09-01-13
|
|---|
| 73 | ---------------------------------------------------
|
|---|
| 74 | Added data member initialisation to G4VPreCompoundTransitions.hh
|
|---|
| 75 |
|
|---|
| 76 | 19-November 2008 A.Howard hadr-pre-V09-01-12
|
|---|
| 77 | ---------------------------------------------------
|
|---|
| 78 | JMQ fix to G4PreCompoundNeutron.cc for Zirconium (if (nu < 0.)nu=-nu).
|
|---|
| 79 |
|
|---|
| 80 | 30-September 2008 A.Howard hadr-pre-V09-01-11
|
|---|
| 81 | ---------------------------------------------------
|
|---|
| 82 | Trivial protection against negative probabilities for incident protons on
|
|---|
| 83 | targets with A < Carbon.
|
|---|
| 84 |
|
|---|
| 85 | 22-September 2008 A.Howard hadr-pre-V09-01-10
|
|---|
| 86 | ---------------------------------------------------
|
|---|
| 87 | JMQ's latest developments - which are an extension of hadr-pre-V09-01-08 with
|
|---|
| 88 | cross-section options (equivalent to the de-excitation modifications) and other
|
|---|
| 89 | options (SICB, Never Go Back,...). In addition Gunter's fix to the factorials
|
|---|
| 90 | is included from hadr-pre-V09-01-09.
|
|---|
| 91 | Added new files: G4PreCompoundAlpha.cc G4PreCompoundDeuteron.cc
|
|---|
| 92 | G4PreCompoundHe3.cc G4PreCompoundNeutron.cc G4PreCompoundProton.cc
|
|---|
| 93 | G4PreCompoundTriton.cc (Classes previously existed. Now they have more
|
|---|
| 94 | involved cross-section calculations).
|
|---|
| 95 |
|
|---|
| 96 | 19-September 2008 A.Howard hadr-pre-V09-01-09
|
|---|
| 97 | ---------------------------------------------------
|
|---|
| 98 | Including Gunter's fix (see 11-August below) on top of ref-07
|
|---|
| 99 | (hadr-pre-V09-00-04), i.e. without JMQ's developments.
|
|---|
| 100 |
|
|---|
| 101 | 11-August 2008 G.Folger
|
|---|
| 102 | -----------------------------------------------
|
|---|
| 103 | Rewrite algorithm in G4PreCompoundEmission::rho() to avoid frequent
|
|---|
| 104 | floating point overflow when using Precompund in combination
|
|---|
| 105 | with Binary Cascade.
|
|---|
| 106 |
|
|---|
| 107 |
|
|---|
| 108 | 24 July 2008 J. M. Quesada hadr-pre-V09-01-08
|
|---|
| 109 | ---------------------------------------------------
|
|---|
| 110 | Minor fixes and Coulomb barrier just for Wellisch's proton cross section
|
|---|
| 111 | (OPT=2)
|
|---|
| 112 |
|
|---|
| 113 |
|
|---|
| 114 | 23 July 2008 V.Ivanchenko hadr-pre-V09-01-07
|
|---|
| 115 | ---------------------------------------------------
|
|---|
| 116 | Fixed mistake in tagging
|
|---|
| 117 |
|
|---|
| 118 | 23 July 2008 V.Ivanchenko hadr-pre-V09-01-06
|
|---|
| 119 | ---------------------------------------------------
|
|---|
| 120 | Return back Coulomb barrier initialisation (J.M.Quesada)
|
|---|
| 121 |
|
|---|
| 122 | 27 June 2008 V.Ivanchenko hadr-pre-V09-01-05
|
|---|
| 123 | ---------------------------------------------------
|
|---|
| 124 | Fixed G4PreCompoundNucleon and G4PreCompoundIon for
|
|---|
| 125 | Coulomb barrier, added protections for zero cross sections,
|
|---|
| 126 | OPT=2 is used (J.M.Quesada)
|
|---|
| 127 |
|
|---|
| 128 | 05 June 2008 J. M. Quesada hadr-pre-V09-01-04
|
|---|
| 129 | ---------------------------------------------------
|
|---|
| 130 | Bug fixed in OPT=1 (Chatterjee) charged particle cross sections.
|
|---|
| 131 | Unphysical values at very low emission energies have been corrected (set
|
|---|
| 132 | to 0); OPT=1 ( OPT=2 in previous tag)
|
|---|
| 133 |
|
|---|
| 134 |
|
|---|
| 135 | 15-May 2008 J. M.Quesada hadr-pre-V09-01-03
|
|---|
| 136 | -----------------------------------------------
|
|---|
| 137 | The retrieval of transition probabilities in G4PreCompoundModel.cc
|
|---|
| 138 | (for protection against unphysically crossing the landa_+=landa_- condition)
|
|---|
| 139 | was misplaced. Now it has been placed inside the preequilibrium transitions
|
|---|
| 140 | loop.
|
|---|
| 141 |
|
|---|
| 142 | 8-May 2008 J. M.Quesada hadr-pre-V09-01-02
|
|---|
| 143 | -----------------------------------------------
|
|---|
| 144 | Protection against non physical situation has been set: Equilibrium exciton number
|
|---|
| 145 | Neq (when reached, equilibrium regime starts) should correspond to equal transition
|
|---|
| 146 | probabilities "back" and "forth". Nevertheless, for heavy target (Neq is big even
|
|---|
| 147 | for low incident energies) after first emission this condition (equal trans. prob.)
|
|---|
| 148 | is reached far before reaching corresponding Neq of the residual. Unless this "jump"
|
|---|
| 149 | to equilibrium is forced in this case, preequilibrium will be
|
|---|
| 150 | spuriously prolonged (as a side effect, with huge CPU consumption).
|
|---|
| 151 | G4PreCompoundModel and G4PreCompoundTransitions classes have been modified.
|
|---|
| 152 |
|
|---|
| 153 |
|
|---|
| 154 | 1-May 2008 J. M.Quesada hadr-pre-V09-01-01
|
|---|
| 155 | -----------------------------------------------
|
|---|
| 156 | - First trial with cvs. 00 skipped by mistake.
|
|---|
| 157 | New inverse cross sections:
|
|---|
| 158 | OPT=1 Chetterjee's parameterization to reaction cross sections from optical potential global fittings.
|
|---|
| 159 | OPT=2 as OPT=1 but for protons the Wellisch's parameterization for protons is used (DEFAULT)
|
|---|
| 160 | OPT=3 Kalbach's modifications of Chatterjee's parameterization of cross sections
|
|---|
| 161 | OPT=4 as OPT=3 but for protons the Wellisch's parameterization for protons is used
|
|---|
| 162 |
|
|---|
| 163 | Coulomb barrier has been suppressed as it enters through inverse cross sections. Also methods related to former Dostrovski's cross sections (alpha , beta and C parameters) have been suppressed. In all particle header files:
|
|---|
| 164 | G4PreCompoundNucleon.hh ,G4PreCompoundNeutron.hh,G4PreCompoundProton.hh, G4PreCompoundIon.hh, G4PreCompoundDeuteron.hh, G4PreCompoundTriton.hh ,G4PreCompoundHe3.hh , G4PreCompoundAlpha.hh
|
|---|
| 165 |
|
|---|
| 166 |
|
|---|
| 167 | Soft cutoff transition from equilibrium to equilibrium has been suppressed (unphysical and not necessary anymore).In G4PreCompoundModel.
|
|---|
| 168 |
|
|---|
| 169 | New transition probabilities :
|
|---|
| 170 | OPT=1 Gudima's formulae
|
|---|
| 171 | OPT=2 Machner parameterization of matrix elements for transitions (DEFAULT)
|
|---|
| 172 |
|
|---|
| 173 | Level density is set to A/10 (Gudima's prescription).
|
|---|
| 174 |
|
|---|
| 175 | Several bugs fixed (average xs in nucleon-nucleon xs in G4PreCompundTransitions.cc and emission probability formula in G4PreCompoundIon.cc ) .
|
|---|
| 176 |
|
|---|
| 177 | 25-October 2007 A.Howard hadr-pre-V09-00-04
|
|---|
| 178 | -----------------------------------------------
|
|---|
| 179 | - Removed compilation warning on unused parameter in G4PreCompoundIon.cc
|
|---|
| 180 |
|
|---|
| 181 |
|
|---|
| 182 | 11-October 2007 A.Howard hadr-pre-V09-00-03
|
|---|
| 183 | -----------------------------------------------
|
|---|
| 184 | - Corrected for integer arithmetic bug in G4PreCompoundModel.cc
|
|---|
| 185 | (ratio of charged to neutral excitons)
|
|---|
| 186 |
|
|---|
| 187 |
|
|---|
| 188 | 01-October 2007 A.Howard hadr-pre-V09-00-02
|
|---|
| 189 | -----------------------------------------------
|
|---|
| 190 | - Protected Rj (Q_beta) factor against divide by zeroes (should never happen?)
|
|---|
| 191 | The following files have been modified:
|
|---|
| 192 | G4PreCompoundAlpha.hh, G4PreCompoundDeuteron.hh, G4PreCompoundHe3.hh,
|
|---|
| 193 | G4PreCompoundTriton.hh, G4PreCompoundNeutron.hh, G4PreCompoundProton.hh
|
|---|
| 194 |
|
|---|
| 195 |
|
|---|
| 196 | 23-August 2007 A.Howard hadr-pre-V09-00-01
|
|---|
| 197 | ----------------------------------------------
|
|---|
| 198 | - Development tag incorporating further suggestions/corrections from
|
|---|
| 199 | Jose-Manuel Quesada particularly with respect to light ion production.
|
|---|
| 200 | The following files have been modified:
|
|---|
| 201 | G4PreCompoundIon.cc, G4PreCompoundDeuteron.hh, G4PreCompoundHe3.hh,
|
|---|
| 202 | G4PreCompoundTriton.hh, G4PreCompoundAlpha.hh, G4PreCompoundIon.hh,
|
|---|
| 203 | G4VPreCompoundIon.hh (unused?)
|
|---|
| 204 |
|
|---|
| 205 |
|
|---|
| 206 | 23-July 2007 A.Howard hadr-pre-V09-00-00
|
|---|
| 207 | ----------------------------------------------
|
|---|
| 208 | - Development tag incorporating the suggestions/corrections of Jose-Manuel
|
|---|
| 209 | Quesada. These should reflect the literature and units expected for the
|
|---|
| 210 | exciton model. The following files have been modified:
|
|---|
| 211 | G4PreCompoundNucleon.hh, G4VPreCompoundNucleon.hh, G4PreCompoundAlpha.hh,
|
|---|
| 212 | G4PreCompoundHe3.hh, G4PreCompoundDeuteron.hh, G4PreCompoundNeutron.hh,
|
|---|
| 213 | G4PreCompoundProton.hh, G4PreCompoundTriton.hh
|
|---|
| 214 | G4VPreCompoundIon.cc, G4PreCompoundIon.cc, G4PreCompoundModel.cc,
|
|---|
| 215 | G4VPreCompoundFragment.cc, G4PreCompoundTransitions.cc,
|
|---|
| 216 | G4PreCompoundNucleon.cc, G4VPreCompoundNucleon.cc
|
|---|
| 217 | The main changes are:
|
|---|
| 218 | - introducing an Rj factor into the probability calculation,
|
|---|
| 219 | - correcting the units for the Pauli Blocking Factor - missing a g factor,
|
|---|
| 220 | - decreasing the number of charged particles if the number excitons is
|
|---|
| 221 | decreased (previously this number was only increased with increasing
|
|---|
| 222 | excitons).
|
|---|
| 223 |
|
|---|
| 224 |
|
|---|
| 225 | 04-May 2007 G.Folger hadr-pre-V08-02-00
|
|---|
| 226 | ----------------------------------------------
|
|---|
| 227 | - G4PreCompoundTransitions.cc: Protect against divide by 0
|
|---|
| 228 |
|
|---|
| 229 | 19 Aug 2006 Dennis Wright (hadr-pre-V08-01-00)
|
|---|
| 230 | ----------------------------------------------
|
|---|
| 231 | - exciton_model
|
|---|
| 232 | G4VPreCompoundFragment.hh, .icc : remove meaningless const from
|
|---|
| 233 | methods GetA, GetZ, GetRestA, GetRestZ, GetCoulombBarrier, GetBindingEnergy,
|
|---|
| 234 | GetMaximalKineticEnergy, GetEnergyThreshold, GetEmissionProbability,
|
|---|
| 235 | GetNuclearMass, GetRestNuclearMass and GetReducedMass
|
|---|
| 236 |
|
|---|