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

Last change on this file since 1315 was 1315, checked in by garnier, 14 years ago

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File size: 5.0 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
1702 April 2010 - Dennis Wright (hadr-modman-V09-03-01)
18-----------------------------------------------------
19- G4HadronicInteraction - add two methods, GetEnergyMomentumCheckLevels
20  and SetEnergyMomentumCheckLevels in order to implement checking
21  of energy/momentum conservation
22   
2325 March 2010 - V.Ivanchenko (hadr-modman-V09-03-00)
24------------------------------------------------------
25-  G4HadronicInteractionRegistry - do not pop_back vector of pointers
26   when DeRegister cross section data set - big fixed for Windows
27
282 December 2009 - V.Ivanchenko (hadr-modman-V09-02-08)
29------------------------------------------------------
30-  G4HadronicInteractionRegistry - more accurate model deletion
31
3219 November 2009 Gunter Folger  (hadr-modman-V09-02-07)
33-  G4V3DNucleus has 2 functions to sort nucleons along +/- z
34
352 October 2009 - V.Ivanchenko (hadr-modman-V09-02-06)
36------------------------------------------------------
37-  G4HadronicInteraction - added SetModelName method
38
3930 August 2009 - V.Ivanchenko (hadr-modman-V09-02-05)
40------------------------------------------------------
41-  G4HadronicInteraction - renamed SampleT by SampleInvariantT,
42                           added recoilEnergyThreshold parameter and Get/Set
43                           methods;
44                           use const pointers to G4Element and G4Material;
45                           moved G4ReactionDynamics instance to parametrize
46                           model class G4InelasticInteraction,
47
482 July 2009 - V.Ivanchenko (hadr-modman-V09-02-04)
49------------------------------------------------------
50-  G4HadronicInteraction - added virtual method SampleT and empty
51                           default implementation needed for elastic
52                           models
53
5425 February 2009 - V.Ivanchenko (hadr-modman-V09-02-03)
55------------------------------------------------------
56-  G4HadronicInteractionRegistry - added protection to the Clean method
57
5814 February 2009 - V.Ivanchenko (hadr-modman-V09-02-02)
59------------------------------------------------------
60-  G4HadronicInteractionRegistry - added Clean method
61
6206 February 2009 - V.Ivanchenko (hadr-modman-V09-02-01)
63------------------------------------------------------
64
6523 January 2009 - V.Ivanchenko (hadr-modman-V09-02-00)
66------------------------------------------------------
67-  G4HadronicInteractionRegistry - make it as real singleton
68-  G4HadronicInteraction, G4InelasticInteraction - move constructor,
69       destructor and some header files from header to source
70
7119 June 2008 - G.Cosmo  (hadr-modman-V09-01-03)
72-----------------------------------------------
73-  included change introduced in hadr-modman-V09-01-01 and
74   discarded by mistake in the last tag ...
75
7619 June 2008 - V.Ivanchenko (hadr-modman-V09-01-02)
77-------------------------------------------------
78-  comment out destructor of G4HadronicInteractionRegistry
79
8016 May 2008 - G.Folger    (hadr-modman-V09-01-01)
81-------------------------------------------------
82-  add pure virtual G4V3DNucleus::SortNucleonsInZ()
83
8421 Mar 2008 - D.H. Wright (hadr-modman-V09-01-00)
85-------------------------------------------------
86  Fix gcc-4.3 compiler warning in G4InelasticInteraction.cc
87
8811 Jan 2007 - D.H. Wright (hadr-modman-V08-02-00)
89-------------------------------------------------
90  For error reporting, add model name arguments and default names to
91  constructors for classes
92    G4HadronicInteraction
93    G4InelasticInteraction
94    G4VIntraNuclearTransportModel
95    G4VPreCompoundModel
96
9730 May 2006 - D.H. Wright (hadr-modman-V08-00-02)
98-------------------------------------------------
99  G4InelasticInteraction: fix memory leak in method CalculateMomenta
100     where target, projetcile and secondaries are cached.
101
10202 May 2006 - D.H. Wright (hadr-modman-V08-00-01)
103-------------------------------------------------
104  G4InelasticInteraction: in method CalculateMomenta, save current, target
105     and secondaries in case annihilation fails in GenerateXandPt, then
106     restore them for use in TwoCluster
107   
10807 Apr 2006 - D.H. Wright (hadr-modman-V08-00-00)
109-------------------------------------------------
110  G4InelasticInteraction: in method CalculateMomenta, correct excess
111     energy problem by doing two calculations of nuclear evaporation,
112     one for the annihilation case and one for non-annihilation.
113     Previously one value was applied to both cases.
Note: See TracBrowser for help on using the repository browser.