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

Last change on this file since 1315 was 1315, checked in by garnier, 14 years ago

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File size: 7.6 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
1726 May 2010 Dennis Wright (radioactive_decay-V09-03-00)
18-------------------------------------------------------
19tag HEAD to submit for testing
20
2111 may 2010 F.Lei
22- G4RadioactiveDecay.cc::LoadDecayTable:line 931 create a decaytable for isomers not included in RDM database and assume
23  they all under go IT decay.
24- G4RadioactiveDecay.cc: line 1434 after DoDecay() check if there is any secondary produced. Kill the track if not to
25  prevent it entering a infinite loop
26- G4RadioactiveDecay.cc: line 1459. make sure the propertime is positive. negative case occures when the isomer is not in
27  RDM database and its f-l is set to -1 by default. 
28- G4NuclearDecayChannel.cc: Added initialisation to all three constructors:
29  halflifethreshold = 1e-6*second;
30  applyICM = true;
31  applyARM = true;
32
3310 May 2010 F.Lei
34- G4RadioactiveDecay.hh:line 264 corrected typo as pointed out by Luciano Pandola
35- G4RadioactiveDecay.cc: insert a special treatment for K-40 beta decay at line 774 as suggested by Mauro Taiuti.
36  This fixes bug #1068
37  applied SetICM() SetARM() and SetHLThreshold() to a decay channel is created.
38- G4NuclearDecayChannel.cc: line 396. Limit the shell index to < 7, as required by the ARM.
39  line 329: change to use BreakUp rather than BreakItUp so to limit to one transition per step when ICM is applied (bug #1001)
40  (Note: changes have also been made in 30/08/2008 to use the correct atomic shell index and to conserve energy atfer ARM,
41   these problems were pointed out by Andreas Zoglauer in the bug report).
42- G4RadioactiveDecay.hh & G4NuclearDecayChannel.hh: added private member data "applyICM" "applyARM" "halflifethresold"
43  and their public Set methods SetICM(), SetARM() and SetHLThreshold().
44- G4RadioactiveDecaymessenger: added the UICommands for SetICM, SETARM and SetHLThreshold.
45
4624 July 2009 V.Ivanchenko (radioactive_decay-V09-02-00)
47- GNUmakefile - added dependence on electromagnetic/utils
48
4909 July 2008 Dennis Wright (radioactive_decay-V09-01-02)
50--------------------------------------------------------
51- replace exit() with G4Exception in G4RadioactiveDecay and G4NuclearDecayChannel
52
5317 June 2008 Fan Lei (radioactive_decay-V09-01-01)
54- GRIsotopeTable.cc
55        i) change default verbosity level to 1
56        ii) correct use G4cout instead of G4cerr 
57
5801 May 2008 Fan Lei (radioactive_decay-V09-01-00)
59- G4NuclearDecayChannel.cc
60        i) ARM is no longer applied in photon-evaporation for IT mode and
61        is now applied at the end in DecayIt()
62        ii) use the correct shell index in appling ARM and switch on Auger
63        electron production
64        iii) check the residual kinetic energy after ARM and add it to the atom
65
6621 June 2007 Fan Lei (radioactive_decay-V08-03-00)
67- Minor changes to remove compilation warnings on Windows
68   src\G4RIsotopeTable.cc(204): warning C4804:
69  '-' : unsafe use of type 'bool' in operation
70   src\G4RadioactiveDecay.cc(690): warning C4804:
71  '-' : unsafe use of type 'bool' in operation
72
7310 November 2006 Fan Lei (radioactive_decay-V08-01-01)
74- G4NuclearDecayChannel.cc: added the capability of handling decay emission of proton or neutron
75for decays of He5 (alpha+n) and Li5 (alpha+p). bug#852
76
775 July 2006 Dennis Wright (radioactive_decay-V08-01-00)
78- G4NuclearDecayChannel::BetaDecayIt() : another check for negative sqrt
79  argument in daughtermomentum[1].
80
8129 May 2006 Dennis Wright (radioactive_decay-V08-00-03)
82   (tagging change by Fan Lei on 17 Feb 2006)
83-  G4RadioactiveDecay.cc : in method IsApplicable() add test for negative
84   lifetime
85
8616 February 2006 Vladimir Ivanchenko (radioactive_decay-V08-00-02)
87-  G4RadioactiveDecay::IsApplicable - fix problem connected with
88   8.0 particle design
89
9016 December 2005 Dennis Wright (radioactive_decay-V08-00-01)
91- G4NuclearDecayChannel::BetaDecayIt() : check for negative sqrt argument in
92  daughtermomentum[1]. Response to Bug report #822.
93
9424 November 2005 Dennis Wright (radioactive_decay-V07-01-02)
95- more <sstream> migration: replace istrstream with istringstream in
96   G4RIsotopeTable.cc, G4UIcmdWithNucleusLimits.cc
97
9824 November 2005 Dennis Wright (radioactive_decay-V07-01-01)
99- migrated two remaining files to <sstream>:
100   G4RIsotopeTable.cc, G4UIcmdWithNucleusLimits.cc
101
10209 November 2005 Gabriele Cosmo (radioactive_decay-V07-01-00)
103- Implemented migration to <sstream> from deprecated <strstream>.
104- Added changes for support of CLHEP-2.0.X.
105- Replaced usage of NULL with 0.
106
10702 June 2005 Fan Lei (radioactive_decay-V07-00-01)
108- Added lines 667-669 to G4NuclearDeceyChannel.cc, to avoid rounding erros
109  in cos calculations. A bug reported by Ben Morgan
110- Removed the test subdirectory
111
11207 Mar 2005 Fan Lei (radioactive_decay-V07-00-00)
113- Added line 457, G4NuclearDeceyChannel.cc to fix bug #711
114
11510 Nov 2004 Fan Lei (radioactive_decay-V06-02-01)
116- Added G4MshellECDecayChannel.hh and changed G4RadioactiveDecay.cc accordingly.
117
11809 Nov 2004 Fan Lei
119- Changes to G4RaioactiveDecay.cc (radioactive_decay-V06-02-00)
120        i) better handling to incomplete data files;
121        ii) correct treatment of metastables as initial tracks in VR mode;
122        iii) default decay window in VR model to 9.9x10^9 - 10^10 seconds;
123        iv) individual time stamp for splitted isotope;
124        v) bug fix #662;
125        vi) bug fix #396.
126- Changes to G4NuclearDecayChannel.cc
127        i) apply atomic relaxation only to 5 < z < 101
128        ii) no more fast/slow beta decay mode with a faster 3-body decay implementation.
129- G4RIsotopeTable.cc: line 223, no longer reset the excitaion energy.
130
131   
13212 Jun 2003 Gabriele Cosmo (radiative_decay-V05-01-00)
133- Fix in G4ITDecayChannel.hh and G4RadioactiveDecay.cc for porting
134  on Windows .NET compiler: changed signature in constructor for
135  G4ITDecayChannel to use G4Ions instead of G4ParticleDefinition.
136
13703 Jan 2003 Fan Lei
138- Bug (test18) fix in G4NuclearDecayChannel.cc
139
14015 Nov 2002 Fan Lei ((radiative_decay-V04-01-01)
141- Added linked to atomic relaxation model after EC and
142  IT/IC(internal conversion).
143- updated GNUMakefile to include electromagnetic/lowenergy/include
144- Updated the database
145
14613 Nov 2001 Fan Lei (radiative_decay-V03-02-03)
147- Minor bug fix
148
14926 Oct 2001 Fan Lei (radiative_decay-V03-02-02)
150- Removal of compilation warnings under gcc 2.95.2
151- Bug fixing for beta+ decay (wrong Q value was used)
152
15320 Apr 2001 Gabriele Cosmo (radiative_decay-V03-01-00)
154- Modified G4RadioactiveDecay.cc according to recent migration to STL vector
155  for the geometry domain (tag "geometry-V03-01-00").
156
15701 Nov 2000 Fan Lei (radiative_decay-V02-00-02)
158- Added the missing line " ee = e0+1.; " to line 763 in
159  G4RadioactiveDecay.cc
160 
16127th Oct 200   fan Lei  (radiative_decay-V02-00-01)
162- Add a fast simulation mode for beta decays
163
16425th Oct 2000  fan lei  (radiative_decay-V02-00-00)
165- Added 'const' to line 1185 of G4RadioactiveDecay.cc to cowork with
166  tag Track-V02-00-00
167
16827th June 2000  Fan Lei  (radiative_decay-V01-01-04)
169- Fix for DEC-cxx debug non-ISO.
170- Update test log files.
171
17215th June 2000  Fan Lei (radiative_decay_V01-01-03)
173- Minor fix on Linux
174
17515th June 2000  Fan Lei (radiative_decay_V01-01-02)
176- ISO compliance.
177
178* Initial tag by Hans-Peter Wellisch (radiative_decay_V01-01-00)
Note: See TracBrowser for help on using the repository browser.