| [819] | 1 | -------------------------------------------------------------------
|
|---|
| 2 |
|
|---|
| 3 | ==========================================================
|
|---|
| 4 | Geant4 - an Object-Oriented Toolkit for Physics Simulation
|
|---|
| 5 | ==========================================================
|
|---|
| 6 |
|
|---|
| 7 | History file for Model Management directory
|
|---|
| 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 | 23 Apr 2008 - Gabriele Cosmo (hadr-modman-V09-00-00)
|
|---|
| 18 | ----------------------------------------------------
|
|---|
| 19 | - Tag for release 9.1.p02.
|
|---|
| 20 |
|
|---|
| 21 | 21 Mar 2008 - D.H. Wright (hadr-modman-V09-01-00)
|
|---|
| 22 | -------------------------------------------------
|
|---|
| 23 | Fix gcc-4.3 compiler warning in G4InelasticInteraction.cc
|
|---|
| 24 |
|
|---|
| 25 | 11 Jan 2007 - D.H. Wright (hadr-modman-V08-02-00)
|
|---|
| 26 | -------------------------------------------------
|
|---|
| 27 | For error reporting, add model name arguments and default names to
|
|---|
| 28 | constructors for classes
|
|---|
| 29 | G4HadronicInteraction
|
|---|
| 30 | G4InelasticInteraction
|
|---|
| 31 | G4VIntraNuclearTransportModel
|
|---|
| 32 | G4VPreCompoundModel
|
|---|
| 33 |
|
|---|
| 34 | 30 May 2006 - D.H. Wright (hadr-modman-V08-00-02)
|
|---|
| 35 | -------------------------------------------------
|
|---|
| 36 | G4InelasticInteraction: fix memory leak in method CalculateMomenta
|
|---|
| 37 | where target, projetcile and secondaries are cached.
|
|---|
| 38 |
|
|---|
| 39 | 02 May 2006 - D.H. Wright (hadr-modman-V08-00-01)
|
|---|
| 40 | -------------------------------------------------
|
|---|
| 41 | G4InelasticInteraction: in method CalculateMomenta, save current, target
|
|---|
| 42 | and secondaries in case annihilation fails in GenerateXandPt, then
|
|---|
| 43 | restore them for use in TwoCluster
|
|---|
| 44 |
|
|---|
| 45 | 07 Apr 2006 - D.H. Wright (hadr-modman-V08-00-00)
|
|---|
| 46 | -------------------------------------------------
|
|---|
| 47 | G4InelasticInteraction: in method CalculateMomenta, correct excess
|
|---|
| 48 | energy problem by doing two calculations of nuclear evaporation,
|
|---|
| 49 | one for the annihilation case and one for non-annihilation.
|
|---|
| 50 | Previously one value was applied to both cases.
|
|---|