source: trunk/source/processes/hadronic/models/management/History@ 1337

Last change on this file since 1337 was 1337, checked in by garnier, 15 years ago

tag geant4.9.4 beta 1 + modifs locales

File size: 5.1 KB
Line 
1-------------------------------------------------------------------
2
3 ==========================================================
4 Geant4 - an Object-Oriented Toolkit for Physics Simulation
5 ==========================================================
6
7 History file for Model Management directory
8 -------------------------------------------
9
10This file should be used to summarize modifications introduced in the
11code and to keep track of all tags.
12
13 ---------------------------------------------------------------
14 * Please list in reverse chronological order (last date on top)
15 ---------------------------------------------------------------
16
1711 June 2010 - V.Ivanchenko (hadr-modman-V09-03-02)
18------------------------------------------------------
19- G4VPreCompoundModel - constructor and destructor moved to the head
20
2102 April 2010 - Dennis Wright (hadr-modman-V09-03-01)
22-----------------------------------------------------
23- G4HadronicInteraction - add two methods, GetEnergyMomentumCheckLevels
24 and SetEnergyMomentumCheckLevels in order to implement checking
25 of energy/momentum conservation
26
2725 March 2010 - V.Ivanchenko (hadr-modman-V09-03-00)
28------------------------------------------------------
29- G4HadronicInteractionRegistry - do not pop_back vector of pointers
30 when DeRegister cross section data set - big fixed for Windows
31
322 December 2009 - V.Ivanchenko (hadr-modman-V09-02-08)
33------------------------------------------------------
34- G4HadronicInteractionRegistry - more accurate model deletion
35
3619 November 2009 Gunter Folger (hadr-modman-V09-02-07)
37- G4V3DNucleus has 2 functions to sort nucleons along +/- z
38
392 October 2009 - V.Ivanchenko (hadr-modman-V09-02-06)
40------------------------------------------------------
41- G4HadronicInteraction - added SetModelName method
42
4330 August 2009 - V.Ivanchenko (hadr-modman-V09-02-05)
44------------------------------------------------------
45- G4HadronicInteraction - renamed SampleT by SampleInvariantT,
46 added recoilEnergyThreshold parameter and Get/Set
47 methods;
48 use const pointers to G4Element and G4Material;
49 moved G4ReactionDynamics instance to parametrize
50 model class G4InelasticInteraction,
51
522 July 2009 - V.Ivanchenko (hadr-modman-V09-02-04)
53------------------------------------------------------
54- G4HadronicInteraction - added virtual method SampleT and empty
55 default implementation needed for elastic
56 models
57
5825 February 2009 - V.Ivanchenko (hadr-modman-V09-02-03)
59------------------------------------------------------
60- G4HadronicInteractionRegistry - added protection to the Clean method
61
6214 February 2009 - V.Ivanchenko (hadr-modman-V09-02-02)
63------------------------------------------------------
64- G4HadronicInteractionRegistry - added Clean method
65
6606 February 2009 - V.Ivanchenko (hadr-modman-V09-02-01)
67------------------------------------------------------
68
6923 January 2009 - V.Ivanchenko (hadr-modman-V09-02-00)
70------------------------------------------------------
71- G4HadronicInteractionRegistry - make it as real singleton
72- G4HadronicInteraction, G4InelasticInteraction - move constructor,
73 destructor and some header files from header to source
74
7519 June 2008 - G.Cosmo (hadr-modman-V09-01-03)
76-----------------------------------------------
77- included change introduced in hadr-modman-V09-01-01 and
78 discarded by mistake in the last tag ...
79
8019 June 2008 - V.Ivanchenko (hadr-modman-V09-01-02)
81-------------------------------------------------
82- comment out destructor of G4HadronicInteractionRegistry
83
8416 May 2008 - G.Folger (hadr-modman-V09-01-01)
85-------------------------------------------------
86- add pure virtual G4V3DNucleus::SortNucleonsInZ()
87
8821 Mar 2008 - D.H. Wright (hadr-modman-V09-01-00)
89-------------------------------------------------
90 Fix gcc-4.3 compiler warning in G4InelasticInteraction.cc
91
9211 Jan 2007 - D.H. Wright (hadr-modman-V08-02-00)
93-------------------------------------------------
94 For error reporting, add model name arguments and default names to
95 constructors for classes
96 G4HadronicInteraction
97 G4InelasticInteraction
98 G4VIntraNuclearTransportModel
99 G4VPreCompoundModel
100
10130 May 2006 - D.H. Wright (hadr-modman-V08-00-02)
102-------------------------------------------------
103 G4InelasticInteraction: fix memory leak in method CalculateMomenta
104 where target, projetcile and secondaries are cached.
105
10602 May 2006 - D.H. Wright (hadr-modman-V08-00-01)
107-------------------------------------------------
108 G4InelasticInteraction: in method CalculateMomenta, save current, target
109 and secondaries in case annihilation fails in GenerateXandPt, then
110 restore them for use in TwoCluster
111
11207 Apr 2006 - D.H. Wright (hadr-modman-V08-00-00)
113-------------------------------------------------
114 G4InelasticInteraction: in method CalculateMomenta, correct excess
115 energy problem by doing two calculations of nuclear evaporation,
116 one for the annihilation case and one for non-annihilation.
117 Previously one value was applied to both cases.
Note: See TracBrowser for help on using the repository browser.