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

Last change on this file since 1196 was 1196, checked in by garnier, 15 years ago

update CVS release candidate geant4.9.3.01

File size: 5.8 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     ----------------------------------------------------------
16
1724 July 2009 V.Ivanchenko (radioactive_decay-V09-02-00)
18- GNUmakefile - added dependence on electromagnetic/utils
19
2009 July 2008 Dennis Wright (radioactive_decay-V09-01-02)
21- replace exit() with G4Exception in G4RadioactiveDecay and G4NuclearDecayChannel
22
2317 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
2801 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
3621 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
4310 November 2006 Fan Lei (radioactive_decay-V08-01-01)
44- G4NuclearDecayChannel.cc: added the capability of handling decay emission of proton or neutron
45for decays of He5 (alpha+n) and Li5 (alpha+p). bug#852
46
475 July 2006 Dennis Wright (radioactive_decay-V08-01-00)
48- G4NuclearDecayChannel::BetaDecayIt() : another check for negative sqrt
49  argument in daughtermomentum[1].
50
5129 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
5616 February 2006 Vladimir Ivanchenko (radioactive_decay-V08-00-02)
57-  G4RadioactiveDecay::IsApplicable - fix problem connected with
58   8.0 particle design
59
6016 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
6424 November 2005 Dennis Wright (radioactive_decay-V07-01-02)
65- more <sstream> migration: replace istrstream with istringstream in
66   G4RIsotopeTable.cc, G4UIcmdWithNucleusLimits.cc
67
6824 November 2005 Dennis Wright (radioactive_decay-V07-01-01)
69- migrated two remaining files to <sstream>:
70   G4RIsotopeTable.cc, G4UIcmdWithNucleusLimits.cc
71
7209 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
7702 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
8207 Mar 2005 Fan Lei (radioactive_decay-V07-00-00)
83- Added line 457, G4NuclearDeceyChannel.cc to fix bug #711
84
8510 Nov 2004 Fan Lei (radioactive_decay-V06-02-01)
86- Added G4MshellECDecayChannel.hh and changed G4RadioactiveDecay.cc accordingly.
87
8809 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   
10212 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
10703 Jan 2003 Fan Lei
108- Bug (test18) fix in G4NuclearDecayChannel.cc
109
11015 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
11613 Nov 2001 Fan Lei (radiative_decay-V03-02-03)
117- Minor bug fix
118
11926 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
12320 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
12701 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 
13127th Oct 200   fan Lei  (radiative_decay-V02-00-01)
132- Add a fast simulation mode for beta decays
133
13425th 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
13827th June 2000  Fan Lei  (radiative_decay-V01-01-04)
139- Fix for DEC-cxx debug non-ISO.
140- Update test log files.
141
14215th June 2000  Fan Lei (radiative_decay_V01-01-03)
143- Minor fix on Linux
144
14515th 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)
Note: See TracBrowser for help on using the repository browser.