| [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 |
|
|---|
| [962] | 17 | 19 June 2008 - G.Cosmo (hadr-modman-V09-01-03)
|
|---|
| 18 | -----------------------------------------------
|
|---|
| 19 | - included change introduced in hadr-modman-V09-01-01 and
|
|---|
| [1007] | 20 | discarded by imstake in the last tag ...
|
|---|
| [962] | 21 |
|
|---|
| 22 | 19 June 2008 - V.Ivanchenko (hadr-modman-V09-01-02)
|
|---|
| 23 | -------------------------------------------------
|
|---|
| 24 | - comment out destructor of G4HadronicInteractionRegistry
|
|---|
| 25 |
|
|---|
| 26 | 16 May 2008 - G.Folger (hadr-modman-V09-01-01)
|
|---|
| 27 | -------------------------------------------------
|
|---|
| 28 | - add pure virtual G4V3DNucleus::SortNucleonsInZ()
|
|---|
| 29 |
|
|---|
| [819] | 30 | 21 Mar 2008 - D.H. Wright (hadr-modman-V09-01-00)
|
|---|
| 31 | -------------------------------------------------
|
|---|
| 32 | Fix gcc-4.3 compiler warning in G4InelasticInteraction.cc
|
|---|
| 33 |
|
|---|
| 34 | 11 Jan 2007 - D.H. Wright (hadr-modman-V08-02-00)
|
|---|
| 35 | -------------------------------------------------
|
|---|
| 36 | For error reporting, add model name arguments and default names to
|
|---|
| 37 | constructors for classes
|
|---|
| 38 | G4HadronicInteraction
|
|---|
| 39 | G4InelasticInteraction
|
|---|
| 40 | G4VIntraNuclearTransportModel
|
|---|
| 41 | G4VPreCompoundModel
|
|---|
| 42 |
|
|---|
| 43 | 30 May 2006 - D.H. Wright (hadr-modman-V08-00-02)
|
|---|
| 44 | -------------------------------------------------
|
|---|
| 45 | G4InelasticInteraction: fix memory leak in method CalculateMomenta
|
|---|
| 46 | where target, projetcile and secondaries are cached.
|
|---|
| 47 |
|
|---|
| 48 | 02 May 2006 - D.H. Wright (hadr-modman-V08-00-01)
|
|---|
| 49 | -------------------------------------------------
|
|---|
| 50 | G4InelasticInteraction: in method CalculateMomenta, save current, target
|
|---|
| 51 | and secondaries in case annihilation fails in GenerateXandPt, then
|
|---|
| 52 | restore them for use in TwoCluster
|
|---|
| 53 |
|
|---|
| 54 | 07 Apr 2006 - D.H. Wright (hadr-modman-V08-00-00)
|
|---|
| 55 | -------------------------------------------------
|
|---|
| 56 | G4InelasticInteraction: in method CalculateMomenta, correct excess
|
|---|
| 57 | energy problem by doing two calculations of nuclear evaporation,
|
|---|
| 58 | one for the annihilation case and one for non-annihilation.
|
|---|
| 59 | Previously one value was applied to both cases.
|
|---|