source: trunk/source/processes/hadronic/models/radioactive_decay/History @ 836

Last change on this file since 836 was 819, checked in by garnier, 16 years ago

import all except CVS

File size: 5.1 KB
Line 
1-------------------------------------------------------------------
2
3     =========================================================
4     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
5     =========================================================
6
7                 Radiative decay History file
8                 -------------------------------------
9This file should be used by responsible rdm developers to briefly
10summarize all major modifications introduced in the code and keep
11track of all tags.
12
13     ----------------------------------------------------------
14     * Reverse chronological order (last date on top), please *
15     ----------------------------------------------------------
1621 June 2007 Fan Lei (radioactive_decay-V08-03-00)
17- Minor changes to remove compilation warnings on Windows
18   src\G4RIsotopeTable.cc(204): warning C4804:
19  '-' : unsafe use of type 'bool' in operation
20   src\G4RadioactiveDecay.cc(690): warning C4804:
21  '-' : unsafe use of type 'bool' in operation
22
2310 November 2006 Fan Lei (radioactive_decay-V08-01-01)
24- G4NuclearDecayChannel.cc: added the capability of handling decay emission of proton or neutron
25for decays of He5 (alpha+n) and Li5 (alpha+p). bug#852
26
275 July 2006 Dennis Wright (radioactive_decay-V08-01-00)
28- G4NuclearDecayChannel::BetaDecayIt() : another check for negative sqrt
29  argument in daughtermomentum[1].
30
3129 May 2006 Dennis Wright (radioactive_decay-V08-00-03)
32   (tagging change by Fan Lei on 17 Feb 2006)
33-  G4RadioactiveDecay.cc : in method IsApplicable() add test for negative
34   lifetime
35
3616 February 2006 Vladimir Ivanchenko (radioactive_decay-V08-00-02)
37-  G4RadioactiveDecay::IsApplicable - fix problem connected with
38   8.0 particle design
39
4016 December 2005 Dennis Wright (radioactive_decay-V08-00-01)
41- G4NuclearDecayChannel::BetaDecayIt() : check for negative sqrt argument in
42  daughtermomentum[1]. Response to Bug report #822.
43
4424 November 2005 Dennis Wright (radioactive_decay-V07-01-02)
45- more <sstream> migration: replace istrstream with istringstream in
46   G4RIsotopeTable.cc, G4UIcmdWithNucleusLimits.cc
47
4824 November 2005 Dennis Wright (radioactive_decay-V07-01-01)
49- migrated two remaining files to <sstream>:
50   G4RIsotopeTable.cc, G4UIcmdWithNucleusLimits.cc
51
5209 November 2005 Gabriele Cosmo (radioactive_decay-V07-01-00)
53- Implemented migration to <sstream> from deprecated <strstream>.
54- Added changes for support of CLHEP-2.0.X.
55- Replaced usage of NULL with 0.
56
5702 June 2005 Fan Lei (radioactive_decay-V07-00-01)
58- Added lines 667-669 to G4NuclearDeceyChannel.cc, to avoid rounding erros
59  in cos calculations. A bug reported by Ben Morgan
60- Removed the test subdirectory
61
6207 Mar 2005 Fan Lei (radioactive_decay-V07-00-00)
63- Added line 457, G4NuclearDeceyChannel.cc to fix bug #711
64
6510 Nov 2004 Fan Lei (radioactive_decay-V06-02-01)
66- Added G4MshellECDecayChannel.hh and changed G4RadioactiveDecay.cc accordingly.
67
6809 Nov 2004 Fan Lei
69- Changes to G4RaioactiveDecay.cc (radioactive_decay-V06-02-00)
70        i) better handling to incomplete data files;
71        ii) correct treatment of metastables as initial tracks in VR mode;
72        iii) default decay window in VR model to 9.9x10^9 - 10^10 seconds;
73        iv) individual time stamp for splitted isotope;
74        v) bug fix #662;
75        vi) bug fix #396.
76- Changes to G4NuclearDecayChannel.cc
77        i) apply atomic relaxation only to 5 < z < 101
78        ii) no more fast/slow beta decay mode with a faster 3-body decay implementation.
79- G4RIsotopeTable.cc: line 223, no longer reset the excitaion energy.
80
81   
8212 Jun 2003 Gabriele Cosmo (radiative_decay-V05-01-00)
83- Fix in G4ITDecayChannel.hh and G4RadioactiveDecay.cc for porting
84  on Windows .NET compiler: changed signature in constructor for
85  G4ITDecayChannel to use G4Ions instead of G4ParticleDefinition.
86
8703 Jan 2003 Fan Lei
88- Bug (test18) fix in G4NuclearDecayChannel.cc
89
9015 Nov 2002 Fan Lei ((radiative_decay-V04-01-01)
91- Added linked to atomic relaxation model after EC and
92  IT/IC(internal conversion).
93- updated GNUMakefile to include electromagnetic/lowenergy/include
94- Updated the database
95
9613 Nov 2001 Fan Lei (radiative_decay-V03-02-03)
97- Minor bug fix
98
9926 Oct 2001 Fan Lei (radiative_decay-V03-02-02)
100- Removal of compilation warnings under gcc 2.95.2
101- Bug fixing for beta+ decay (wrong Q value was used)
102
10320 Apr 2001 Gabriele Cosmo (radiative_decay-V03-01-00)
104- Modified G4RadioactiveDecay.cc according to recent migration to STL vector
105  for the geometry domain (tag "geometry-V03-01-00").
106
10701 Nov 2000 Fan Lei (radiative_decay-V02-00-02)
108- Added the missing line " ee = e0+1.; " to line 763 in
109  G4RadioactiveDecay.cc
110 
11127th Oct 200   fan Lei  (radiative_decay-V02-00-01)
112- Add a fast simulation mode for beta decays
113
11425th Oct 2000  fan lei  (radiative_decay-V02-00-00)
115- Added 'const' to line 1185 of G4RadioactiveDecay.cc to cowork with
116  tag Track-V02-00-00
117
11827th June 2000  Fan Lei  (radiative_decay-V01-01-04)
119- Fix for DEC-cxx debug non-ISO.
120- Update test log files.
121
12215th June 2000  Fan Lei (radiative_decay_V01-01-03)
123- Minor fix on Linux
124
12515th June 2000  Fan Lei (radiative_decay_V01-01-02)
126- ISO compliance.
127
128* Initial tag by Hans-Peter Wellisch (radiative_decay_V01-01-00)
Note: See TracBrowser for help on using the repository browser.