| [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 |
|
|---|
| [1196] | 17 | 19 November 2009 Gunter Folger hadr-mod-util-V09-02-04
|
|---|
| 18 | - Restore methods storing/retrieving G4SplitableHadron*,
|
|---|
| 19 | now in use in FTF
|
|---|
| 20 |
|
|---|
| 21 | 13-November 2009 Gunter Folger hadr-mod-util-V09-02-03
|
|---|
| 22 | --------------------------------------------------------
|
|---|
| 23 | - Correct use of G4ThreeVector, ie. avoid vector=0;
|
|---|
| 24 |
|
|---|
| 25 | 19 December 2008 V, Uzhinsky (hadr-mod-util-V09-02-02)
|
|---|
| 26 | --------------------------------------------------------
|
|---|
| 27 | New method (SortNucleonsDecZ()) for sorting nucleons on decreasing Z-coordanates
|
|---|
| 28 | is inserted in G4Fancy3DNucleus class. It is needed for nucleus-nucleus collision.
|
|---|
| 29 | SortNucleonsInc() is re-named in SortNucleonsIncZ().
|
|---|
| 30 |
|
|---|
| 31 | 12 December 2008 Gunter Folger (hadr-mod-util-V09-02-01)
|
|---|
| 32 | -------------------------------------------------------
|
|---|
| 33 | - Correct G4Nucleon: typo, and ctor need to init isHit
|
|---|
| 34 |
|
|---|
| 35 | 10 December 2008 Gunter Folger (hadr-mod-util-V09-02-00)
|
|---|
| 36 | -------------------------------------------------------
|
|---|
| 37 | - G4Nucleon.hh: Hit was storing G4SplitableHadron*, but this is no
|
|---|
| 38 | longer used. Can use bool isHit instead. Avoids confusing reinterpret_cast.
|
|---|
| 39 |
|
|---|
| [962] | 40 | 24 October 2008 Dennis Wright (hadr-mod-util-V09-01-07)
|
|---|
| 41 | -------------------------------------------------------
|
|---|
| 42 | - replace G4NucleiPropertiesTable::GetBindingEnergy with
|
|---|
| 43 | G4NucleiProperties::GetBindingEnergy in G4Fancy3DNucleus
|
|---|
| 44 |
|
|---|
| 45 | 19 June 2008 G.Folger (hadr-mod-util-V09-01-06)
|
|---|
| 46 | -----------------------------------------------
|
|---|
| 47 | - Attempt to fix memory leak in G4Fancy3DNucleus::SortNucleonsInZ().
|
|---|
| 48 | - remove debug introduced code by VU
|
|---|
| 49 |
|
|---|
| 50 | 19 June 2008 G. Cosmo (hadr-mod-util-V09-01-05)
|
|---|
| 51 | -----------------------------------------------
|
|---|
| 52 | - Fixed noisy compilation warning in G4ExcitedString.hh for
|
|---|
| 53 | unnecessary const qualifier to function return argument.
|
|---|
| 54 |
|
|---|
| 55 | 19 June 2008 V. Uzhinsky (hadr-mod-util-V09-01-04)
|
|---|
| 56 | -------------------------------------------------
|
|---|
| 57 | - Update of include/G4ExcitedString.hh
|
|---|
| 58 |
|
|---|
| 59 | 18 June 2008 V. Uzhinsky (hadr-mod-util-V09-01-03)
|
|---|
| 60 | --------------------------------------------------
|
|---|
| 61 | - G4ExcitedString::GetTimeOfCreation() const;
|
|---|
| 62 | - G4ExcitedString::SetTimeOfCreation(G4double aTime);
|
|---|
| 63 | Two new methods for operations with Time of a string Creation
|
|---|
| 64 |
|
|---|
| 65 | 14 May 2008 G.Folger (hadr-mod-util-V09-01-02)
|
|---|
| [819] | 66 | ---------------------------------------------------
|
|---|
| [962] | 67 | - G4Fancy3DNucleus::SortNucleonsInZ() new method to sort nucleons
|
|---|
| 68 | using z-coordinate
|
|---|
| [819] | 69 |
|
|---|
| [962] | 70 | 5 May 2008 G.Folger (hadr-mod-util-V09-01-01)
|
|---|
| 71 | ---------------------------------------------------
|
|---|
| 72 | - correct logic bug in CalculateExcitationEnergy() introduced by gcc-4.3 fix.
|
|---|
| 73 |
|
|---|
| [819] | 74 | 21 Mar 2008 Dennis Wright (hadr-mod-util-V09-01-00)
|
|---|
| 75 | ---------------------------------------------------
|
|---|
| 76 | - fix gcc-4.3 compiler warnings for G4Fragment.cc
|
|---|
| 77 |
|
|---|
| 78 | 16 Nov 2007 Dennis Wright (hadr-mod-util-V09-00-02)
|
|---|
| 79 | ---------------------------------------------------
|
|---|
| 80 | - remove initialization by random number of angular momentum vector
|
|---|
| 81 | from G4Fragment ctors.
|
|---|
| 82 | - use production version of G4Fancy3DNucleus (see note of 24 Aug 2007)
|
|---|
| 83 |
|
|---|
| 84 | 24 Aug 2007 Gunter Folger NOT for production
|
|---|
| 85 | ---------------------------------------------------
|
|---|
| 86 | - change radial limit where choosing nucleons from 1% of density
|
|---|
| 87 | to 1per-mille for testing purposes- NOT for production
|
|---|
| 88 |
|
|---|
| 89 | 5 Jul 2007 Dennis Wright (hadr-mod-util-V09-00-01)
|
|---|
| 90 | ---------------------------------------------------
|
|---|
| 91 | - G4KineticTrack.cc : change variable names to avoid Sun warnings about hiding
|
|---|
| 92 |
|
|---|
| 93 | 24 Jan 2007 Gunter Folger (hadr-mod-util-V08-02-00)
|
|---|
| 94 | ----------------------------------------------------
|
|---|
| 95 | - G4Parton.{cc,hh}: add method setting momentum using both + and - momentum
|
|---|
| 96 | component
|
|---|
| 97 | - G4Fragment.cc: more info on warning output of negative excitation energy
|
|---|
| 98 |
|
|---|
| 99 | 5 Oct 2006 Gunter Folger (hadr-mod-util-V08-01-01)
|
|---|
| 100 | -------------------------------------------------
|
|---|
| 101 | - G4Fancy3DNucleus:ChoosePositions(): Correctly use std::vector.
|
|---|
| 102 | This should fix bug 887 on WIN32/VC8
|
|---|
| 103 |
|
|---|
| 104 | 5 Oct 2006 Gunter Folger (hadr-mod-util-V08-01-00)
|
|---|
| 105 | -------------------------------------------------
|
|---|
| 106 | - Reduce warning output from G4Fragment on negative excitation energy;
|
|---|
| 107 | a max. of 10 warnings is printed now.
|
|---|
| 108 |
|
|---|
| 109 | 19 Aug 2006 Dennis Wright (hadr-modutl-V08-01-00)
|
|---|
| 110 | -------------------------------------------------
|
|---|
| 111 | - G4Fancy3DNucleus.cc : remove meaningless const in G4Fancy3DNucleusHelper
|
|---|
| 112 | methods size() and index()
|
|---|
| 113 |
|
|---|
| 114 | 30 Nov 2005 Gabriele Cosmo (hadr-modutl-V07-01-01)
|
|---|
| 115 | --------------------------------------------------
|
|---|
| 116 | - Trivial fix in G4Fancy3DNucleus for support of CLHEP-2.0.X series.
|
|---|
| 117 |
|
|---|
| 118 | 23 Nov 2005 Dennis Wright (hadr-modutl-V07-01-00)
|
|---|
| 119 | -------------------------------------------------
|
|---|
| 120 | - include change of G4KineticTrack::GetActualMass() which uses
|
|---|
| 121 | the4Momentum.mag2() to get mass
|
|---|
| 122 | - D. Wright created History file for models/util directory
|
|---|