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

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

update geant4.9.3 tag

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