| 1 | -------------------------------------------------------------------
|
|---|
| 2 |
|
|---|
| 3 | =========================================================
|
|---|
| 4 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 5 | =========================================================
|
|---|
| 6 |
|
|---|
| 7 | Radiative decay History file
|
|---|
| 8 | -------------------------------------
|
|---|
| 9 | This file should be used by responsible rdm developers to briefly
|
|---|
| 10 | summarize all major modifications introduced in the code and keep
|
|---|
| 11 | track of all tags.
|
|---|
| 12 |
|
|---|
| 13 | ----------------------------------------------------------
|
|---|
| 14 | * Reverse chronological order (last date on top), please *
|
|---|
| 15 | ----------------------------------------------------------
|
|---|
| 16 |
|
|---|
| 17 | 24 July 2009 V.Ivanchenko (radioactive_decay-V09-02-00)
|
|---|
| 18 | - GNUmakefile - added dependence on electromagnetic/utils
|
|---|
| 19 |
|
|---|
| 20 | 09 July 2008 Dennis Wright (radioactive_decay-V09-01-02)
|
|---|
| 21 | - replace exit() with G4Exception in G4RadioactiveDecay and G4NuclearDecayChannel
|
|---|
| 22 |
|
|---|
| 23 | 17 June 2008 Fan Lei (radioactive_decay-V09-01-01)
|
|---|
| 24 | - GRIsotopeTable.cc
|
|---|
| 25 | i) change default verbosity level to 1
|
|---|
| 26 | ii) correct use G4cout instead of G4cerr
|
|---|
| 27 |
|
|---|
| 28 | 01 May 2008 Fan Lei (radioactive_decay-V09-01-00)
|
|---|
| 29 | - G4NuclearDecayChannel.cc
|
|---|
| 30 | i) ARM is no longer applied in photon-evaporation for IT mode and
|
|---|
| 31 | is now applied at the end in DecayIt()
|
|---|
| 32 | ii) use the correct shell index in appling ARM and switch on Auger
|
|---|
| 33 | electron production
|
|---|
| 34 | iii) check the residual kinetic energy after ARM and add it to the atom
|
|---|
| 35 |
|
|---|
| 36 | 21 June 2007 Fan Lei (radioactive_decay-V08-03-00)
|
|---|
| 37 | - Minor changes to remove compilation warnings on Windows
|
|---|
| 38 | src\G4RIsotopeTable.cc(204): warning C4804:
|
|---|
| 39 | '-' : unsafe use of type 'bool' in operation
|
|---|
| 40 | src\G4RadioactiveDecay.cc(690): warning C4804:
|
|---|
| 41 | '-' : unsafe use of type 'bool' in operation
|
|---|
| 42 |
|
|---|
| 43 | 10 November 2006 Fan Lei (radioactive_decay-V08-01-01)
|
|---|
| 44 | - G4NuclearDecayChannel.cc: added the capability of handling decay emission of proton or neutron
|
|---|
| 45 | for decays of He5 (alpha+n) and Li5 (alpha+p). bug#852
|
|---|
| 46 |
|
|---|
| 47 | 5 July 2006 Dennis Wright (radioactive_decay-V08-01-00)
|
|---|
| 48 | - G4NuclearDecayChannel::BetaDecayIt() : another check for negative sqrt
|
|---|
| 49 | argument in daughtermomentum[1].
|
|---|
| 50 |
|
|---|
| 51 | 29 May 2006 Dennis Wright (radioactive_decay-V08-00-03)
|
|---|
| 52 | (tagging change by Fan Lei on 17 Feb 2006)
|
|---|
| 53 | - G4RadioactiveDecay.cc : in method IsApplicable() add test for negative
|
|---|
| 54 | lifetime
|
|---|
| 55 |
|
|---|
| 56 | 16 February 2006 Vladimir Ivanchenko (radioactive_decay-V08-00-02)
|
|---|
| 57 | - G4RadioactiveDecay::IsApplicable - fix problem connected with
|
|---|
| 58 | 8.0 particle design
|
|---|
| 59 |
|
|---|
| 60 | 16 December 2005 Dennis Wright (radioactive_decay-V08-00-01)
|
|---|
| 61 | - G4NuclearDecayChannel::BetaDecayIt() : check for negative sqrt argument in
|
|---|
| 62 | daughtermomentum[1]. Response to Bug report #822.
|
|---|
| 63 |
|
|---|
| 64 | 24 November 2005 Dennis Wright (radioactive_decay-V07-01-02)
|
|---|
| 65 | - more <sstream> migration: replace istrstream with istringstream in
|
|---|
| 66 | G4RIsotopeTable.cc, G4UIcmdWithNucleusLimits.cc
|
|---|
| 67 |
|
|---|
| 68 | 24 November 2005 Dennis Wright (radioactive_decay-V07-01-01)
|
|---|
| 69 | - migrated two remaining files to <sstream>:
|
|---|
| 70 | G4RIsotopeTable.cc, G4UIcmdWithNucleusLimits.cc
|
|---|
| 71 |
|
|---|
| 72 | 09 November 2005 Gabriele Cosmo (radioactive_decay-V07-01-00)
|
|---|
| 73 | - Implemented migration to <sstream> from deprecated <strstream>.
|
|---|
| 74 | - Added changes for support of CLHEP-2.0.X.
|
|---|
| 75 | - Replaced usage of NULL with 0.
|
|---|
| 76 |
|
|---|
| 77 | 02 June 2005 Fan Lei (radioactive_decay-V07-00-01)
|
|---|
| 78 | - Added lines 667-669 to G4NuclearDeceyChannel.cc, to avoid rounding erros
|
|---|
| 79 | in cos calculations. A bug reported by Ben Morgan
|
|---|
| 80 | - Removed the test subdirectory
|
|---|
| 81 |
|
|---|
| 82 | 07 Mar 2005 Fan Lei (radioactive_decay-V07-00-00)
|
|---|
| 83 | - Added line 457, G4NuclearDeceyChannel.cc to fix bug #711
|
|---|
| 84 |
|
|---|
| 85 | 10 Nov 2004 Fan Lei (radioactive_decay-V06-02-01)
|
|---|
| 86 | - Added G4MshellECDecayChannel.hh and changed G4RadioactiveDecay.cc accordingly.
|
|---|
| 87 |
|
|---|
| 88 | 09 Nov 2004 Fan Lei
|
|---|
| 89 | - Changes to G4RaioactiveDecay.cc (radioactive_decay-V06-02-00)
|
|---|
| 90 | i) better handling to incomplete data files;
|
|---|
| 91 | ii) correct treatment of metastables as initial tracks in VR mode;
|
|---|
| 92 | iii) default decay window in VR model to 9.9x10^9 - 10^10 seconds;
|
|---|
| 93 | iv) individual time stamp for splitted isotope;
|
|---|
| 94 | v) bug fix #662;
|
|---|
| 95 | vi) bug fix #396.
|
|---|
| 96 | - Changes to G4NuclearDecayChannel.cc
|
|---|
| 97 | i) apply atomic relaxation only to 5 < z < 101
|
|---|
| 98 | ii) no more fast/slow beta decay mode with a faster 3-body decay implementation.
|
|---|
| 99 | - G4RIsotopeTable.cc: line 223, no longer reset the excitaion energy.
|
|---|
| 100 |
|
|---|
| 101 |
|
|---|
| 102 | 12 Jun 2003 Gabriele Cosmo (radiative_decay-V05-01-00)
|
|---|
| 103 | - Fix in G4ITDecayChannel.hh and G4RadioactiveDecay.cc for porting
|
|---|
| 104 | on Windows .NET compiler: changed signature in constructor for
|
|---|
| 105 | G4ITDecayChannel to use G4Ions instead of G4ParticleDefinition.
|
|---|
| 106 |
|
|---|
| 107 | 03 Jan 2003 Fan Lei
|
|---|
| 108 | - Bug (test18) fix in G4NuclearDecayChannel.cc
|
|---|
| 109 |
|
|---|
| 110 | 15 Nov 2002 Fan Lei ((radiative_decay-V04-01-01)
|
|---|
| 111 | - Added linked to atomic relaxation model after EC and
|
|---|
| 112 | IT/IC(internal conversion).
|
|---|
| 113 | - updated GNUMakefile to include electromagnetic/lowenergy/include
|
|---|
| 114 | - Updated the database
|
|---|
| 115 |
|
|---|
| 116 | 13 Nov 2001 Fan Lei (radiative_decay-V03-02-03)
|
|---|
| 117 | - Minor bug fix
|
|---|
| 118 |
|
|---|
| 119 | 26 Oct 2001 Fan Lei (radiative_decay-V03-02-02)
|
|---|
| 120 | - Removal of compilation warnings under gcc 2.95.2
|
|---|
| 121 | - Bug fixing for beta+ decay (wrong Q value was used)
|
|---|
| 122 |
|
|---|
| 123 | 20 Apr 2001 Gabriele Cosmo (radiative_decay-V03-01-00)
|
|---|
| 124 | - Modified G4RadioactiveDecay.cc according to recent migration to STL vector
|
|---|
| 125 | for the geometry domain (tag "geometry-V03-01-00").
|
|---|
| 126 |
|
|---|
| 127 | 01 Nov 2000 Fan Lei (radiative_decay-V02-00-02)
|
|---|
| 128 | - Added the missing line " ee = e0+1.; " to line 763 in
|
|---|
| 129 | G4RadioactiveDecay.cc
|
|---|
| 130 |
|
|---|
| 131 | 27th Oct 200 fan Lei (radiative_decay-V02-00-01)
|
|---|
| 132 | - Add a fast simulation mode for beta decays
|
|---|
| 133 |
|
|---|
| 134 | 25th Oct 2000 fan lei (radiative_decay-V02-00-00)
|
|---|
| 135 | - Added 'const' to line 1185 of G4RadioactiveDecay.cc to cowork with
|
|---|
| 136 | tag Track-V02-00-00
|
|---|
| 137 |
|
|---|
| 138 | 27th June 2000 Fan Lei (radiative_decay-V01-01-04)
|
|---|
| 139 | - Fix for DEC-cxx debug non-ISO.
|
|---|
| 140 | - Update test log files.
|
|---|
| 141 |
|
|---|
| 142 | 15th June 2000 Fan Lei (radiative_decay_V01-01-03)
|
|---|
| 143 | - Minor fix on Linux
|
|---|
| 144 |
|
|---|
| 145 | 15th June 2000 Fan Lei (radiative_decay_V01-01-02)
|
|---|
| 146 | - ISO compliance.
|
|---|
| 147 |
|
|---|
| 148 | * Initial tag by Hans-Peter Wellisch (radiative_decay_V01-01-00)
|
|---|