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

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

update ti head

File size: 7.4 KB
Line 
1$Id: History,v 1.40 2010/09/28 17:03:26 vnivanch Exp $
2-------------------------------------------------------------------
3
4       ==========================================================
5       Geant4 - an Object-Oriented Toolkit for Physics Simulation
6       ==========================================================
7
8            History file for hadronic/models/util directory
9            -----------------------------------------------
10
11This file should be used to summarize modifications introduced in the
12code and to keep track of all tags.
13
14     ---------------------------------------------------------------
15     * Please list in reverse chronological order (last date on top)
16     ---------------------------------------------------------------
17
1827 Sep 2010 Vladimir Ivanchenko hadr-mod-util-V09-03-04
19- G4Fragment - added members numberOfChargedHoles, numberOfShellElectrons
20               and corresponding Get/Set methods;
21               reodered inline methods and extended comments;
22               removed unused private methods and headers
23
2425 Sep 2010 Michael Kelsey
25- G4Fragment - Change "setprecision" to "setw" in operator<<, add null
26        pointer check there as well.
27- History - Add CVS "Id" string at top of file.
28
298 Sep 2010 Gunter Folger      hadr-mod-util-V09-03-03
30- G4DecayStrongResonances: cleanup unused #includes
31- G4Fancy3DNucleus: add integer (A,Z) Init(A,Z)
32
3319 May 2010 Gabriele Cosmo    hadr-mod-util-V09-03-02
34- G4Fancy3DNucleus: added missing std:: to call to sort() algorithm in code.
35
3619 May 2010 Vladimir Ivanchenko    hadr-mod-util-V09-03-01
37- G4Fragment: minor speedup by adding member and access method
38              to GroundStateMass.
39
4010 May 2010 Vladimir Ivanchenko    hadr-mod-util-V09-03-00
41- G4Fragment cleanup: only 1 return left in inline methods;
42        do not add any shift to excitation energy but use direct
43        computation (this is needed to avoid infinite loop in gamma
44        deexcitation); use G4NucleiProperties to access or compute
45        ground state mass; added inline method ComputeGroundStateMass;
46        added Get/Set methods for integer Z and A; added
47        ExcitationEnergyWarning method; allowed e- as a fragment
48
4910 December 2009 Gunter Folger     hadr-mod-util-V09-02-07
50- G4NuclearFermiDensity.hh: change value of prtection in GetDeriv() to lower
51    value
52   
5309 December 2009 Gunter Folger     hadr-mod-util-V09-02-06
54--------------------------------------------------------
55- G4NuclearFermiDensity.hh: Protect GetDeriv(pos) for positions far
56   outside the nucleus causing an FP overflow in exp.
57
5809 December 2009 Gunter Folger     hadr-mod-util-V09-02-05
59--------------------------------------------------------
60- G4WilsonRadius.cc change provided by M.Mendenhall via P.Truscott:
61   Data vector r[] made static const
62   
6319 November 2009 Gunter Folger     hadr-mod-util-V09-02-04
64--------------------------------------------------------
65-  Restore methods storing/retrieving G4SplitableHadron*,
66   now in use in FTF
67
6813-November 2009 Gunter Folger     hadr-mod-util-V09-02-03
69--------------------------------------------------------
70- Correct use of G4ThreeVector, ie. avoid vector=0;
71
7219 December 2008 V, Uzhinsky (hadr-mod-util-V09-02-02)
73--------------------------------------------------------
74New method (SortNucleonsDecZ()) for sorting nucleons on decreasing Z-coordanates
75is inserted in G4Fancy3DNucleus class. It is needed for nucleus-nucleus collision.
76SortNucleonsInc() is re-named in SortNucleonsIncZ().
77
7812 December 2008 Gunter Folger    (hadr-mod-util-V09-02-01)
79-------------------------------------------------------
80-  Correct G4Nucleon: typo, and ctor need to init isHit
81
8210 December 2008 Gunter Folger    (hadr-mod-util-V09-02-00)
83-------------------------------------------------------
84-  G4Nucleon.hh: Hit was storing G4SplitableHadron*, but this is no
85   longer used. Can use bool isHit instead. Avoids confusing reinterpret_cast.
86
8724 October 2008 Dennis Wright (hadr-mod-util-V09-01-07)
88-------------------------------------------------------
89- replace G4NucleiPropertiesTable::GetBindingEnergy with
90  G4NucleiProperties::GetBindingEnergy in G4Fancy3DNucleus
91
9219 June 2008 G.Folger (hadr-mod-util-V09-01-06)
93-----------------------------------------------
94-  Attempt to fix memory leak in G4Fancy3DNucleus::SortNucleonsInZ().
95-   remove debug introduced code by VU
96
9719 June 2008 G. Cosmo (hadr-mod-util-V09-01-05)
98-----------------------------------------------
99-  Fixed noisy compilation warning in G4ExcitedString.hh for
100   unnecessary const qualifier to function return argument.
101
10219 June 2008 V. Uzhinsky (hadr-mod-util-V09-01-04)
103-------------------------------------------------
104-  Update of include/G4ExcitedString.hh
105
10618 June 2008 V. Uzhinsky (hadr-mod-util-V09-01-03)
107--------------------------------------------------
108-  G4ExcitedString::GetTimeOfCreation() const;
109-  G4ExcitedString::SetTimeOfCreation(G4double aTime);
110   Two new methods for operations with Time of a string Creation
111
11214 May 2008 G.Folger      (hadr-mod-util-V09-01-02)
113---------------------------------------------------
114-  G4Fancy3DNucleus::SortNucleonsInZ() new method to sort nucleons
115     using z-coordinate
116
1175 May 2008 G.Folger       (hadr-mod-util-V09-01-01)
118---------------------------------------------------
119- correct logic bug in CalculateExcitationEnergy() introduced by gcc-4.3 fix.
120
12121 Mar 2008 Dennis Wright (hadr-mod-util-V09-01-00)
122---------------------------------------------------
123- fix gcc-4.3 compiler warnings for G4Fragment.cc
124
12516 Nov 2007 Dennis Wright (hadr-mod-util-V09-00-02)
126---------------------------------------------------
127- remove initialization by random number of angular momentum vector
128  from G4Fragment ctors.
129- use production version of G4Fancy3DNucleus (see note of 24 Aug 2007)
130
13124 Aug 2007 Gunter Folger        NOT for production
132---------------------------------------------------
133- change radial limit where choosing nucleons from 1% of density
134  to 1per-mille for testing purposes- NOT for production
135
1365 Jul 2007 Dennis Wright  (hadr-mod-util-V09-00-01)
137---------------------------------------------------
138- G4KineticTrack.cc : change variable names to avoid Sun warnings about hiding
139
14024 Jan 2007 Gunter Folger  (hadr-mod-util-V08-02-00)
141----------------------------------------------------
142- G4Parton.{cc,hh}: add method setting momentum using both + and - momentum
143  component
144- G4Fragment.cc: more info on warning output of negative excitation energy
145 
1465 Oct 2006 Gunter Folger   (hadr-mod-util-V08-01-01)
147-------------------------------------------------
148-  G4Fancy3DNucleus:ChoosePositions(): Correctly use std::vector.
149    This should fix bug 887 on WIN32/VC8
150   
1515 Oct 2006 Gunter Folger   (hadr-mod-util-V08-01-00)
152-------------------------------------------------
153-  Reduce warning output from G4Fragment on negative excitation energy;
154   a max. of 10 warnings is printed now.
155   
15619 Aug 2006 Dennis Wright (hadr-modutl-V08-01-00)
157-------------------------------------------------
158- G4Fancy3DNucleus.cc : remove meaningless const in G4Fancy3DNucleusHelper
159  methods size() and index()
160
16130 Nov 2005 Gabriele Cosmo (hadr-modutl-V07-01-01)
162--------------------------------------------------
163- Trivial fix in G4Fancy3DNucleus for support of CLHEP-2.0.X series.
164
16523 Nov 2005 Dennis Wright (hadr-modutl-V07-01-00)
166-------------------------------------------------
167- include change of G4KineticTrack::GetActualMass() which uses
168  the4Momentum.mag2() to get mass
169- D. Wright created History file for models/util directory
Note: See TracBrowser for help on using the repository browser.