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

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

update ti head

File size: 5.6 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
178 September 2010 - G.Folger (hadr-modman-V09-03-04)
18------------------------------------------------------
19- G4V3DNucleus; use integer for A and Z
20
2128 August 2010 - V.Ivanchenko (hadr-modman-V09-03-03)
22------------------------------------------------------
23- G4VPreCompoundModel - make deexcited G4Fragment non-const
24- G4VIntraNuclearTransportModel - moved constructor and destructor
25 to the source
26
2711 June 2010 - V.Ivanchenko (hadr-modman-V09-03-02)
28------------------------------------------------------
29- G4VPreCompoundModel - constructor and destructor moved to the head
30
3102 April 2010 - Dennis Wright (hadr-modman-V09-03-01)
32-----------------------------------------------------
33- G4HadronicInteraction - add two methods, GetEnergyMomentumCheckLevels
34 and SetEnergyMomentumCheckLevels in order to implement checking
35 of energy/momentum conservation
36
3725 March 2010 - V.Ivanchenko (hadr-modman-V09-03-00)
38------------------------------------------------------
39- G4HadronicInteractionRegistry - do not pop_back vector of pointers
40 when DeRegister cross section data set - big fixed for Windows
41
422 December 2009 - V.Ivanchenko (hadr-modman-V09-02-08)
43------------------------------------------------------
44- G4HadronicInteractionRegistry - more accurate model deletion
45
4619 November 2009 Gunter Folger (hadr-modman-V09-02-07)
47- G4V3DNucleus has 2 functions to sort nucleons along +/- z
48
492 October 2009 - V.Ivanchenko (hadr-modman-V09-02-06)
50------------------------------------------------------
51- G4HadronicInteraction - added SetModelName method
52
5330 August 2009 - V.Ivanchenko (hadr-modman-V09-02-05)
54------------------------------------------------------
55- G4HadronicInteraction - renamed SampleT by SampleInvariantT,
56 added recoilEnergyThreshold parameter and Get/Set
57 methods;
58 use const pointers to G4Element and G4Material;
59 moved G4ReactionDynamics instance to parametrize
60 model class G4InelasticInteraction,
61
622 July 2009 - V.Ivanchenko (hadr-modman-V09-02-04)
63------------------------------------------------------
64- G4HadronicInteraction - added virtual method SampleT and empty
65 default implementation needed for elastic
66 models
67
6825 February 2009 - V.Ivanchenko (hadr-modman-V09-02-03)
69------------------------------------------------------
70- G4HadronicInteractionRegistry - added protection to the Clean method
71
7214 February 2009 - V.Ivanchenko (hadr-modman-V09-02-02)
73------------------------------------------------------
74- G4HadronicInteractionRegistry - added Clean method
75
7606 February 2009 - V.Ivanchenko (hadr-modman-V09-02-01)
77------------------------------------------------------
78
7923 January 2009 - V.Ivanchenko (hadr-modman-V09-02-00)
80------------------------------------------------------
81- G4HadronicInteractionRegistry - make it as real singleton
82- G4HadronicInteraction, G4InelasticInteraction - move constructor,
83 destructor and some header files from header to source
84
8519 June 2008 - G.Cosmo (hadr-modman-V09-01-03)
86-----------------------------------------------
87- included change introduced in hadr-modman-V09-01-01 and
88 discarded by mistake in the last tag ...
89
9019 June 2008 - V.Ivanchenko (hadr-modman-V09-01-02)
91-------------------------------------------------
92- comment out destructor of G4HadronicInteractionRegistry
93
9416 May 2008 - G.Folger (hadr-modman-V09-01-01)
95-------------------------------------------------
96- add pure virtual G4V3DNucleus::SortNucleonsInZ()
97
9821 Mar 2008 - D.H. Wright (hadr-modman-V09-01-00)
99-------------------------------------------------
100 Fix gcc-4.3 compiler warning in G4InelasticInteraction.cc
101
10211 Jan 2007 - D.H. Wright (hadr-modman-V08-02-00)
103-------------------------------------------------
104 For error reporting, add model name arguments and default names to
105 constructors for classes
106 G4HadronicInteraction
107 G4InelasticInteraction
108 G4VIntraNuclearTransportModel
109 G4VPreCompoundModel
110
11130 May 2006 - D.H. Wright (hadr-modman-V08-00-02)
112-------------------------------------------------
113 G4InelasticInteraction: fix memory leak in method CalculateMomenta
114 where target, projetcile and secondaries are cached.
115
11602 May 2006 - D.H. Wright (hadr-modman-V08-00-01)
117-------------------------------------------------
118 G4InelasticInteraction: in method CalculateMomenta, save current, target
119 and secondaries in case annihilation fails in GenerateXandPt, then
120 restore them for use in TwoCluster
121
12207 Apr 2006 - D.H. Wright (hadr-modman-V08-00-00)
123-------------------------------------------------
124 G4InelasticInteraction: in method CalculateMomenta, correct excess
125 energy problem by doing two calculations of nuclear evaporation,
126 one for the annihilation case and one for non-annihilation.
127 Previously one value was applied to both cases.
Note: See TracBrowser for help on using the repository browser.