source: trunk/source/processes/hadronic/models/util/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: 6.6 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 May 2010 Vladimir Ivanchenko    hadr-mod-util-V09-03-01
18- G4Fragment - minor speedup by adding member and access method
19               to GroundStateMass;
20
2110 May 2010 Vladimir Ivanchenko    hadr-mod-util-V09-03-00
22- G4Fragment cleanup: only 1 return left in inline methods;
23        do not add any shift to excitation energy but use direct
24        computation (this is needed to avoid infinite loop in gamma
25        deexcitation); use G4NucleiProperties to access or compute
26        ground state mass; added inline method ComputeGroundStateMass;
27        added Get/Set methods for integer Z and A; added
28        ExcitationEnergyWarning method; allowed e- as a fragment
29
3010 December 2009 Gunter Folger     hadr-mod-util-V09-02-07
31- G4NuclearFermiDensity.hh: change value of prtection in GetDeriv() to lower
32    value
33   
3409 December 2009 Gunter Folger     hadr-mod-util-V09-02-06
35--------------------------------------------------------
36- G4NuclearFermiDensity.hh: Protect GetDeriv(pos) for positions far
37   outside the nucleus causing an FP overflow in exp.
38
3909 December 2009 Gunter Folger     hadr-mod-util-V09-02-05
40--------------------------------------------------------
41- G4WilsonRadius.cc change provided by M.Mendenhall via P.Truscott:
42   Data vector r[] made static const
43   
4419 November 2009 Gunter Folger     hadr-mod-util-V09-02-04
45--------------------------------------------------------
46-  Restore methods storing/retrieving G4SplitableHadron*,
47   now in use in FTF
48
4913-November 2009 Gunter Folger     hadr-mod-util-V09-02-03
50--------------------------------------------------------
51- Correct use of G4ThreeVector, ie. avoid vector=0;
52
5319 December 2008 V, Uzhinsky (hadr-mod-util-V09-02-02)
54--------------------------------------------------------
55New method (SortNucleonsDecZ()) for sorting nucleons on decreasing Z-coordanates
56is inserted in G4Fancy3DNucleus class. It is needed for nucleus-nucleus collision.
57SortNucleonsInc() is re-named in SortNucleonsIncZ().
58
5912 December 2008 Gunter Folger    (hadr-mod-util-V09-02-01)
60-------------------------------------------------------
61-  Correct G4Nucleon: typo, and ctor need to init isHit
62
6310 December 2008 Gunter Folger    (hadr-mod-util-V09-02-00)
64-------------------------------------------------------
65-  G4Nucleon.hh: Hit was storing G4SplitableHadron*, but this is no
66   longer used. Can use bool isHit instead. Avoids confusing reinterpret_cast.
67
6824 October 2008 Dennis Wright (hadr-mod-util-V09-01-07)
69-------------------------------------------------------
70- replace G4NucleiPropertiesTable::GetBindingEnergy with
71  G4NucleiProperties::GetBindingEnergy in G4Fancy3DNucleus
72
7319 June 2008 G.Folger (hadr-mod-util-V09-01-06)
74-----------------------------------------------
75-  Attempt to fix memory leak in G4Fancy3DNucleus::SortNucleonsInZ().
76-   remove debug introduced code by VU
77
7819 June 2008 G. Cosmo (hadr-mod-util-V09-01-05)
79-----------------------------------------------
80-  Fixed noisy compilation warning in G4ExcitedString.hh for
81   unnecessary const qualifier to function return argument.
82
8319 June 2008 V. Uzhinsky (hadr-mod-util-V09-01-04)
84-------------------------------------------------
85-  Update of include/G4ExcitedString.hh
86
8718 June 2008 V. Uzhinsky (hadr-mod-util-V09-01-03)
88--------------------------------------------------
89-  G4ExcitedString::GetTimeOfCreation() const;
90-  G4ExcitedString::SetTimeOfCreation(G4double aTime);
91   Two new methods for operations with Time of a string Creation
92
9314 May 2008 G.Folger      (hadr-mod-util-V09-01-02)
94---------------------------------------------------
95-  G4Fancy3DNucleus::SortNucleonsInZ() new method to sort nucleons
96     using z-coordinate
97
985 May 2008 G.Folger       (hadr-mod-util-V09-01-01)
99---------------------------------------------------
100- correct logic bug in CalculateExcitationEnergy() introduced by gcc-4.3 fix.
101
10221 Mar 2008 Dennis Wright (hadr-mod-util-V09-01-00)
103---------------------------------------------------
104- fix gcc-4.3 compiler warnings for G4Fragment.cc
105
10616 Nov 2007 Dennis Wright (hadr-mod-util-V09-00-02)
107---------------------------------------------------
108- remove initialization by random number of angular momentum vector
109  from G4Fragment ctors.
110- use production version of G4Fancy3DNucleus (see note of 24 Aug 2007)
111
11224 Aug 2007 Gunter Folger        NOT for production
113---------------------------------------------------
114- change radial limit where choosing nucleons from 1% of density
115  to 1per-mille for testing purposes- NOT for production
116
1175 Jul 2007 Dennis Wright  (hadr-mod-util-V09-00-01)
118---------------------------------------------------
119- G4KineticTrack.cc : change variable names to avoid Sun warnings about hiding
120
12124 Jan 2007 Gunter Folger  (hadr-mod-util-V08-02-00)
122----------------------------------------------------
123- G4Parton.{cc,hh}: add method setting momentum using both + and - momentum
124  component
125- G4Fragment.cc: more info on warning output of negative excitation energy
126 
1275 Oct 2006 Gunter Folger   (hadr-mod-util-V08-01-01)
128-------------------------------------------------
129-  G4Fancy3DNucleus:ChoosePositions(): Correctly use std::vector.
130    This should fix bug 887 on WIN32/VC8
131   
1325 Oct 2006 Gunter Folger   (hadr-mod-util-V08-01-00)
133-------------------------------------------------
134-  Reduce warning output from G4Fragment on negative excitation energy;
135   a max. of 10 warnings is printed now.
136   
13719 Aug 2006 Dennis Wright (hadr-modutl-V08-01-00)
138-------------------------------------------------
139- G4Fancy3DNucleus.cc : remove meaningless const in G4Fancy3DNucleusHelper
140  methods size() and index()
141
14230 Nov 2005 Gabriele Cosmo (hadr-modutl-V07-01-01)
143--------------------------------------------------
144- Trivial fix in G4Fancy3DNucleus for support of CLHEP-2.0.X series.
145
14623 Nov 2005 Dennis Wright (hadr-modutl-V07-01-00)
147-------------------------------------------------
148- include change of G4KineticTrack::GetActualMass() which uses
149  the4Momentum.mag2() to get mass
150- D. Wright created History file for models/util directory
Note: See TracBrowser for help on using the repository browser.