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

Last change on this file since 1055 was 1055, checked in by garnier, 17 years ago

maj sur la beta de geant 4.9.3

File size: 3.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
[1055]1725 February 2009 - V.Ivanchenko (hadr-modman-V09-02-03)
18------------------------------------------------------
19- G4HadronicInteractionRegistry - added protection to the Clean method
20
2114 February 2009 - V.Ivanchenko (hadr-modman-V09-02-02)
22------------------------------------------------------
23- G4HadronicInteractionRegistry - added Clean method
24
2506 February 2009 - V.Ivanchenko (hadr-modman-V09-02-01)
26------------------------------------------------------
27
2823 January 2009 - V.Ivanchenko (hadr-modman-V09-02-00)
29------------------------------------------------------
30- G4HadronicInteractionRegistry - make it as real singleton
31- G4HadronicInteraction, G4InelasticInteraction - move constructor,
32 destructor and some header files from header to source
33
[962]3419 June 2008 - G.Cosmo (hadr-modman-V09-01-03)
35-----------------------------------------------
36- included change introduced in hadr-modman-V09-01-01 and
[1055]37 discarded by mistake in the last tag ...
[962]38
3919 June 2008 - V.Ivanchenko (hadr-modman-V09-01-02)
40-------------------------------------------------
41- comment out destructor of G4HadronicInteractionRegistry
42
4316 May 2008 - G.Folger (hadr-modman-V09-01-01)
44-------------------------------------------------
45- add pure virtual G4V3DNucleus::SortNucleonsInZ()
46
[819]4721 Mar 2008 - D.H. Wright (hadr-modman-V09-01-00)
48-------------------------------------------------
49 Fix gcc-4.3 compiler warning in G4InelasticInteraction.cc
50
5111 Jan 2007 - D.H. Wright (hadr-modman-V08-02-00)
52-------------------------------------------------
53 For error reporting, add model name arguments and default names to
54 constructors for classes
55 G4HadronicInteraction
56 G4InelasticInteraction
57 G4VIntraNuclearTransportModel
58 G4VPreCompoundModel
59
6030 May 2006 - D.H. Wright (hadr-modman-V08-00-02)
61-------------------------------------------------
62 G4InelasticInteraction: fix memory leak in method CalculateMomenta
63 where target, projetcile and secondaries are cached.
64
6502 May 2006 - D.H. Wright (hadr-modman-V08-00-01)
66-------------------------------------------------
67 G4InelasticInteraction: in method CalculateMomenta, save current, target
68 and secondaries in case annihilation fails in GenerateXandPt, then
69 restore them for use in TwoCluster
70
7107 Apr 2006 - D.H. Wright (hadr-modman-V08-00-00)
72-------------------------------------------------
73 G4InelasticInteraction: in method CalculateMomenta, correct excess
74 energy problem by doing two calculations of nuclear evaporation,
75 one for the annihilation case and one for non-annihilation.
76 Previously one value was applied to both cases.
Note: See TracBrowser for help on using the repository browser.