| 1 | -------------------------------------------------------------------
|
|---|
| 2 |
|
|---|
| 3 | ==========================================================
|
|---|
| 4 | Geant4 - an Object-Oriented Toolkit for Physics Simulation
|
|---|
| 5 | ==========================================================
|
|---|
| 6 |
|
|---|
| 7 | History file for hadronic/models/cascade
|
|---|
| 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 | 5 May 2008 Gabriele Cosmo (hadr-casc-V09-00-04)
|
|---|
| 18 | -----------------------------------------------
|
|---|
| 19 | - Tag for release 9.1.p02.
|
|---|
| 20 |
|
|---|
| 21 | 30 Apr 2008 Dennis Wright (hadr-casc-V09-01-02)
|
|---|
| 22 | -----------------------------------------------
|
|---|
| 23 | - fix cross section bug in G4CascadSpecialFunctions that returned
|
|---|
| 24 | low or zero total cross sections for pi-p, pi+n, np, and pi0
|
|---|
| 25 | interactions
|
|---|
| 26 |
|
|---|
| 27 | 22 Apr 2008 Dennis Wright (hadr-casc-V09-01-01)
|
|---|
| 28 | -----------------------------------------------
|
|---|
| 29 | - changed pp, nn total cross section parameterization in
|
|---|
| 30 | G4CascadSpecialFunctions to more closely reflect the PDG values (old one
|
|---|
| 31 | was off by as much as a factor of 3.
|
|---|
| 32 |
|
|---|
| 33 | 3 Apr 2008 Dennis Wright (hadr-casc-V09-01-coula)
|
|---|
| 34 | -------------------------------------------------
|
|---|
| 35 | - removed Coulomb barrier from G4IntraNucleiCascader.cc (causes unphysical spike)
|
|---|
| 36 |
|
|---|
| 37 | 3 Apr 2008 Dennis Wright (hadr-casc-V09-01-coul)
|
|---|
| 38 | ------------------------------------------------
|
|---|
| 39 | - Added Coulomb barrier in G4EquilibriumEvaporator.cc, G4IntraNucleiCascader.cc
|
|---|
| 40 |
|
|---|
| 41 | 17 Nov 2007 Dennis Wright (hadr-casc-V09-00-02)
|
|---|
| 42 | -----------------------------------------------
|
|---|
| 43 | - Fix angular distribution for nucleon-nucleon elastic scattering
|
|---|
| 44 | above 2.8 GeV, by modifying G4ElementaryParticleCollider::getElasticCase
|
|---|
| 45 |
|
|---|
| 46 | 25 May 2007 Dennis Wright for Aatos Heikkinen (hadr-casc-V08-03-00)
|
|---|
| 47 | -------------------------------------------------------------------
|
|---|
| 48 | - implemented interfaces for pre-equilibrium and equilbrium evaporation
|
|---|
| 49 | models
|
|---|
| 50 |
|
|---|
| 51 | 04 May 2007 Aatos Heikkinen (hadr-casc-V08-02-00)
|
|---|
| 52 | -------------------------------------------------
|
|---|
| 53 |
|
|---|
| 54 | - Added protection in G4ElementaryParticleCollider against negative
|
|---|
| 55 | value to sqrt().
|
|---|
| 56 |
|
|---|
| 57 | 08 May 2006 Dennis Wright (hadr-casc-V08-00-00)
|
|---|
| 58 | -----------------------------------------------
|
|---|
| 59 |
|
|---|
| 60 | - cascade: remove G4BERTINI_KAON conditional assembly flags. Files
|
|---|
| 61 | affected:
|
|---|
| 62 | G4ElementaryParticleCollider.hh, cc
|
|---|
| 63 | G4InuclElementaryParticle.hh
|
|---|
| 64 | G4NucleiModel.hh, cc
|
|---|
| 65 | G4CascadeInterface.cc
|
|---|
| 66 | G4IntraNucleiCascader.cc
|
|---|
| 67 |
|
|---|
| 68 | - cascade (Pekka Kaitaniemi): G4ElasticCascadeInterface: derive
|
|---|
| 69 | from G4VIntraNuclearTransportModel instead of G4HadronElastic.
|
|---|
| 70 | Check for case when no elastic scattering occurs. If so,
|
|---|
| 71 | return original bullet and target.
|
|---|
| 72 |
|
|---|
| 73 | 24 Nov 2005 Dennis Wright (hadr-casc-V07-01-00)
|
|---|
| 74 | ----------------------------------------------
|
|---|
| 75 |
|
|---|
| 76 | - cascade (bertini-V07-01-00 by Aatos Heikkinen)
|
|---|
| 77 | elastic scattering interface added:
|
|---|
| 78 | G4ElasticCascadeInterface.hh, .cc added
|
|---|
| 79 | G4CascadeInterface.hh modified
|
|---|
| 80 |
|
|---|