| [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 |
|
|---|
| [962] | 17 | 24 October 2008 Dennis Wright (hadr-mod-util-V09-01-07)
|
|---|
| 18 | -------------------------------------------------------
|
|---|
| 19 | - replace G4NucleiPropertiesTable::GetBindingEnergy with
|
|---|
| 20 | G4NucleiProperties::GetBindingEnergy in G4Fancy3DNucleus
|
|---|
| 21 |
|
|---|
| 22 | 19 June 2008 G.Folger (hadr-mod-util-V09-01-06)
|
|---|
| 23 | -----------------------------------------------
|
|---|
| 24 | - Attempt to fix memory leak in G4Fancy3DNucleus::SortNucleonsInZ().
|
|---|
| 25 | - remove debug introduced code by VU
|
|---|
| 26 |
|
|---|
| 27 | 19 June 2008 G. Cosmo (hadr-mod-util-V09-01-05)
|
|---|
| 28 | -----------------------------------------------
|
|---|
| 29 | - Fixed noisy compilation warning in G4ExcitedString.hh for
|
|---|
| 30 | unnecessary const qualifier to function return argument.
|
|---|
| 31 |
|
|---|
| 32 | 19 June 2008 V. Uzhinsky (hadr-mod-util-V09-01-04)
|
|---|
| 33 | -------------------------------------------------
|
|---|
| 34 | - Update of include/G4ExcitedString.hh
|
|---|
| 35 |
|
|---|
| 36 | 18 June 2008 V. Uzhinsky (hadr-mod-util-V09-01-03)
|
|---|
| 37 | --------------------------------------------------
|
|---|
| 38 | - G4ExcitedString::GetTimeOfCreation() const;
|
|---|
| 39 | - G4ExcitedString::SetTimeOfCreation(G4double aTime);
|
|---|
| 40 | Two new methods for operations with Time of a string Creation
|
|---|
| 41 |
|
|---|
| 42 | 14 May 2008 G.Folger (hadr-mod-util-V09-01-02)
|
|---|
| [819] | 43 | ---------------------------------------------------
|
|---|
| [962] | 44 | - G4Fancy3DNucleus::SortNucleonsInZ() new method to sort nucleons
|
|---|
| 45 | using z-coordinate
|
|---|
| [819] | 46 |
|
|---|
| [962] | 47 | 5 May 2008 G.Folger (hadr-mod-util-V09-01-01)
|
|---|
| 48 | ---------------------------------------------------
|
|---|
| 49 | - correct logic bug in CalculateExcitationEnergy() introduced by gcc-4.3 fix.
|
|---|
| 50 |
|
|---|
| [819] | 51 | 21 Mar 2008 Dennis Wright (hadr-mod-util-V09-01-00)
|
|---|
| 52 | ---------------------------------------------------
|
|---|
| 53 | - fix gcc-4.3 compiler warnings for G4Fragment.cc
|
|---|
| 54 |
|
|---|
| 55 | 16 Nov 2007 Dennis Wright (hadr-mod-util-V09-00-02)
|
|---|
| 56 | ---------------------------------------------------
|
|---|
| 57 | - remove initialization by random number of angular momentum vector
|
|---|
| 58 | from G4Fragment ctors.
|
|---|
| 59 | - use production version of G4Fancy3DNucleus (see note of 24 Aug 2007)
|
|---|
| 60 |
|
|---|
| 61 | 24 Aug 2007 Gunter Folger NOT for production
|
|---|
| 62 | ---------------------------------------------------
|
|---|
| 63 | - change radial limit where choosing nucleons from 1% of density
|
|---|
| 64 | to 1per-mille for testing purposes- NOT for production
|
|---|
| 65 |
|
|---|
| 66 | 5 Jul 2007 Dennis Wright (hadr-mod-util-V09-00-01)
|
|---|
| 67 | ---------------------------------------------------
|
|---|
| 68 | - G4KineticTrack.cc : change variable names to avoid Sun warnings about hiding
|
|---|
| 69 |
|
|---|
| 70 | 24 Jan 2007 Gunter Folger (hadr-mod-util-V08-02-00)
|
|---|
| 71 | ----------------------------------------------------
|
|---|
| 72 | - G4Parton.{cc,hh}: add method setting momentum using both + and - momentum
|
|---|
| 73 | component
|
|---|
| 74 | - G4Fragment.cc: more info on warning output of negative excitation energy
|
|---|
| 75 |
|
|---|
| 76 | 5 Oct 2006 Gunter Folger (hadr-mod-util-V08-01-01)
|
|---|
| 77 | -------------------------------------------------
|
|---|
| 78 | - G4Fancy3DNucleus:ChoosePositions(): Correctly use std::vector.
|
|---|
| 79 | This should fix bug 887 on WIN32/VC8
|
|---|
| 80 |
|
|---|
| 81 | 5 Oct 2006 Gunter Folger (hadr-mod-util-V08-01-00)
|
|---|
| 82 | -------------------------------------------------
|
|---|
| 83 | - Reduce warning output from G4Fragment on negative excitation energy;
|
|---|
| 84 | a max. of 10 warnings is printed now.
|
|---|
| 85 |
|
|---|
| 86 | 19 Aug 2006 Dennis Wright (hadr-modutl-V08-01-00)
|
|---|
| 87 | -------------------------------------------------
|
|---|
| 88 | - G4Fancy3DNucleus.cc : remove meaningless const in G4Fancy3DNucleusHelper
|
|---|
| 89 | methods size() and index()
|
|---|
| 90 |
|
|---|
| 91 | 30 Nov 2005 Gabriele Cosmo (hadr-modutl-V07-01-01)
|
|---|
| 92 | --------------------------------------------------
|
|---|
| 93 | - Trivial fix in G4Fancy3DNucleus for support of CLHEP-2.0.X series.
|
|---|
| 94 |
|
|---|
| 95 | 23 Nov 2005 Dennis Wright (hadr-modutl-V07-01-00)
|
|---|
| 96 | -------------------------------------------------
|
|---|
| 97 | - include change of G4KineticTrack::GetActualMass() which uses
|
|---|
| 98 | the4Momentum.mag2() to get mass
|
|---|
| 99 | - D. Wright created History file for models/util directory
|
|---|