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

Last change on this file since 1199 was 1196, checked in by garnier, 16 years ago

update CVS release candidate geant4.9.3.01

File size: 4.3 KB
RevLine 
[819]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
[1196]1719 November 2009 Gunter Folger (hadr-modman-V09-02-07)
18- G4V3DNucleus has 2 functions to sort nucleons along +/- z
19
202 October 2009 - V.Ivanchenko (hadr-modman-V09-02-06)
21------------------------------------------------------
22- G4HadronicInteraction - added SetModelName method
23
2430 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
332 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
[1055]3925 February 2009 - V.Ivanchenko (hadr-modman-V09-02-03)
40------------------------------------------------------
41- G4HadronicInteractionRegistry - added protection to the Clean method
42
4314 February 2009 - V.Ivanchenko (hadr-modman-V09-02-02)
44------------------------------------------------------
45- G4HadronicInteractionRegistry - added Clean method
46
4706 February 2009 - V.Ivanchenko (hadr-modman-V09-02-01)
48------------------------------------------------------
49
5023 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
[962]5619 June 2008 - G.Cosmo (hadr-modman-V09-01-03)
57-----------------------------------------------
58- included change introduced in hadr-modman-V09-01-01 and
[1055]59 discarded by mistake in the last tag ...
[962]60
6119 June 2008 - V.Ivanchenko (hadr-modman-V09-01-02)
62-------------------------------------------------
63- comment out destructor of G4HadronicInteractionRegistry
64
6516 May 2008 - G.Folger (hadr-modman-V09-01-01)
66-------------------------------------------------
67- add pure virtual G4V3DNucleus::SortNucleonsInZ()
68
[819]6921 Mar 2008 - D.H. Wright (hadr-modman-V09-01-00)
70-------------------------------------------------
71 Fix gcc-4.3 compiler warning in G4InelasticInteraction.cc
72
7311 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
8230 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
8702 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
9307 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.
Note: See TracBrowser for help on using the repository browser.