57 lines
2.1 KiB
Plaintext
57 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
|
|
==========================================================
|
|
Geant4 - an Object-Oriented Toolkit for Physics Simulation
|
|
==========================================================
|
|
|
|
History file for hadronic/models/cascade
|
|
----------------------------------------
|
|
|
|
This file should be used to summarize modifications introduced in the
|
|
code and to keep track of all tags.
|
|
|
|
---------------------------------------------------------------
|
|
* Please list in reverse chronological order (last date on top)
|
|
---------------------------------------------------------------
|
|
|
|
17 Nov 2007 Dennis Wright (hadr-casc-V09-00-02)
|
|
-----------------------------------------------
|
|
- Fix angular distribution for nucleon-nucleon elastic scattering
|
|
above 2.8 GeV, by modifying G4ElementaryParticleCollider::getElasticCase
|
|
|
|
25 May 2007 Dennis Wright for Aatos Heikkinen (hadr-casc-V08-03-00)
|
|
-------------------------------------------------------------------
|
|
- implemented interfaces for pre-equilibrium and equilbrium evaporation
|
|
models
|
|
|
|
04 May 2007 Aatos Heikkinen (hadr-casc-V08-02-00)
|
|
-------------------------------------------------
|
|
|
|
- Added protection in G4ElementaryParticleCollider against negative
|
|
value to sqrt().
|
|
|
|
08 May 2006 Dennis Wright (hadr-casc-V08-00-00)
|
|
-----------------------------------------------
|
|
|
|
- cascade: remove G4BERTINI_KAON conditional assembly flags. Files
|
|
affected:
|
|
G4ElementaryParticleCollider.hh, cc
|
|
G4InuclElementaryParticle.hh
|
|
G4NucleiModel.hh, cc
|
|
G4CascadeInterface.cc
|
|
G4IntraNucleiCascader.cc
|
|
|
|
- cascade (Pekka Kaitaniemi): G4ElasticCascadeInterface: derive
|
|
from G4VIntraNuclearTransportModel instead of G4HadronElastic.
|
|
Check for case when no elastic scattering occurs. If so,
|
|
return original bullet and target.
|
|
|
|
24 Nov 2005 Dennis Wright (hadr-casc-V07-01-00)
|
|
----------------------------------------------
|
|
|
|
- cascade (bertini-V07-01-00 by Aatos Heikkinen)
|
|
elastic scattering interface added:
|
|
G4ElasticCascadeInterface.hh, .cc added
|
|
G4CascadeInterface.hh modified
|
|
|