| [819] | 1 | -------------------------------------------------------------------
|
|---|
| 2 |
|
|---|
| 3 | ==========================================================
|
|---|
| 4 | Geant4 - an Object-Oriented Toolkit for Physics Simulation
|
|---|
| 5 | ==========================================================
|
|---|
| 6 |
|
|---|
| 7 | History file for hadronic/models/util directory
|
|---|
| 8 | -----------------------------------------------
|
|---|
| 9 |
|
|---|
| 10 | This file should be used to summarize modifications introduced in the
|
|---|
| 11 | code and to keep track of all tags.
|
|---|
| 12 |
|
|---|
| 13 | ---------------------------------------------------------------
|
|---|
| 14 | * Please list in reverse chronological order (last date on top)
|
|---|
| 15 | ---------------------------------------------------------------
|
|---|
| 16 |
|
|---|
| [1315] | 17 | 19 May 2010 Vladimir Ivanchenko hadr-mod-util-V09-03-01
|
|---|
| 18 | - G4Fragment - minor speedup by adding member and access method
|
|---|
| 19 | to GroundStateMass;
|
|---|
| 20 |
|
|---|
| 21 | 10 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 |
|
|---|
| [1228] | 30 | 10 December 2009 Gunter Folger hadr-mod-util-V09-02-07
|
|---|
| [1315] | 31 | - G4NuclearFermiDensity.hh: change value of prtection in GetDeriv() to lower
|
|---|
| [1228] | 32 | value
|
|---|
| 33 |
|
|---|
| 34 | 09 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 |
|
|---|
| 39 | 09 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 |
|
|---|
| [1196] | 44 | 19 November 2009 Gunter Folger hadr-mod-util-V09-02-04
|
|---|
| [1228] | 45 | --------------------------------------------------------
|
|---|
| [1196] | 46 | - Restore methods storing/retrieving G4SplitableHadron*,
|
|---|
| 47 | now in use in FTF
|
|---|
| 48 |
|
|---|
| 49 | 13-November 2009 Gunter Folger hadr-mod-util-V09-02-03
|
|---|
| 50 | --------------------------------------------------------
|
|---|
| 51 | - Correct use of G4ThreeVector, ie. avoid vector=0;
|
|---|
| 52 |
|
|---|
| 53 | 19 December 2008 V, Uzhinsky (hadr-mod-util-V09-02-02)
|
|---|
| 54 | --------------------------------------------------------
|
|---|
| 55 | New method (SortNucleonsDecZ()) for sorting nucleons on decreasing Z-coordanates
|
|---|
| 56 | is inserted in G4Fancy3DNucleus class. It is needed for nucleus-nucleus collision.
|
|---|
| 57 | SortNucleonsInc() is re-named in SortNucleonsIncZ().
|
|---|
| 58 |
|
|---|
| 59 | 12 December 2008 Gunter Folger (hadr-mod-util-V09-02-01)
|
|---|
| 60 | -------------------------------------------------------
|
|---|
| 61 | - Correct G4Nucleon: typo, and ctor need to init isHit
|
|---|
| 62 |
|
|---|
| 63 | 10 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 |
|
|---|
| [962] | 68 | 24 October 2008 Dennis Wright (hadr-mod-util-V09-01-07)
|
|---|
| 69 | -------------------------------------------------------
|
|---|
| 70 | - replace G4NucleiPropertiesTable::GetBindingEnergy with
|
|---|
| 71 | G4NucleiProperties::GetBindingEnergy in G4Fancy3DNucleus
|
|---|
| 72 |
|
|---|
| 73 | 19 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 |
|
|---|
| 78 | 19 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 |
|
|---|
| 83 | 19 June 2008 V. Uzhinsky (hadr-mod-util-V09-01-04)
|
|---|
| 84 | -------------------------------------------------
|
|---|
| 85 | - Update of include/G4ExcitedString.hh
|
|---|
| 86 |
|
|---|
| 87 | 18 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 |
|
|---|
| 93 | 14 May 2008 G.Folger (hadr-mod-util-V09-01-02)
|
|---|
| [819] | 94 | ---------------------------------------------------
|
|---|
| [962] | 95 | - G4Fancy3DNucleus::SortNucleonsInZ() new method to sort nucleons
|
|---|
| 96 | using z-coordinate
|
|---|
| [819] | 97 |
|
|---|
| [962] | 98 | 5 May 2008 G.Folger (hadr-mod-util-V09-01-01)
|
|---|
| 99 | ---------------------------------------------------
|
|---|
| 100 | - correct logic bug in CalculateExcitationEnergy() introduced by gcc-4.3 fix.
|
|---|
| 101 |
|
|---|
| [819] | 102 | 21 Mar 2008 Dennis Wright (hadr-mod-util-V09-01-00)
|
|---|
| 103 | ---------------------------------------------------
|
|---|
| 104 | - fix gcc-4.3 compiler warnings for G4Fragment.cc
|
|---|
| 105 |
|
|---|
| 106 | 16 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 |
|
|---|
| 112 | 24 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 |
|
|---|
| 117 | 5 Jul 2007 Dennis Wright (hadr-mod-util-V09-00-01)
|
|---|
| 118 | ---------------------------------------------------
|
|---|
| 119 | - G4KineticTrack.cc : change variable names to avoid Sun warnings about hiding
|
|---|
| 120 |
|
|---|
| 121 | 24 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 |
|
|---|
| 127 | 5 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 |
|
|---|
| 132 | 5 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 |
|
|---|
| 137 | 19 Aug 2006 Dennis Wright (hadr-modutl-V08-01-00)
|
|---|
| 138 | -------------------------------------------------
|
|---|
| 139 | - G4Fancy3DNucleus.cc : remove meaningless const in G4Fancy3DNucleusHelper
|
|---|
| 140 | methods size() and index()
|
|---|
| 141 |
|
|---|
| 142 | 30 Nov 2005 Gabriele Cosmo (hadr-modutl-V07-01-01)
|
|---|
| 143 | --------------------------------------------------
|
|---|
| 144 | - Trivial fix in G4Fancy3DNucleus for support of CLHEP-2.0.X series.
|
|---|
| 145 |
|
|---|
| 146 | 23 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
|
|---|