| [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 |
|
|---|
| [1347] | 17 | 3 November 2010 - G.Folger (hadr-modman-V09-03-05)
|
|---|
| 18 | - G4VNuclearDensity: coverity warning: init data member in ctor
|
|---|
| 19 |
|
|---|
| [1340] | 20 | 8 September 2010 - G.Folger (hadr-modman-V09-03-04)
|
|---|
| 21 | ------------------------------------------------------
|
|---|
| 22 | - G4V3DNucleus; use integer for A and Z
|
|---|
| 23 |
|
|---|
| 24 | 28 August 2010 - V.Ivanchenko (hadr-modman-V09-03-03)
|
|---|
| 25 | ------------------------------------------------------
|
|---|
| 26 | - G4VPreCompoundModel - make deexcited G4Fragment non-const
|
|---|
| 27 | - G4VIntraNuclearTransportModel - moved constructor and destructor
|
|---|
| 28 | to the source
|
|---|
| 29 |
|
|---|
| [1337] | 30 | 11 June 2010 - V.Ivanchenko (hadr-modman-V09-03-02)
|
|---|
| 31 | ------------------------------------------------------
|
|---|
| 32 | - G4VPreCompoundModel - constructor and destructor moved to the head
|
|---|
| 33 |
|
|---|
| [1315] | 34 | 02 April 2010 - Dennis Wright (hadr-modman-V09-03-01)
|
|---|
| 35 | -----------------------------------------------------
|
|---|
| 36 | - G4HadronicInteraction - add two methods, GetEnergyMomentumCheckLevels
|
|---|
| 37 | and SetEnergyMomentumCheckLevels in order to implement checking
|
|---|
| 38 | of energy/momentum conservation
|
|---|
| 39 |
|
|---|
| 40 | 25 March 2010 - V.Ivanchenko (hadr-modman-V09-03-00)
|
|---|
| 41 | ------------------------------------------------------
|
|---|
| 42 | - G4HadronicInteractionRegistry - do not pop_back vector of pointers
|
|---|
| 43 | when DeRegister cross section data set - big fixed for Windows
|
|---|
| 44 |
|
|---|
| [1228] | 45 | 2 December 2009 - V.Ivanchenko (hadr-modman-V09-02-08)
|
|---|
| 46 | ------------------------------------------------------
|
|---|
| 47 | - G4HadronicInteractionRegistry - more accurate model deletion
|
|---|
| 48 |
|
|---|
| [1196] | 49 | 19 November 2009 Gunter Folger (hadr-modman-V09-02-07)
|
|---|
| 50 | - G4V3DNucleus has 2 functions to sort nucleons along +/- z
|
|---|
| 51 |
|
|---|
| 52 | 2 October 2009 - V.Ivanchenko (hadr-modman-V09-02-06)
|
|---|
| 53 | ------------------------------------------------------
|
|---|
| 54 | - G4HadronicInteraction - added SetModelName method
|
|---|
| 55 |
|
|---|
| 56 | 30 August 2009 - V.Ivanchenko (hadr-modman-V09-02-05)
|
|---|
| 57 | ------------------------------------------------------
|
|---|
| 58 | - G4HadronicInteraction - renamed SampleT by SampleInvariantT,
|
|---|
| 59 | added recoilEnergyThreshold parameter and Get/Set
|
|---|
| 60 | methods;
|
|---|
| 61 | use const pointers to G4Element and G4Material;
|
|---|
| 62 | moved G4ReactionDynamics instance to parametrize
|
|---|
| 63 | model class G4InelasticInteraction,
|
|---|
| 64 |
|
|---|
| 65 | 2 July 2009 - V.Ivanchenko (hadr-modman-V09-02-04)
|
|---|
| 66 | ------------------------------------------------------
|
|---|
| 67 | - G4HadronicInteraction - added virtual method SampleT and empty
|
|---|
| 68 | default implementation needed for elastic
|
|---|
| 69 | models
|
|---|
| 70 |
|
|---|
| [1055] | 71 | 25 February 2009 - V.Ivanchenko (hadr-modman-V09-02-03)
|
|---|
| 72 | ------------------------------------------------------
|
|---|
| 73 | - G4HadronicInteractionRegistry - added protection to the Clean method
|
|---|
| 74 |
|
|---|
| 75 | 14 February 2009 - V.Ivanchenko (hadr-modman-V09-02-02)
|
|---|
| 76 | ------------------------------------------------------
|
|---|
| 77 | - G4HadronicInteractionRegistry - added Clean method
|
|---|
| 78 |
|
|---|
| 79 | 06 February 2009 - V.Ivanchenko (hadr-modman-V09-02-01)
|
|---|
| 80 | ------------------------------------------------------
|
|---|
| 81 |
|
|---|
| 82 | 23 January 2009 - V.Ivanchenko (hadr-modman-V09-02-00)
|
|---|
| 83 | ------------------------------------------------------
|
|---|
| 84 | - G4HadronicInteractionRegistry - make it as real singleton
|
|---|
| 85 | - G4HadronicInteraction, G4InelasticInteraction - move constructor,
|
|---|
| 86 | destructor and some header files from header to source
|
|---|
| 87 |
|
|---|
| [962] | 88 | 19 June 2008 - G.Cosmo (hadr-modman-V09-01-03)
|
|---|
| 89 | -----------------------------------------------
|
|---|
| 90 | - included change introduced in hadr-modman-V09-01-01 and
|
|---|
| [1055] | 91 | discarded by mistake in the last tag ...
|
|---|
| [962] | 92 |
|
|---|
| 93 | 19 June 2008 - V.Ivanchenko (hadr-modman-V09-01-02)
|
|---|
| 94 | -------------------------------------------------
|
|---|
| 95 | - comment out destructor of G4HadronicInteractionRegistry
|
|---|
| 96 |
|
|---|
| 97 | 16 May 2008 - G.Folger (hadr-modman-V09-01-01)
|
|---|
| 98 | -------------------------------------------------
|
|---|
| 99 | - add pure virtual G4V3DNucleus::SortNucleonsInZ()
|
|---|
| 100 |
|
|---|
| [819] | 101 | 21 Mar 2008 - D.H. Wright (hadr-modman-V09-01-00)
|
|---|
| 102 | -------------------------------------------------
|
|---|
| 103 | Fix gcc-4.3 compiler warning in G4InelasticInteraction.cc
|
|---|
| 104 |
|
|---|
| 105 | 11 Jan 2007 - D.H. Wright (hadr-modman-V08-02-00)
|
|---|
| 106 | -------------------------------------------------
|
|---|
| 107 | For error reporting, add model name arguments and default names to
|
|---|
| 108 | constructors for classes
|
|---|
| 109 | G4HadronicInteraction
|
|---|
| 110 | G4InelasticInteraction
|
|---|
| 111 | G4VIntraNuclearTransportModel
|
|---|
| 112 | G4VPreCompoundModel
|
|---|
| 113 |
|
|---|
| 114 | 30 May 2006 - D.H. Wright (hadr-modman-V08-00-02)
|
|---|
| 115 | -------------------------------------------------
|
|---|
| 116 | G4InelasticInteraction: fix memory leak in method CalculateMomenta
|
|---|
| 117 | where target, projetcile and secondaries are cached.
|
|---|
| 118 |
|
|---|
| 119 | 02 May 2006 - D.H. Wright (hadr-modman-V08-00-01)
|
|---|
| 120 | -------------------------------------------------
|
|---|
| 121 | G4InelasticInteraction: in method CalculateMomenta, save current, target
|
|---|
| 122 | and secondaries in case annihilation fails in GenerateXandPt, then
|
|---|
| 123 | restore them for use in TwoCluster
|
|---|
| 124 |
|
|---|
| 125 | 07 Apr 2006 - D.H. Wright (hadr-modman-V08-00-00)
|
|---|
| 126 | -------------------------------------------------
|
|---|
| 127 | G4InelasticInteraction: in method CalculateMomenta, correct excess
|
|---|
| 128 | energy problem by doing two calculations of nuclear evaporation,
|
|---|
| 129 | one for the annihilation case and one for non-annihilation.
|
|---|
| 130 | Previously one value was applied to both cases.
|
|---|