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

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

geant4 tag 9.4

File size: 5.7 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
173 November 2010 - G.Folger (hadr-modman-V09-03-05)
18- G4VNuclearDensity: coverity warning: init data member in ctor
19
208 September 2010 - G.Folger (hadr-modman-V09-03-04)
21------------------------------------------------------
22- G4V3DNucleus; use integer for A and Z
23
2428 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
3011 June 2010 - V.Ivanchenko (hadr-modman-V09-03-02)
31------------------------------------------------------
32- G4VPreCompoundModel - constructor and destructor moved to the head
33
3402 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
4025 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
452 December 2009 - V.Ivanchenko (hadr-modman-V09-02-08)
46------------------------------------------------------
47- G4HadronicInteractionRegistry - more accurate model deletion
48
4919 November 2009 Gunter Folger (hadr-modman-V09-02-07)
50- G4V3DNucleus has 2 functions to sort nucleons along +/- z
51
522 October 2009 - V.Ivanchenko (hadr-modman-V09-02-06)
53------------------------------------------------------
54- G4HadronicInteraction - added SetModelName method
55
5630 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
652 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
7125 February 2009 - V.Ivanchenko (hadr-modman-V09-02-03)
72------------------------------------------------------
73- G4HadronicInteractionRegistry - added protection to the Clean method
74
7514 February 2009 - V.Ivanchenko (hadr-modman-V09-02-02)
76------------------------------------------------------
77- G4HadronicInteractionRegistry - added Clean method
78
7906 February 2009 - V.Ivanchenko (hadr-modman-V09-02-01)
80------------------------------------------------------
81
8223 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
8819 June 2008 - G.Cosmo (hadr-modman-V09-01-03)
89-----------------------------------------------
90- included change introduced in hadr-modman-V09-01-01 and
91 discarded by mistake in the last tag ...
92
9319 June 2008 - V.Ivanchenko (hadr-modman-V09-01-02)
94-------------------------------------------------
95- comment out destructor of G4HadronicInteractionRegistry
96
9716 May 2008 - G.Folger (hadr-modman-V09-01-01)
98-------------------------------------------------
99- add pure virtual G4V3DNucleus::SortNucleonsInZ()
100
10121 Mar 2008 - D.H. Wright (hadr-modman-V09-01-00)
102-------------------------------------------------
103 Fix gcc-4.3 compiler warning in G4InelasticInteraction.cc
104
10511 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
11430 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
11902 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
12507 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.
Note: See TracBrowser for help on using the repository browser.