| [1340] | 1 | $Id: History,v 1.40 2010/09/28 17:03:26 vnivanch Exp $
|
|---|
| [819] | 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | ==========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Physics Simulation
|
|---|
| 6 | ==========================================================
|
|---|
| 7 |
|
|---|
| 8 | History file for hadronic/models/util directory
|
|---|
| 9 | -----------------------------------------------
|
|---|
| 10 |
|
|---|
| 11 | This file should be used to summarize modifications introduced in the
|
|---|
| 12 | code and to keep track of all tags.
|
|---|
| 13 |
|
|---|
| 14 | ---------------------------------------------------------------
|
|---|
| 15 | * Please list in reverse chronological order (last date on top)
|
|---|
| 16 | ---------------------------------------------------------------
|
|---|
| 17 |
|
|---|
| [1340] | 18 | 27 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 |
|
|---|
| 24 | 25 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 |
|
|---|
| 29 | 8 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 |
|
|---|
| 33 | 19 May 2010 Gabriele Cosmo hadr-mod-util-V09-03-02
|
|---|
| 34 | - G4Fancy3DNucleus: added missing std:: to call to sort() algorithm in code.
|
|---|
| 35 |
|
|---|
| [1315] | 36 | 19 May 2010 Vladimir Ivanchenko hadr-mod-util-V09-03-01
|
|---|
| [1340] | 37 | - G4Fragment: minor speedup by adding member and access method
|
|---|
| 38 | to GroundStateMass.
|
|---|
| [1315] | 39 |
|
|---|
| 40 | 10 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 |
|
|---|
| [1228] | 49 | 10 December 2009 Gunter Folger hadr-mod-util-V09-02-07
|
|---|
| [1315] | 50 | - G4NuclearFermiDensity.hh: change value of prtection in GetDeriv() to lower
|
|---|
| [1228] | 51 | value
|
|---|
| 52 |
|
|---|
| 53 | 09 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 |
|
|---|
| 58 | 09 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 |
|
|---|
| [1196] | 63 | 19 November 2009 Gunter Folger hadr-mod-util-V09-02-04
|
|---|
| [1228] | 64 | --------------------------------------------------------
|
|---|
| [1196] | 65 | - Restore methods storing/retrieving G4SplitableHadron*,
|
|---|
| 66 | now in use in FTF
|
|---|
| 67 |
|
|---|
| 68 | 13-November 2009 Gunter Folger hadr-mod-util-V09-02-03
|
|---|
| 69 | --------------------------------------------------------
|
|---|
| 70 | - Correct use of G4ThreeVector, ie. avoid vector=0;
|
|---|
| 71 |
|
|---|
| 72 | 19 December 2008 V, Uzhinsky (hadr-mod-util-V09-02-02)
|
|---|
| 73 | --------------------------------------------------------
|
|---|
| 74 | New method (SortNucleonsDecZ()) for sorting nucleons on decreasing Z-coordanates
|
|---|
| 75 | is inserted in G4Fancy3DNucleus class. It is needed for nucleus-nucleus collision.
|
|---|
| 76 | SortNucleonsInc() is re-named in SortNucleonsIncZ().
|
|---|
| 77 |
|
|---|
| 78 | 12 December 2008 Gunter Folger (hadr-mod-util-V09-02-01)
|
|---|
| 79 | -------------------------------------------------------
|
|---|
| 80 | - Correct G4Nucleon: typo, and ctor need to init isHit
|
|---|
| 81 |
|
|---|
| 82 | 10 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 |
|
|---|
| [962] | 87 | 24 October 2008 Dennis Wright (hadr-mod-util-V09-01-07)
|
|---|
| 88 | -------------------------------------------------------
|
|---|
| 89 | - replace G4NucleiPropertiesTable::GetBindingEnergy with
|
|---|
| 90 | G4NucleiProperties::GetBindingEnergy in G4Fancy3DNucleus
|
|---|
| 91 |
|
|---|
| 92 | 19 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 |
|
|---|
| 97 | 19 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 |
|
|---|
| 102 | 19 June 2008 V. Uzhinsky (hadr-mod-util-V09-01-04)
|
|---|
| 103 | -------------------------------------------------
|
|---|
| 104 | - Update of include/G4ExcitedString.hh
|
|---|
| 105 |
|
|---|
| 106 | 18 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 |
|
|---|
| 112 | 14 May 2008 G.Folger (hadr-mod-util-V09-01-02)
|
|---|
| [819] | 113 | ---------------------------------------------------
|
|---|
| [962] | 114 | - G4Fancy3DNucleus::SortNucleonsInZ() new method to sort nucleons
|
|---|
| 115 | using z-coordinate
|
|---|
| [819] | 116 |
|
|---|
| [962] | 117 | 5 May 2008 G.Folger (hadr-mod-util-V09-01-01)
|
|---|
| 118 | ---------------------------------------------------
|
|---|
| 119 | - correct logic bug in CalculateExcitationEnergy() introduced by gcc-4.3 fix.
|
|---|
| 120 |
|
|---|
| [819] | 121 | 21 Mar 2008 Dennis Wright (hadr-mod-util-V09-01-00)
|
|---|
| 122 | ---------------------------------------------------
|
|---|
| 123 | - fix gcc-4.3 compiler warnings for G4Fragment.cc
|
|---|
| 124 |
|
|---|
| 125 | 16 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 |
|
|---|
| 131 | 24 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 |
|
|---|
| 136 | 5 Jul 2007 Dennis Wright (hadr-mod-util-V09-00-01)
|
|---|
| 137 | ---------------------------------------------------
|
|---|
| 138 | - G4KineticTrack.cc : change variable names to avoid Sun warnings about hiding
|
|---|
| 139 |
|
|---|
| 140 | 24 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 |
|
|---|
| 146 | 5 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 |
|
|---|
| 151 | 5 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 |
|
|---|
| 156 | 19 Aug 2006 Dennis Wright (hadr-modutl-V08-01-00)
|
|---|
| 157 | -------------------------------------------------
|
|---|
| 158 | - G4Fancy3DNucleus.cc : remove meaningless const in G4Fancy3DNucleusHelper
|
|---|
| 159 | methods size() and index()
|
|---|
| 160 |
|
|---|
| 161 | 30 Nov 2005 Gabriele Cosmo (hadr-modutl-V07-01-01)
|
|---|
| 162 | --------------------------------------------------
|
|---|
| 163 | - Trivial fix in G4Fancy3DNucleus for support of CLHEP-2.0.X series.
|
|---|
| 164 |
|
|---|
| 165 | 23 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
|
|---|