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

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

update geant4.9.3 tag

File size: 5.9 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
1710 December 2009 Gunter Folger     hadr-mod-util-V09-02-07
18- G4NuclearFermiDensity.hh: chnage value of prtection in GetDeriv() to lower
19    value
20   
2109 December 2009 Gunter Folger     hadr-mod-util-V09-02-06
22--------------------------------------------------------
23- G4NuclearFermiDensity.hh: Protect GetDeriv(pos) for positions far
24   outside the nucleus causing an FP overflow in exp.
25
2609 December 2009 Gunter Folger     hadr-mod-util-V09-02-05
27--------------------------------------------------------
28- G4WilsonRadius.cc change provided by M.Mendenhall via P.Truscott:
29   Data vector r[] made static const
30   
3119 November 2009 Gunter Folger     hadr-mod-util-V09-02-04
32--------------------------------------------------------
33-  Restore methods storing/retrieving G4SplitableHadron*,
34   now in use in FTF
35
3613-November 2009 Gunter Folger     hadr-mod-util-V09-02-03
37--------------------------------------------------------
38- Correct use of G4ThreeVector, ie. avoid vector=0;
39
4019 December 2008 V, Uzhinsky (hadr-mod-util-V09-02-02)
41--------------------------------------------------------
42New method (SortNucleonsDecZ()) for sorting nucleons on decreasing Z-coordanates
43is inserted in G4Fancy3DNucleus class. It is needed for nucleus-nucleus collision.
44SortNucleonsInc() is re-named in SortNucleonsIncZ().
45
4612 December 2008 Gunter Folger    (hadr-mod-util-V09-02-01)
47-------------------------------------------------------
48-  Correct G4Nucleon: typo, and ctor need to init isHit
49
5010 December 2008 Gunter Folger    (hadr-mod-util-V09-02-00)
51-------------------------------------------------------
52-  G4Nucleon.hh: Hit was storing G4SplitableHadron*, but this is no
53   longer used. Can use bool isHit instead. Avoids confusing reinterpret_cast.
54
5524 October 2008 Dennis Wright (hadr-mod-util-V09-01-07)
56-------------------------------------------------------
57- replace G4NucleiPropertiesTable::GetBindingEnergy with
58  G4NucleiProperties::GetBindingEnergy in G4Fancy3DNucleus
59
6019 June 2008 G.Folger (hadr-mod-util-V09-01-06)
61-----------------------------------------------
62-  Attempt to fix memory leak in G4Fancy3DNucleus::SortNucleonsInZ().
63-   remove debug introduced code by VU
64
6519 June 2008 G. Cosmo (hadr-mod-util-V09-01-05)
66-----------------------------------------------
67-  Fixed noisy compilation warning in G4ExcitedString.hh for
68   unnecessary const qualifier to function return argument.
69
7019 June 2008 V. Uzhinsky (hadr-mod-util-V09-01-04)
71-------------------------------------------------
72-  Update of include/G4ExcitedString.hh
73
7418 June 2008 V. Uzhinsky (hadr-mod-util-V09-01-03)
75--------------------------------------------------
76-  G4ExcitedString::GetTimeOfCreation() const;
77-  G4ExcitedString::SetTimeOfCreation(G4double aTime);
78   Two new methods for operations with Time of a string Creation
79
8014 May 2008 G.Folger      (hadr-mod-util-V09-01-02)
81---------------------------------------------------
82-  G4Fancy3DNucleus::SortNucleonsInZ() new method to sort nucleons
83     using z-coordinate
84
855 May 2008 G.Folger       (hadr-mod-util-V09-01-01)
86---------------------------------------------------
87- correct logic bug in CalculateExcitationEnergy() introduced by gcc-4.3 fix.
88
8921 Mar 2008 Dennis Wright (hadr-mod-util-V09-01-00)
90---------------------------------------------------
91- fix gcc-4.3 compiler warnings for G4Fragment.cc
92
9316 Nov 2007 Dennis Wright (hadr-mod-util-V09-00-02)
94---------------------------------------------------
95- remove initialization by random number of angular momentum vector
96  from G4Fragment ctors.
97- use production version of G4Fancy3DNucleus (see note of 24 Aug 2007)
98
9924 Aug 2007 Gunter Folger        NOT for production
100---------------------------------------------------
101- change radial limit where choosing nucleons from 1% of density
102  to 1per-mille for testing purposes- NOT for production
103
1045 Jul 2007 Dennis Wright  (hadr-mod-util-V09-00-01)
105---------------------------------------------------
106- G4KineticTrack.cc : change variable names to avoid Sun warnings about hiding
107
10824 Jan 2007 Gunter Folger  (hadr-mod-util-V08-02-00)
109----------------------------------------------------
110- G4Parton.{cc,hh}: add method setting momentum using both + and - momentum
111  component
112- G4Fragment.cc: more info on warning output of negative excitation energy
113 
1145 Oct 2006 Gunter Folger   (hadr-mod-util-V08-01-01)
115-------------------------------------------------
116-  G4Fancy3DNucleus:ChoosePositions(): Correctly use std::vector.
117    This should fix bug 887 on WIN32/VC8
118   
1195 Oct 2006 Gunter Folger   (hadr-mod-util-V08-01-00)
120-------------------------------------------------
121-  Reduce warning output from G4Fragment on negative excitation energy;
122   a max. of 10 warnings is printed now.
123   
12419 Aug 2006 Dennis Wright (hadr-modutl-V08-01-00)
125-------------------------------------------------
126- G4Fancy3DNucleus.cc : remove meaningless const in G4Fancy3DNucleusHelper
127  methods size() and index()
128
12930 Nov 2005 Gabriele Cosmo (hadr-modutl-V07-01-01)
130--------------------------------------------------
131- Trivial fix in G4Fancy3DNucleus for support of CLHEP-2.0.X series.
132
13323 Nov 2005 Dennis Wright (hadr-modutl-V07-01-00)
134-------------------------------------------------
135- include change of G4KineticTrack::GetActualMass() which uses
136  the4Momentum.mag2() to get mass
137- D. Wright created History file for models/util directory
Note: See TracBrowser for help on using the repository browser.