| 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 | 19 November 2009 Gunter Folger (hadr-modman-V09-02-07)
|
|---|
| 18 | - G4V3DNucleus has 2 functions to sort nucleons along +/- z
|
|---|
| 19 |
|
|---|
| 20 | 2 October 2009 - V.Ivanchenko (hadr-modman-V09-02-06)
|
|---|
| 21 | ------------------------------------------------------
|
|---|
| 22 | - G4HadronicInteraction - added SetModelName method
|
|---|
| 23 |
|
|---|
| 24 | 30 August 2009 - V.Ivanchenko (hadr-modman-V09-02-05)
|
|---|
| 25 | ------------------------------------------------------
|
|---|
| 26 | - G4HadronicInteraction - renamed SampleT by SampleInvariantT,
|
|---|
| 27 | added recoilEnergyThreshold parameter and Get/Set
|
|---|
| 28 | methods;
|
|---|
| 29 | use const pointers to G4Element and G4Material;
|
|---|
| 30 | moved G4ReactionDynamics instance to parametrize
|
|---|
| 31 | model class G4InelasticInteraction,
|
|---|
| 32 |
|
|---|
| 33 | 2 July 2009 - V.Ivanchenko (hadr-modman-V09-02-04)
|
|---|
| 34 | ------------------------------------------------------
|
|---|
| 35 | - G4HadronicInteraction - added virtual method SampleT and empty
|
|---|
| 36 | default implementation needed for elastic
|
|---|
| 37 | models
|
|---|
| 38 |
|
|---|
| 39 | 25 February 2009 - V.Ivanchenko (hadr-modman-V09-02-03)
|
|---|
| 40 | ------------------------------------------------------
|
|---|
| 41 | - G4HadronicInteractionRegistry - added protection to the Clean method
|
|---|
| 42 |
|
|---|
| 43 | 14 February 2009 - V.Ivanchenko (hadr-modman-V09-02-02)
|
|---|
| 44 | ------------------------------------------------------
|
|---|
| 45 | - G4HadronicInteractionRegistry - added Clean method
|
|---|
| 46 |
|
|---|
| 47 | 06 February 2009 - V.Ivanchenko (hadr-modman-V09-02-01)
|
|---|
| 48 | ------------------------------------------------------
|
|---|
| 49 |
|
|---|
| 50 | 23 January 2009 - V.Ivanchenko (hadr-modman-V09-02-00)
|
|---|
| 51 | ------------------------------------------------------
|
|---|
| 52 | - G4HadronicInteractionRegistry - make it as real singleton
|
|---|
| 53 | - G4HadronicInteraction, G4InelasticInteraction - move constructor,
|
|---|
| 54 | destructor and some header files from header to source
|
|---|
| 55 |
|
|---|
| 56 | 19 June 2008 - G.Cosmo (hadr-modman-V09-01-03)
|
|---|
| 57 | -----------------------------------------------
|
|---|
| 58 | - included change introduced in hadr-modman-V09-01-01 and
|
|---|
| 59 | discarded by mistake in the last tag ...
|
|---|
| 60 |
|
|---|
| 61 | 19 June 2008 - V.Ivanchenko (hadr-modman-V09-01-02)
|
|---|
| 62 | -------------------------------------------------
|
|---|
| 63 | - comment out destructor of G4HadronicInteractionRegistry
|
|---|
| 64 |
|
|---|
| 65 | 16 May 2008 - G.Folger (hadr-modman-V09-01-01)
|
|---|
| 66 | -------------------------------------------------
|
|---|
| 67 | - add pure virtual G4V3DNucleus::SortNucleonsInZ()
|
|---|
| 68 |
|
|---|
| 69 | 21 Mar 2008 - D.H. Wright (hadr-modman-V09-01-00)
|
|---|
| 70 | -------------------------------------------------
|
|---|
| 71 | Fix gcc-4.3 compiler warning in G4InelasticInteraction.cc
|
|---|
| 72 |
|
|---|
| 73 | 11 Jan 2007 - D.H. Wright (hadr-modman-V08-02-00)
|
|---|
| 74 | -------------------------------------------------
|
|---|
| 75 | For error reporting, add model name arguments and default names to
|
|---|
| 76 | constructors for classes
|
|---|
| 77 | G4HadronicInteraction
|
|---|
| 78 | G4InelasticInteraction
|
|---|
| 79 | G4VIntraNuclearTransportModel
|
|---|
| 80 | G4VPreCompoundModel
|
|---|
| 81 |
|
|---|
| 82 | 30 May 2006 - D.H. Wright (hadr-modman-V08-00-02)
|
|---|
| 83 | -------------------------------------------------
|
|---|
| 84 | G4InelasticInteraction: fix memory leak in method CalculateMomenta
|
|---|
| 85 | where target, projetcile and secondaries are cached.
|
|---|
| 86 |
|
|---|
| 87 | 02 May 2006 - D.H. Wright (hadr-modman-V08-00-01)
|
|---|
| 88 | -------------------------------------------------
|
|---|
| 89 | G4InelasticInteraction: in method CalculateMomenta, save current, target
|
|---|
| 90 | and secondaries in case annihilation fails in GenerateXandPt, then
|
|---|
| 91 | restore them for use in TwoCluster
|
|---|
| 92 |
|
|---|
| 93 | 07 Apr 2006 - D.H. Wright (hadr-modman-V08-00-00)
|
|---|
| 94 | -------------------------------------------------
|
|---|
| 95 | G4InelasticInteraction: in method CalculateMomenta, correct excess
|
|---|
| 96 | energy problem by doing two calculations of nuclear evaporation,
|
|---|
| 97 | one for the annihilation case and one for non-annihilation.
|
|---|
| 98 | Previously one value was applied to both cases.
|
|---|