source: trunk/source/processes/hadronic/models/util/History @ 1201

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

update CVS release candidate geant4.9.3.01

File size: 5.3 KB
Line 
1-------------------------------------------------------------------
2
3       ==========================================================
4       Geant4 - an Object-Oriented Toolkit for Physics Simulation
5       ==========================================================
6
7            History file for hadronic/models/util 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
1719 November 2009 Gunter Folger     hadr-mod-util-V09-02-04
18-  Restore methods storing/retrieving G4SplitableHadron*,
19   now in use in FTF
20
2113-November 2009 Gunter Folger     hadr-mod-util-V09-02-03
22--------------------------------------------------------
23- Correct use of G4ThreeVector, ie. avoid vector=0;
24
2519 December 2008 V, Uzhinsky (hadr-mod-util-V09-02-02)
26--------------------------------------------------------
27New method (SortNucleonsDecZ()) for sorting nucleons on decreasing Z-coordanates
28is inserted in G4Fancy3DNucleus class. It is needed for nucleus-nucleus collision.
29SortNucleonsInc() is re-named in SortNucleonsIncZ().
30
3112 December 2008 Gunter Folger    (hadr-mod-util-V09-02-01)
32-------------------------------------------------------
33-  Correct G4Nucleon: typo, and ctor need to init isHit
34
3510 December 2008 Gunter Folger    (hadr-mod-util-V09-02-00)
36-------------------------------------------------------
37-  G4Nucleon.hh: Hit was storing G4SplitableHadron*, but this is no
38   longer used. Can use bool isHit instead. Avoids confusing reinterpret_cast.
39
4024 October 2008 Dennis Wright (hadr-mod-util-V09-01-07)
41-------------------------------------------------------
42- replace G4NucleiPropertiesTable::GetBindingEnergy with
43  G4NucleiProperties::GetBindingEnergy in G4Fancy3DNucleus
44
4519 June 2008 G.Folger (hadr-mod-util-V09-01-06)
46-----------------------------------------------
47-  Attempt to fix memory leak in G4Fancy3DNucleus::SortNucleonsInZ().
48-   remove debug introduced code by VU
49
5019 June 2008 G. Cosmo (hadr-mod-util-V09-01-05)
51-----------------------------------------------
52-  Fixed noisy compilation warning in G4ExcitedString.hh for
53   unnecessary const qualifier to function return argument.
54
5519 June 2008 V. Uzhinsky (hadr-mod-util-V09-01-04)
56-------------------------------------------------
57-  Update of include/G4ExcitedString.hh
58
5918 June 2008 V. Uzhinsky (hadr-mod-util-V09-01-03)
60--------------------------------------------------
61-  G4ExcitedString::GetTimeOfCreation() const;
62-  G4ExcitedString::SetTimeOfCreation(G4double aTime);
63   Two new methods for operations with Time of a string Creation
64
6514 May 2008 G.Folger      (hadr-mod-util-V09-01-02)
66---------------------------------------------------
67-  G4Fancy3DNucleus::SortNucleonsInZ() new method to sort nucleons
68     using z-coordinate
69
705 May 2008 G.Folger       (hadr-mod-util-V09-01-01)
71---------------------------------------------------
72- correct logic bug in CalculateExcitationEnergy() introduced by gcc-4.3 fix.
73
7421 Mar 2008 Dennis Wright (hadr-mod-util-V09-01-00)
75---------------------------------------------------
76- fix gcc-4.3 compiler warnings for G4Fragment.cc
77
7816 Nov 2007 Dennis Wright (hadr-mod-util-V09-00-02)
79---------------------------------------------------
80- remove initialization by random number of angular momentum vector
81  from G4Fragment ctors.
82- use production version of G4Fancy3DNucleus (see note of 24 Aug 2007)
83
8424 Aug 2007 Gunter Folger        NOT for production
85---------------------------------------------------
86- change radial limit where choosing nucleons from 1% of density
87  to 1per-mille for testing purposes- NOT for production
88
895 Jul 2007 Dennis Wright  (hadr-mod-util-V09-00-01)
90---------------------------------------------------
91- G4KineticTrack.cc : change variable names to avoid Sun warnings about hiding
92
9324 Jan 2007 Gunter Folger  (hadr-mod-util-V08-02-00)
94----------------------------------------------------
95- G4Parton.{cc,hh}: add method setting momentum using both + and - momentum
96  component
97- G4Fragment.cc: more info on warning output of negative excitation energy
98 
995 Oct 2006 Gunter Folger   (hadr-mod-util-V08-01-01)
100-------------------------------------------------
101-  G4Fancy3DNucleus:ChoosePositions(): Correctly use std::vector.
102    This should fix bug 887 on WIN32/VC8
103   
1045 Oct 2006 Gunter Folger   (hadr-mod-util-V08-01-00)
105-------------------------------------------------
106-  Reduce warning output from G4Fragment on negative excitation energy;
107   a max. of 10 warnings is printed now.
108   
10919 Aug 2006 Dennis Wright (hadr-modutl-V08-01-00)
110-------------------------------------------------
111- G4Fancy3DNucleus.cc : remove meaningless const in G4Fancy3DNucleusHelper
112  methods size() and index()
113
11430 Nov 2005 Gabriele Cosmo (hadr-modutl-V07-01-01)
115--------------------------------------------------
116- Trivial fix in G4Fancy3DNucleus for support of CLHEP-2.0.X series.
117
11823 Nov 2005 Dennis Wright (hadr-modutl-V07-01-00)
119-------------------------------------------------
120- include change of G4KineticTrack::GetActualMass() which uses
121  the4Momentum.mag2() to get mass
122- D. Wright created History file for models/util directory
Note: See TracBrowser for help on using the repository browser.