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

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

update ti head

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