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

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

update processes

File size: 5.7 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
1709 July 2008 Dennis Wright (radioactive_decay-V09-01-02)
18- replace exit() with G4Exception in G4RadioactiveDecay and G4NuclearDecayChannel
19
2017 June 2008 Fan Lei (radioactive_decay-V09-01-01)
21- GRIsotopeTable.cc
22        i) change default verbosity level to 1
23        ii) correct use G4cout instead of G4cerr 
24
2501 May 2008 Fan Lei (radioactive_decay-V09-01-00)
26- G4NuclearDecayChannel.cc
27        i) ARM is no longer applied in photon-evaporation for IT mode and
28        is now applied at the end in DecayIt()
29        ii) use the correct shell index in appling ARM and switch on Auger
30        electron production
31        iii) check the residual kinetic energy after ARM and add it to the atom
32
3321 June 2007 Fan Lei (radioactive_decay-V08-03-00)
34- Minor changes to remove compilation warnings on Windows
35   src\G4RIsotopeTable.cc(204): warning C4804:
36  '-' : unsafe use of type 'bool' in operation
37   src\G4RadioactiveDecay.cc(690): warning C4804:
38  '-' : unsafe use of type 'bool' in operation
39
4010 November 2006 Fan Lei (radioactive_decay-V08-01-01)
41- G4NuclearDecayChannel.cc: added the capability of handling decay emission of proton or neutron
42for decays of He5 (alpha+n) and Li5 (alpha+p). bug#852
43
445 July 2006 Dennis Wright (radioactive_decay-V08-01-00)
45- G4NuclearDecayChannel::BetaDecayIt() : another check for negative sqrt
46  argument in daughtermomentum[1].
47
4829 May 2006 Dennis Wright (radioactive_decay-V08-00-03)
49   (tagging change by Fan Lei on 17 Feb 2006)
50-  G4RadioactiveDecay.cc : in method IsApplicable() add test for negative
51   lifetime
52
5316 February 2006 Vladimir Ivanchenko (radioactive_decay-V08-00-02)
54-  G4RadioactiveDecay::IsApplicable - fix problem connected with
55   8.0 particle design
56
5716 December 2005 Dennis Wright (radioactive_decay-V08-00-01)
58- G4NuclearDecayChannel::BetaDecayIt() : check for negative sqrt argument in
59  daughtermomentum[1]. Response to Bug report #822.
60
6124 November 2005 Dennis Wright (radioactive_decay-V07-01-02)
62- more <sstream> migration: replace istrstream with istringstream in
63   G4RIsotopeTable.cc, G4UIcmdWithNucleusLimits.cc
64
6524 November 2005 Dennis Wright (radioactive_decay-V07-01-01)
66- migrated two remaining files to <sstream>:
67   G4RIsotopeTable.cc, G4UIcmdWithNucleusLimits.cc
68
6909 November 2005 Gabriele Cosmo (radioactive_decay-V07-01-00)
70- Implemented migration to <sstream> from deprecated <strstream>.
71- Added changes for support of CLHEP-2.0.X.
72- Replaced usage of NULL with 0.
73
7402 June 2005 Fan Lei (radioactive_decay-V07-00-01)
75- Added lines 667-669 to G4NuclearDeceyChannel.cc, to avoid rounding erros
76  in cos calculations. A bug reported by Ben Morgan
77- Removed the test subdirectory
78
7907 Mar 2005 Fan Lei (radioactive_decay-V07-00-00)
80- Added line 457, G4NuclearDeceyChannel.cc to fix bug #711
81
8210 Nov 2004 Fan Lei (radioactive_decay-V06-02-01)
83- Added G4MshellECDecayChannel.hh and changed G4RadioactiveDecay.cc accordingly.
84
8509 Nov 2004 Fan Lei
86- Changes to G4RaioactiveDecay.cc (radioactive_decay-V06-02-00)
87        i) better handling to incomplete data files;
88        ii) correct treatment of metastables as initial tracks in VR mode;
89        iii) default decay window in VR model to 9.9x10^9 - 10^10 seconds;
90        iv) individual time stamp for splitted isotope;
91        v) bug fix #662;
92        vi) bug fix #396.
93- Changes to G4NuclearDecayChannel.cc
94        i) apply atomic relaxation only to 5 < z < 101
95        ii) no more fast/slow beta decay mode with a faster 3-body decay implementation.
96- G4RIsotopeTable.cc: line 223, no longer reset the excitaion energy.
97
98   
9912 Jun 2003 Gabriele Cosmo (radiative_decay-V05-01-00)
100- Fix in G4ITDecayChannel.hh and G4RadioactiveDecay.cc for porting
101  on Windows .NET compiler: changed signature in constructor for
102  G4ITDecayChannel to use G4Ions instead of G4ParticleDefinition.
103
10403 Jan 2003 Fan Lei
105- Bug (test18) fix in G4NuclearDecayChannel.cc
106
10715 Nov 2002 Fan Lei ((radiative_decay-V04-01-01)
108- Added linked to atomic relaxation model after EC and
109  IT/IC(internal conversion).
110- updated GNUMakefile to include electromagnetic/lowenergy/include
111- Updated the database
112
11313 Nov 2001 Fan Lei (radiative_decay-V03-02-03)
114- Minor bug fix
115
11626 Oct 2001 Fan Lei (radiative_decay-V03-02-02)
117- Removal of compilation warnings under gcc 2.95.2
118- Bug fixing for beta+ decay (wrong Q value was used)
119
12020 Apr 2001 Gabriele Cosmo (radiative_decay-V03-01-00)
121- Modified G4RadioactiveDecay.cc according to recent migration to STL vector
122  for the geometry domain (tag "geometry-V03-01-00").
123
12401 Nov 2000 Fan Lei (radiative_decay-V02-00-02)
125- Added the missing line " ee = e0+1.; " to line 763 in
126  G4RadioactiveDecay.cc
127 
12827th Oct 200   fan Lei  (radiative_decay-V02-00-01)
129- Add a fast simulation mode for beta decays
130
13125th Oct 2000  fan lei  (radiative_decay-V02-00-00)
132- Added 'const' to line 1185 of G4RadioactiveDecay.cc to cowork with
133  tag Track-V02-00-00
134
13527th June 2000  Fan Lei  (radiative_decay-V01-01-04)
136- Fix for DEC-cxx debug non-ISO.
137- Update test log files.
138
13915th June 2000  Fan Lei (radiative_decay_V01-01-03)
140- Minor fix on Linux
141
14215th June 2000  Fan Lei (radiative_decay_V01-01-02)
143- ISO compliance.
144
145* Initial tag by Hans-Peter Wellisch (radiative_decay_V01-01-00)
Note: See TracBrowser for help on using the repository browser.