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