Geant4 Cross Reference |
1 # Category radioactive_decay History << 1 ------------------------------------------------------------------- 2 2 3 See `CONTRIBUTING.rst` for details of **requir << 3 ========================================================= 4 which **must** added in reverse chronological << 4 Geant4 - an Object-Oriented Toolkit for Simulation in HEP 5 It must **not** be used as a substitute for wr << 5 ========================================================= 6 << 6 7 ---------------------------------------------- << 7 Radiative decay History file 8 << 8 ------------------------------------- 9 ## 2024-08-14 Gabriele Cosmo (radioactive_deca << 9 This file should be used by responsible rdm developers to briefly 10 - Fixed reported Coverity defects for use of s << 10 summarize all major modifications introduced in the code and keep 11 << 11 track of all tags. 12 ## 2024-05-30 Vladimir Ivanchenko (radioactive << 12 13 - Rename G4RadioactiveDecay -> G4VRadioactiveD << 13 ---------------------------------------------------------- 14 G4Radioactivation -> G4RadioactiveDecay, the << 14 * Reverse chronological order (last date on top), please * 15 providing backward compatibility << 15 ---------------------------------------------------------- 16 << 17 ## 2024-04-08 Vladimir Ivanchenko, Alvaro Tolo << 18 - G4BetaPlusDecay, G4BetaMinusDecay - minor fi << 19 In case Q-value is bigger than mass difere << 20 may have more energy than residual free en << 21 of 4-momentum, in such cases neutrino and << 22 to non conservation of linear momentum bec << 23 << 24 ## 2024-02-20 Vladimir Ivanchenko (radioactive << 25 - G4BetaPlusDecay, G4BetaMinusDecay - added ex << 26 level of 1 eV to avoid precision lost and << 27 negative kinetic energy << 28 << 29 ## 2024-02-13 Vladimir Ivanchenko (radioactive << 30 - G4BetaPlusDecay, G4BetaMinusDecay - fixed sa << 31 << 32 ## 2024-01-13 Alexander Howard (radioactive_de << 33 - G4Radioactivation : added DBL_EPSILON check << 34 metastables to prevent creation of zero ener << 35 products! << 36 << 37 ## 2023-11-16 Alberto Ribon (radioactive_decay << 38 - G4RadioactiveDecay, G4Radioactivation : adde << 39 constructor of these classes, to be able to << 40 of class constructor, the threshold for the << 41 decays are ignored. This is meant for custom << 42 Moreover, the constructor of these classes h << 43 also a C++ interface - via the singleton G4H << 44 the same time threshold for radioactive deca << 45 reference physics lists. << 46 Note that, in the unlikely and weird scenari << 47 are specified - one via G4HadronicParameters << 48 parameter - the larger of the two is conside << 49 In all cases, an eventual time threshold spe << 50 (i.e. /process/had/rdm/thresholdForVeryLongD << 51 prevails on everything else. << 52 << 53 ## 2023-11-07 Alberto Ribon (radioactive_decay << 54 - G4RadioactiveDecay : changed default thresho << 55 radioactive decays are ignored - from twice << 56 1 year. << 57 ( Reminder: this threshold can be changed vi << 58 e.g. to set it to 1000 years: << 59 /process/had/rdm/thresholdForVeryLongDecay << 60 ) << 61 << 62 ## 2023-10-05 Vladimir Ivantchenko (radioactiv << 63 - G4RadioactiveDecay - removed debug printout << 64 << 65 ## 2023-09-28 Vladimir Ivantchenko (radioactiv << 66 - G4Radioactivation - fixed another Coverity r << 67 << 68 ## 2023-08-29 Vladimir Ivantchenko (radioactiv << 69 - G4Radioactivation - fixed Coverity reports << 70 << 71 ## 2023-08-23 Vladimir Ivantchenko (radioactiv << 72 - G4RadioactiveDecay - only one table of radio << 73 removed not needed ifdef for MULTITHREADED << 74 class constructor, added use only lock in << 75 after the check if the table is already do << 76 unlock in this method; removed counter of << 77 all virtual methods maked override and imp << 78 the source; DecayIt(..) method is declaire << 79 methods; use reference instead of values i << 80 complex objects; added G4ITDecay object lo << 81 sampling of radioactive decays with a poss << 82 gamma emission << 83 - G4Radioactivation - all virtual methods mark << 84 override and implementations are moved to << 85 is marked as override; removed methods Get << 86 PostStepDoIt instead base class method are << 87 - G4BetaMinusDecay, G4BetaPlusDecay, G4BetaSpe << 88 thread safe sampling method << 89 - G4NuclearDecay - implement virtual method Is << 90 alwys return 'true', make access methods ' << 91 - G4ITDecay - added method SetupDecay, which a << 92 inside local thread << 93 << 94 ## 2023-07-16 Vladimir Ivantchenko (radioactiv << 95 - G4RadioactiveDecay - fixed initialisation pr << 96 for triton printout; << 97 << 98 ## 2023-06-17 Vladimir Ivantchenko (radioactiv << 99 - G4RadioactiveDecay, G4BetaSpectrumSampler - << 100 non-initialized class members << 101 << 102 ## 2023-03-24 Dennis Wright (radioactive_decay << 103 - Fix coverity bug 104867: uninitialized integ << 104 Do initialization in ctor. << 105 << 106 ## 2023-03-24 Dennis Wright (radioactive_decay << 107 - Fix of bug #2367: stairstep beta decay spect << 108 Create new class G4BetaSpectrumSampler to sa << 109 instead of a flat one. Add this to sources.c << 110 Change G4BetaMinusDecay and G4BetaPlusDecay << 111 Add protection against very large arguments << 112 G4BetaDecayCorrections::ModSquared << 113 << 114 ## 2022-11-26 Gabriele Cosmo (radioactive_deca << 115 - Fixed compilation warnings for implicit type << 116 << 117 ## 2022-11-14 Vladimir Ivanchenko (radioactive << 118 - G4RadioactiveDecay - added printout of the f << 119 << 120 ## 2022-11-03 Vladimir Ivanchenko (radioactive << 121 - G4ECDecay, G4ITDecay - extended upper limit << 122 from Z=100 to Z=104 by R. Chakma << 123 << 124 ## 2022-10-20 Dennis Wright (radioactive_decay << 125 - G4RadioactiveDecay - remove SetICM() method. << 126 for some time and is no longer used. ICM no << 127 G4PhotonEvaporation. << 128 - G4RadioactiveDecayMessenger - remove icmCmd << 129 above << 130 << 131 ## 2022-10-13 Dennis Wright (radioactive_decay << 132 - G4ECDecay - remove negative neutrino energy << 133 protection against negative values. Negative << 134 negative Q values from ENSDF for only four n << 135 << 136 ## 2022-10-05 Vladimir Ivanchenko (radioactive << 137 - G4ECDecay - print warning introduced in the << 138 once in each thread and only in verbose mo << 139 << 140 ## 2022-09-24 Vladimir Ivanchenko (radioactive << 141 - G4ECDecay - added protection against negativ << 142 to fix problem #2509 << 143 << 144 ## 2022-09-05 Ben Morgan (radioactive_decay-V1 << 145 - Update dependencies to address warnings from << 146 << 147 ## 2022-04-08 Alberto Ribon (radioactive_decay << 148 - G4RadioactiveDecay : fixed memory leak (due << 149 that were not deleted) in the case of a radi << 150 happening later than the time threshold. << 151 << 152 ## 2022-04-04 Michel Maire (radioactive_decay- << 153 - cosmetics in G4RadioactiveDecay::StreamInfo( << 154 << 155 ## 2021-12-10 Ben Morgan (radioactive_decay-V1 << 156 - Change to new Markdown History format << 157 << 158 --- << 159 16 160 # History entries prior to 11.0 << 17 15 April 2021 Vladimir Ivanchenko radioactive_decay-V10-06-11 161 << 162 29 October 2021 Vladimir Ivanchenko radioactiv << 163 ---------------------------------------------- << 164 - G4RadioactiveDecay - updated printout of par << 165 to the recent modifications in atomic de-e << 166 << 167 11 October 2021 Alberto Ribon radioactive_deca << 168 ---------------------------------------------- << 169 - Included github Pull Request #26 by "mirgues << 170 improve the branching ratio consistency in r << 171 by replacing hardwired radioactive-decay-mod << 172 corresponding enum values. << 173 Modified classes: G4RadioactiveDecayMode, G4 << 174 G4Radioactivation. << 175 << 176 7 October 2021 Dennis Wright radioactive_decay << 177 ---------------------------------------------- << 178 - remove obsolete classes G4RadioactiveDecayBa << 179 G4RadioactiveDecayBaseMessenger << 180 << 181 1 October 2021 Ben Morgan radioactive_decay-V1 << 182 ---------------------------------------------- << 183 - Use proper enum interface for G4String::stri << 184 << 185 12 August 2021 Dennis Wright radioactive_decay << 186 ---------------------------------------------- << 187 - Next to last step in RadioactiveDecay code m << 188 create G4RadioactiveDecay.hh, .cc, G4Radioa << 189 to eventually replace G4RadioactiveDecayBas << 190 G4RadioactiveDecayBaseMessenger.hh, .cc << 191 Code in new files is identical except for c << 192 << 193 G4Radioactivation.hh, .cc: replace base cla << 194 with G4RadioactiveDecay << 195 << 196 update sources.cmake to add new files << 197 << 198 04 August 2021 Alberto Ribon radioactive_decay << 199 ---------------------------------------------- << 200 - G4RadioactiveDecayBase : migrated to the new << 201 creator model ID, using the new version of G << 202 << 203 21 May 2021 Dennis Wright radioactive_decay-V1 << 204 ---------------------------------------------- << 205 - remove G4RadioactiveDecay.hh, .cc << 206 - remove G4RadioactiveDecaymessenger.hh, .cc << 207 - source.cmake: remove above filenames from li << 208 - G4ITDecay.cc: remove #include G4RadioactiveD << 209 << 210 16 April 2021 Ben Morgan radioactive_decay-V10 << 211 ---------------------------------------------- << 212 - Migrate build to modular CMake API << 213 << 214 27 April 2021 Alberto Ribon radioactive_deca << 215 ---------------------------------------------- << 216 - G4RadioactiveDecayBase, G4RadioactiveDecayBa << 217 a new parameter for analogue mode to kill ve << 218 at rest of nuclides happening later than thi << 219 Its default value (10^27 ns) corresponds to << 220 the universe. The value of the threshold can << 221 command, e.g. to set it to 1000 years: << 222 "/process/had/rdm/thresholdForVeryLongDecayT << 223 (This kind of cut has been introduced in ord << 224 energy depositions happening after many bil << 225 materials used in calorimetry, in particula << 226 their their natural unstable, but very long << 227 W183, W180 and Pb204. Note that the cut is << 228 lifetime, but on the actual sampled global << 229 << 230 15 April 2021 Vladimir Ivanchenko radioactiv << 231 ---------------------------------------------- 18 --------------------------------------------------------------- 232 - G4RadioactiveDecayBase - fix #2350 19 - G4RadioactiveDecayBase - fix #2350 233 20 234 13 April 2021 Alberto Ribon radioactive_deca << 21 16 February 2021 Alberto Ribon radioactive_decay-V10-06-10 235 ---------------------------------------------- << 236 - GNUmakefile, sources.cmake : removed the sub << 237 hadronic/models/management and hadronic/mode << 238 (that have been now deleted, with their clas << 239 hadronic/util and hadronic/management). << 240 Removed also the useless dependency to hadro << 241 << 242 31 March 2021 Gabriele Cosmo radioactive_dec << 243 ---------------------------------------------- << 244 - Use existing facility to find logical volume << 245 through in G4RadioactiveDecayBase/G4Radioact << 246 << 247 22 March 2021 Alberto Ribon radioactive_deca << 248 ---------------------------------------------- << 249 - G4RadioactiveDecayBaseMessenger, G4Radioacti << 250 G4RadioactiveDecaymessenger : removed deprec << 251 << 252 16 February 2021 Alberto Ribon radioactive_d << 253 ---------------------------------------------- 22 ------------------------------------------------------------ 254 - G4RadioactiveDecayBase : set the weight of s 23 - G4RadioactiveDecayBase : set the weight of secondaries tracks to the 255 mother's weight value in the method G4Radioa 24 mother's weight value in the method G4RadioactiveDecayBase::DecayAnalog. 256 Thanks to Michael Dressel (Desy) for spottin 25 Thanks to Michael Dressel (Desy) for spotting this. 257 This bug, present since a long time, affects 26 This bug, present since a long time, affects only simulations that 258 use Radioactive Decay in analogue mode with 27 use Radioactive Decay in analogue mode with "external" biasing 259 (e.g. generic biasing, GPS generator with we 28 (e.g. generic biasing, GPS generator with weights, etc.). 260 For completeness (but useless because this d 29 For completeness (but useless because this deprecated class will be 261 removed in Geant4 11), the corresponding fix 30 removed in Geant4 11), the corresponding fix was done also in the 262 class G4RadioactiveDecay in the method Decay 31 class G4RadioactiveDecay in the method DecayIt. 263 32 264 05 August 2020 Alberto Ribon radioactive_dec 33 05 August 2020 Alberto Ribon radioactive_decay-V10-06-09 265 ---------------------------------------------- 34 ---------------------------------------------------------- 266 - G4RadioactiveDecayBaseMessenger, G4Radioacti 35 - G4RadioactiveDecayBaseMessenger, G4RadioactiveDecaymessenger, 267 G4RadioactivationMessenger : deprecated the 36 G4RadioactivationMessenger : deprecated the old UI commands 268 "/grdm/..." and introduced the new correspon 37 "/grdm/..." and introduced the new corresponding ones, 269 "/process/had/rdm/..." . 38 "/process/had/rdm/..." . 270 39 271 12 May 2020 Alberto Ribon radioactive_decay- 40 12 May 2020 Alberto Ribon radioactive_decay-V10-06-08 272 ---------------------------------------------- 41 ------------------------------------------------------------ 273 - G4RadioactiveDecayBase.cc , G4RadioactiveDec << 42 - G4RadioactiveDecayBase.cc , G4RadioactiveDecay.cc : 274 in the method BuildPhysicsTable, check the g 43 in the method BuildPhysicsTable, check the global hadronic verbosity level 275 before printing out information. 44 before printing out information. 276 45 277 19 February 2020 Alberto Ribon radioactive_d 46 19 February 2020 Alberto Ribon radioactive_decay-V10-06-07 278 ---------------------------------------------- 47 ------------------------------------------------------------ 279 - G4RadioactiveDecayBase.cc , G4RadioactiveDec 48 - G4RadioactiveDecayBase.cc , G4RadioactiveDecay.cc , G4Radioactivation.cc : 280 use G4VERBOSE consistently; << 49 use G4VERBOSE consistently; 281 for G4Radioactivation, forgotten change of v 50 for G4Radioactivation, forgotten change of verbosity from 0 to 1 282 at line 844. 51 at line 844. 283 52 284 12 February 2020 Alberto Ribon radioactive_d 53 12 February 2020 Alberto Ribon radioactive_decay-V10-06-06 285 ---------------------------------------------- 54 ------------------------------------------------------------ 286 - G4RadioactiveDecayBase.cc , G4RadioactiveDec 55 - G4RadioactiveDecayBase.cc , G4RadioactiveDecay.cc : forgotten change of 287 verbosity from 0 to 1, at lines: 309, 316, 3 << 56 verbosity from 0 to 1, at lines: 309, 316, 331 and 932 for 288 G4RadioactiveDecayBase.cc , and 340, 396, 40 << 57 G4RadioactiveDecayBase.cc , and 340, 396, 403, 418 and 1676 for 289 G4RadioactiveDecay.cc . 58 G4RadioactiveDecay.cc . 290 59 291 6 February 2020 Alberto Ribon radioactive_d 60 6 February 2020 Alberto Ribon radioactive_decay-V10-06-05 292 ---------------------------------------------- 61 ------------------------------------------------------------ 293 - G4RadioactiveDecayBase.cc , G4RadioactiveDec 62 - G4RadioactiveDecayBase.cc , G4RadioactiveDecay.cc : forgotten change of 294 verbosity from 0 to 1, at line 977 and 1720 63 verbosity from 0 to 1, at line 977 and 1720 respectively. 295 64 296 22 January 2020 Dennis Wright radioactive_de 65 22 January 2020 Dennis Wright radioactive_decay-V10-06-04 297 ---------------------------------------------- 66 ----------------------------------------------------------- 298 - increased verbosity thresholds in G4Radioact 67 - increased verbosity thresholds in G4RadioactiveDecay, G4RadioactiveDecayBase, 299 G4Radioctivation in order to reduce printout 68 G4Radioctivation in order to reduce printout size 300 << 69 301 22 January 2020 Dennis Wright radioactive_de 70 22 January 2020 Dennis Wright radioactive_decay-V10-06-03 302 ---------------------------------------------- 71 ----------------------------------------------------------- 303 - G4Radioactivation::AddDeexcitationSpectrumFo 72 - G4Radioactivation::AddDeexcitationSpectrumForBiasMode: fix memory leak 304 by deleting pevap_products. Addresses bug r 73 by deleting pevap_products. Addresses bug report #2164. 305 << 74 306 10 January 2020 Dennis Wright radioactive_de 75 10 January 2020 Dennis Wright radioactive_decay-V10-06-02 307 ---------------------------------------------- 76 ----------------------------------------------------------- 308 - fix Coverity errors 102466 and 102470, "dere 77 - fix Coverity errors 102466 and 102470, "dereference before null test" 309 of ptr theDecayChannel in G4RadioactiveDecay 78 of ptr theDecayChannel in G4RadioactiveDecay.cc and G4RadioactiveDecayBase.cc, 310 respectively. 79 respectively. 311 80 312 - fix Coverity error 98937, uninitialized bool 81 - fix Coverity error 98937, uninitialized boolean, in G4SFDecay by removing 313 boolean applyARM, which was unused. 82 boolean applyARM, which was unused. 314 << 83 315 19 December 2019 Dennis Wright radioactive_d 84 19 December 2019 Dennis Wright radioactive_decay-V10-06-01 316 ---------------------------------------------- 85 ------------------------------------------------------------ 317 - G4RadioactiveDecay.cc, G4RadioactiveDecayBas << 86 - G4RadioactiveDecay.cc, G4RadioactiveDecayBase.cc: change default verbosity 318 from 0 to 1, and remove G4cerr wherever it o << 87 from 0 to 1, and remove G4cerr wherever it occurs and replace it with 319 G4Exception or G4cout 88 G4Exception or G4cout 320 89 321 15 December 2019 Dennis Wright radioactive_d 90 15 December 2019 Dennis Wright radioactive_decay-V10-06-00 322 ---------------------------------------------- 91 ------------------------------------------------------------ 323 - G4BetaPlusDecay.cc, line 166: change sign of 92 - G4BetaPlusDecay.cc, line 166: change sign of daughterZ argument in 324 G4BetaDecayCorrections according to bug repo 93 G4BetaDecayCorrections according to bug report 2199 325 94 326 1 November 2019 Laurent Desorgher radioactiv 95 1 November 2019 Laurent Desorgher radioactive_decay-V10-05-09 327 ---------------------------------------------- 96 ---------------------------------------------------------- 328 -Add passing of type of sub-models to secondar 97 -Add passing of type of sub-models to secondary particles generated in 329 G4RadioctiveDecay.cc and G4RadioctiveDecayBa 98 G4RadioctiveDecay.cc and G4RadioctiveDecayBase.cc 330 99 331 -Add radioactive decay mode with emission of T << 100 -Add radioactive decay mode with emission of Triton, in 332 G4RadioctiveDecay.cc, G4RadioctiveDecayBase.cc 101 G4RadioctiveDecay.cc, G4RadioctiveDecayBase.cc, and G4Radioactivation. 333 Code received from Anselmo Meregaglia. 102 Code received from Anselmo Meregaglia. 334 103 335 20 August 2019 Dennis Wright radioactive_dec 104 20 August 2019 Dennis Wright radioactive_decay-V10-05-08 336 ---------------------------------------------- 105 ---------------------------------------------------------- 337 - G4RadioactiveDecayBase, G4Radioactivation : 106 - G4RadioactiveDecayBase, G4Radioactivation : remove spurious debug messages 338 - G4Radioactivation : remove verboseLevel memb << 107 - G4Radioactivation : remove verboseLevel member and SetVerboseLevel() 339 and GetVerboseLevel() methods as they are 108 and GetVerboseLevel() methods as they are already in the base classa 340 - remove G4cerr from G4Radioactivation and G4R 109 - remove G4cerr from G4Radioactivation and G4RadioactiveDecayBase. Replace 341 with G4cout. << 110 with G4cout. 342 << 111 343 29 July 2019 Dennis Wright radioactive_decay 112 29 July 2019 Dennis Wright radioactive_decay-V10-05-07 344 ---------------------------------------------- 113 -------------------------------------------------------- 345 - G4RadioactiveDecayBase: split off unbiased d 114 - G4RadioactiveDecayBase: split off unbiased decay part of DecayIt() 346 and make it protected method called DecayAna 115 and make it protected method called DecayAnalog(). Move dkmap to 347 protected. 116 protected. 348 117 349 - G4Radioactivation: correct bug in which AtRe 118 - G4Radioactivation: correct bug in which AtRestDoIt() and PostStepDoIt() 350 both incorrectly call base class method Deca << 119 both incorrectly call base class method DecayIt() 351 120 352 15 July 2019 Dennis Wright radioactive_decay 121 15 July 2019 Dennis Wright radioactive_decay-V10-05-06 353 ---------------------------------------------- 122 -------------------------------------------------------- 354 - G4RadioactiveDecayBase::LoadDecayTable: line 123 - G4RadioactiveDecayBase::LoadDecayTable: line 675 - add line b /= 100.; 355 which was accidentally deleted when creating 124 which was accidentally deleted when creating G4RadioactiveDecayBase 356 from G4RadioactiveDecay. This gives correct 125 from G4RadioactiveDecay. This gives correct decay branching ratios. 357 126 358 21 June 2019 Makoto Asai radioactive_decay-V 127 21 June 2019 Makoto Asai radioactive_decay-V10-05-05 359 ---------------------------------------------- 128 -------------------------------------------------------- 360 - G4RadioactiveDecay, G4RadioactiveDecayBase : 129 - G4RadioactiveDecay, G4RadioactiveDecayBase : make sure decay table maps 361 are cleanly deleted at the end of program. 130 are cleanly deleted at the end of program. 362 131 363 17 June 2019 Dennis Wright radioactive_decay 132 17 June 2019 Dennis Wright radioactive_decay-V10-05-04 364 ---------------------------------------------- 133 -------------------------------------------------------- 365 - G4RadioactivationMessenger : remove "fast be << 134 - G4RadioactivationMessenger : remove "fast beta" option (obsolete), internal 366 conversion option (not part of biasing) an << 135 conversion option (not part of biasing) and atomic relaxation option (not 367 part of biasing). 136 part of biasing). 368 Add analogueMC option which was forgotten 137 Add analogueMC option which was forgotten when class was developed. 369 - G4RadioactiveDecayBaseMessenger : remove "fa << 138 - G4RadioactiveDecayBaseMessenger : remove "fast beta" option 370 - G4RadioactiveDecayBase.hh : remove boolean F 139 - G4RadioactiveDecayBase.hh : remove boolean FBeta 371 140 372 - replace G4ExceptionDescription in loop with 141 - replace G4ExceptionDescription in loop with simple string at exception time 373 (G4RadioactiveDecay, G4RadioactiveDecayBase, 142 (G4RadioactiveDecay, G4RadioactiveDecayBase, G4Radioactivation) 374 << 143 375 29 May 2019 Dennis Wright radioactive_decay- 144 29 May 2019 Dennis Wright radioactive_decay-V10-05-03 376 ---------------------------------------------- << 145 ------------------------------------------------------- 377 - G4RadioactiveDecay::CalculateChainsFromParen 146 - G4RadioactiveDecay::CalculateChainsFromParent and 378 G4Radioactivation::CalculateChainsFromParent << 147 G4Radioactivation::CalculateChainsFromParent : fix Coverity memory leak 379 of summedDecayTable 148 of summedDecayTable 380 149 381 8 May 2019 Dennis Wright radioactive_decay- 150 8 May 2019 Dennis Wright radioactive_decay-V10-05-02 382 ---------------------------------------------- 151 ------------------------------------------------------- 383 - Fix incorrect branching ratio sum for biased << 152 - Fix incorrect branching ratio sum for biased mode, to account for the addition 384 of N shell EC capture and spontaneous fissio 153 of N shell EC capture and spontaneous fission. Files affected: 385 G4Radioactivation.cc 154 G4Radioactivation.cc 386 G4RadioactiveDecay.cc 155 G4RadioactiveDecay.cc 387 156 388 4 April 2019 Dennis Wright radioactive_deca 157 4 April 2019 Dennis Wright radioactive_decay-V10-05-01 389 ---------------------------------------------- 158 --------------------------------------------------------- 390 - Add spontaneous fission channel 159 - Add spontaneous fission channel 391 Add new class G4SFDecay to handle neutron << 160 Add new class G4SFDecay to handle neutron and gamma generation using LLNL model 392 G4RadioactiveDecayMode.hh, .cc : add SpFis 161 G4RadioactiveDecayMode.hh, .cc : add SpFission to enum 393 G4NucleusLimits.cc : set aMax to 260 (to a 162 G4NucleusLimits.cc : set aMax to 260 (to accommodate 252Cf) 394 G4RadioactiveDecay.cc, G4RadioactiveDecayB << 163 G4RadioactiveDecay.cc, G4RadioactiveDecayBase.cc : read spontaneous fission data 395 from database, insert into decay tables 164 from database, insert into decay tables and instantiate G4SFDecay 396 modify sources.cmake to include fission mo << 165 modify sources.cmake to include fission model library and G4SFDecay 397 add fission model directory to GNUmakefile << 166 add fission model directory to GNUmakefile 398 << 167 399 14 December 2018 Dennis Wright radioactive_d 168 14 December 2018 Dennis Wright radioactive_decay-V10-05-00 400 ---------------------------------------------- 169 ------------------------------------------------------------ 401 - G4RadioactiveDecayBase.hh - add StreamInfo() 170 - G4RadioactiveDecayBase.hh - add StreamInfo() method 402 - G4RadioactiveDecayBase.cc - update to new N 171 - G4RadioactiveDecayBase.cc - update to new N shell EC, add StreamInfo() method. 403 Enable printout of parameters with G4VERBOS 172 Enable printout of parameters with G4VERBOSE in BuildPhysicsTable(). 404 173 405 5 December 2018 Gabriele Cosmo radioactive_ 174 5 December 2018 Gabriele Cosmo radioactive_decay-V10-04-04 406 ---------------------------------------------- 175 ------------------------------------------------------------- 407 - G4RadioactiveDecay: enable printout of param 176 - G4RadioactiveDecay: enable printout of parameters with G4VERBOSE in 408 BuildPhysicsTable(). 177 BuildPhysicsTable(). 409 178 410 8 May 2018 Laurent Desorgher radioactive_de 179 8 May 2018 Laurent Desorgher radioactive_decay-V10-04-03 411 ---------------------------------------------- 180 ----------------------------------------------------------- 412 - G4ECCapture, G4RadioactiveDecay, G4Radioacti 181 - G4ECCapture, G4RadioactiveDecay, G4RadioactiveDecayMode 413 -Add the electron capture channel from the 182 -Add the electron capture channel from the N Shell : 414 183 415 - G4ECCapture 184 - G4ECCapture 416 -Add tables of PL2/PL1 PM2/PM1 and PN2/PN1 185 -Add tables of PL2/PL1 PM2/PM1 and PN2/PN1 based on bound electrons radial wave amplitudes 417 taken from bambynek et, Rev. Mod. Phys., << 186 taken from bambynek et, Rev. Mod. Phys., vol. 49, 1977 418 << 187 419 -Compute partial probabilities of subshell << 188 -Compute partial probabilities of subshells PL1,PL2,PM1,PM2,PN1,PN2 from 420 the tables PL2/PL1, PM2/PM1, and PN2/PN1 189 the tables PL2/PL1, PM2/PM1, and PN2/PN1. Valid for allowed transitions. 421 190 422 191 423 4 April 2018 Dennis Wright radioactive_deca 192 4 April 2018 Dennis Wright radioactive_decay-V10-04-02 424 ---------------------------------------------- 193 --------------------------------------------------------- 425 - G4RadioactiveDecay::ConvolveSourceTimeProfil 194 - G4RadioactiveDecay::ConvolveSourceTimeProfile: switch from std::exp to 426 std::expm1 where small exp arguments are exp 195 std::expm1 where small exp arguments are expected. This greatly reduces 427 cancellation errors as well as the accumulat 196 cancellation errors as well as the accumulated error in the variance 428 reduction weight calculation. Although nega 197 reduction weight calculation. Although negative weights still occur, 429 their size is reduced by about ten orders of 198 their size is reduced by about ten orders of magnitude, enough to set 430 negative weights to zero. Fixes bug report 199 negative weights to zero. Fixes bug report #1480. 431 200 432 - G4Radioactivation::ConvolveSourceTimeProfile << 201 - G4Radioactivation::ConvolveSourceTimeProfile: same as above. 433 202 434 12 March 2018 Dennis Wright radioactive_deca 203 12 March 2018 Dennis Wright radioactive_decay-V10-04-01 435 ---------------------------------------------- 204 --------------------------------------------------------- 436 - G4RadioactiveDecay::AddDeexcitationSpectrumF << 205 - G4RadioactiveDecay::AddDeexcitationSpectrumForBiasMode: make sure 437 last stable nuclide in decay chain is incl 206 last stable nuclide in decay chain is included as secondary. 438 Fixes bug 2024. 207 Fixes bug 2024. 439 - G4Radioactivation::AddDeexcitationSpectrumFo << 208 - G4Radioactivation::AddDeexcitationSpectrumForBiasMode: same as above 440 209 441 14 December 2017 Dennis Wright radioactive_d 210 14 December 2017 Dennis Wright radioactive_decay-V10-04-00 442 ---------------------------------------------- 211 ------------------------------------------------------------ 443 - re-tag << 212 - re-tag 444 << 213 445 12 December 2017 Dennis Wright radioactive_d 214 12 December 2017 Dennis Wright radioactive_decay-V10-03-21 446 ---------------------------------------------- 215 ------------------------------------------------------------ 447 - G4RadioactiveDecay.hh, .cc: add check that e 216 - G4RadioactiveDecay.hh, .cc: add check that environment variable 448 G4RADIOACTIVEDATA is pointing to correct di 217 G4RADIOACTIVEDATA is pointing to correct directory. Moved check from 449 G4RadioactiveDecay::LoadDecayTable() to cto 218 G4RadioactiveDecay::LoadDecayTable() to ctor. Fixes bug #1942. 450 219 451 - G4RadioactiveDecayBase.hh, .cc: same change << 220 - G4RadioactiveDecayBase.hh, .cc: same change as above 452 221 453 222 454 15 November 2017 Dennis Wright radioactive_d 223 15 November 2017 Dennis Wright radioactive_decay-V10-03-20 455 ---------------------------------------------- 224 ------------------------------------------------------------ 456 - G4RadioactiveDecay::DecayIt in the variance 225 - G4RadioactiveDecay::DecayIt in the variance reduction branch: 457 replace the line << 226 replace the line 458 if (asecondaryparticle->GetDefinition()- 227 if (asecondaryparticle->GetDefinition()->GetBaryonNumber() < 5) { 459 with << 228 with 460 if (asecondaryparticle->GetDefinition()- 229 if (asecondaryparticle->GetDefinition()->GetPDGStable() ) { 461 This will allow the stable nucleus at the en << 230 This will allow the stable nucleus at the end of the decay chain to 462 be added to the final state particle stack. 231 be added to the final state particle stack. Fixes bug report #2007. 463 232 464 233 465 09 November 2017 L.Desorgher radioactive_dec 234 09 November 2017 L.Desorgher radioactive_decay-V10-03-19 466 ---------------------------------------------- 235 ----------------------------------------------------------- 467 - G4ECDecay: Set the probability for selection 236 - G4ECDecay: Set the probability for selection of L and M subshells to PL1/PL=0.995,PL2/PL=0.005 468 PM1/PM=0.995 and PM2/PM=0.005. Cl 237 PM1/PM=0.995 and PM2/PM=0.005. Close to Fe55 case. 469 << 238 470 239 471 01 November 2017 V.Ivanchenko radioactive_de 240 01 November 2017 V.Ivanchenko radioactive_decay-V10-03-18 472 ---------------------------------------------- 241 ----------------------------------------------------------- 473 - G4RadioactiveDecay: added StreamInfo method 242 - G4RadioactiveDecay: added StreamInfo method for printing 474 radioactive decay parameters; call this me 243 radioactive decay parameters; call this method in BuildPhysicsTable; 475 do not enable correlated gamma; removed un << 244 do not enable correlated gamma; removed unused EM headers 476 245 477 23 October 2017 Dennis Wright radioactive_de 246 23 October 2017 Dennis Wright radioactive_decay-V10-03-17 478 ---------------------------------------------- 247 ----------------------------------------------------------- 479 - G4Radioactivation.hh: fix unused variable wa 248 - G4Radioactivation.hh: fix unused variable warning for isInitilised 480 249 481 20 October 2017 Dennis Wright radioactive_de 250 20 October 2017 Dennis Wright radioactive_decay-V10-03-16 482 ---------------------------------------------- 251 ----------------------------------------------------------- 483 - G4Radioactivation.hh: fix unused variable wa 252 - G4Radioactivation.hh: fix unused variable warning for fRemainderLifeTime 484 - include Gabriele's GNUmakefile fix 253 - include Gabriele's GNUmakefile fix 485 254 486 20 October 2017 Gabriele Cosmo 255 20 October 2017 Gabriele Cosmo 487 ---------------------------------------------- 256 ----------------------------------------------------------- 488 - Fixed GNUmakefile for missing dependency on 257 - Fixed GNUmakefile for missing dependency on module 489 processes/hadronic/models/management. 258 processes/hadronic/models/management. 490 259 491 5 October 2017 Dennis Wright radioactive_de 260 5 October 2017 Dennis Wright radioactive_decay-V10-03-15 492 ---------------------------------------------- 261 ----------------------------------------------------------- 493 - change name of class and file G4RadioactiveD << 262 - change name of class and file G4RadioactiveDecayRate to 494 G4RadioactiveDecayRatesToDaughter 263 G4RadioactiveDecayRatesToDaughter 495 264 496 - change name of class and file G4RadioactiveD 265 - change name of class and file G4RadioactiveDecayRateVector to 497 G4RadioactiveDecayChainsFromParent 266 G4RadioactiveDecayChainsFromParent 498 267 499 - add and fill method G4RadioactiveDecay::Proc 268 - add and fill method G4RadioactiveDecay::ProcessDescription() 500 269 501 - create new classes G4Radioactivation and G4R << 270 - create new classes G4Radioactivation and G4RadioactivationMessenger for 502 biased use only 271 biased use only 503 272 504 - create new classes G4RadioactiveDecayBase an 273 - create new classes G4RadioactiveDecayBase and G4RadioactiveDecayBaseMessenger 505 for unbiased use only 274 for unbiased use only 506 275 507 - sources.cmake: use new class names mentioned 276 - sources.cmake: use new class names mentioned above 508 277 509 13 September 2017 Laurent Desorgher radioact 278 13 September 2017 Laurent Desorgher radioactive_decay-V10-03-14 510 ---------------------------------------------- 279 -------------------------------------------------------- 511 - G4RadioactiveDecay::LoadDecayTable() 280 - G4RadioactiveDecay::LoadDecayTable() 512 Divide the b branching ratio of a specific d 281 Divide the b branching ratio of a specific decay channel read in the database 513 by 100 to avoid that it is higher than 1 as 282 by 100 to avoid that it is higher than 1 as prevented by G4VDecayChannel. 514 This BR is given in pc in the database while 283 This BR is given in pc in the database while it should be smaller than 1 515 when setting it by G4VDecayChannel::SetBR me 284 when setting it by G4VDecayChannel::SetBR method. 516 This solve a bug that appeared with changes 285 This solve a bug that appeared with changes in G4VDecayChannel from 517 tag particles-V10-03-13. 286 tag particles-V10-03-13. 518 << 287 519 11 July 2017 Dennis Wright radioactive_decay 288 11 July 2017 Dennis Wright radioactive_decay-V10-03-13 520 ---------------------------------------------- 289 -------------------------------------------------------- 521 - G4RadioactiveDecay::BuildPhysicsTable(): rem << 290 - G4RadioactiveDecay::BuildPhysicsTable(): remove all settings of photon 522 evaporation; now done in G4PhotonEvaporati 291 evaporation; now done in G4PhotonEvaporation and in physics list 523 292 524 - G4ITDecay::DecayIt() remove all manipulation << 293 - G4ITDecay::DecayIt() remove all manipulations of nuclear polarization - now 525 done in G4PhotonEvaporation 294 done in G4PhotonEvaporation 526 295 527 16 June 2017 Dennis Wright radioactive_decay 296 16 June 2017 Dennis Wright radioactive_decay-V10-03-12 528 ---------------------------------------------- 297 -------------------------------------------------------- 529 - G4RadioactiveDecay.hh: 298 - G4RadioactiveDecay.hh: 530 restore static G4ThreadLocal G4Fragment* p 299 restore static G4ThreadLocal G4Fragment* polarizedNucleus; 531 - G4RadioactiveDecay.cc: 300 - G4RadioactiveDecay.cc: 532 add G4ThreadLocal G4Fragment* G4Radioactiv 301 add G4ThreadLocal G4Fragment* G4RadioactiveDecay::polarizedNucleus = nullptr; 533 outside of class to avoid Clang compiler e 302 outside of class to avoid Clang compiler error 534 303 535 12 June 2017 Dennis Wright radioactive_decay 304 12 June 2017 Dennis Wright radioactive_decay-V10-03-11 536 ---------------------------------------------- 305 -------------------------------------------------------- 537 - due to run and compile errors on Mac, go bac 306 - due to run and compile errors on Mac, go back to radioactive_decay-V10-03-07, 538 remove all cached variables and delete insta << 307 remove all cached variables and delete instance of photonEvaporation in 539 G4RadioactiveDecay::dtor 308 G4RadioactiveDecay::dtor 540 309 541 3 June 2017 Dennis Wright radioactive_decay- 310 3 June 2017 Dennis Wright radioactive_decay-V10-03-10 542 ---------------------------------------------- 311 ------------------------------------------------------- 543 - G4RadioactiveDecay: store polarizedNucleus a 312 - G4RadioactiveDecay: store polarizedNucleus as a heap object instead of stack 544 in order to improve multithreading behavior 313 in order to improve multithreading behavior 545 - G4ITDecay::DecayIt: change code to deal with << 314 - G4ITDecay::DecayIt: change code to deal with polarizedNucleus as a heap object 546 315 547 31 May 2017 Dennis Wright radioactive_decay- 316 31 May 2017 Dennis Wright radioactive_decay-V10-03-09 548 ---------------------------------------------- 317 ------------------------------------------------------- 549 - G4ITDecay: remove unused pointer to daughter 318 - G4ITDecay: remove unused pointer to daughterNucleus 550 319 551 29 May 2017 Dennis Wright radioactive_decay- 320 29 May 2017 Dennis Wright radioactive_decay-V10-03-08 552 ---------------------------------------------- 321 ------------------------------------------------------- 553 - G4RadioactiveDecay: add static thread local 322 - G4RadioactiveDecay: add static thread local G4Fragment to act as cache for 554 nuclear polarization in G4ITDecay 323 nuclear polarization in G4ITDecay 555 - G4RadioactiveDecay::dtor: delete photonEvap 324 - G4RadioactiveDecay::dtor: delete photonEvaporation 556 - G4ITDecay: store in static G4Fragment the nu << 325 - G4ITDecay: store in static G4Fragment the nuclear polarization after each 557 decay so that it can be used as initial po << 326 decay so that it can be used as initial polarization for next decay 558 327 559 12 May 2017 Dennis Wright radioactive_decay- 328 12 May 2017 Dennis Wright radioactive_decay-V10-03-07 560 ---------------------------------------------- 329 ------------------------------------------------------- 561 - G4RadioactiveDecay: instantiate G4PhotonEvap 330 - G4RadioactiveDecay: instantiate G4PhotonEvaporation in ctor and pass ptr to 562 G4ITDecay 331 G4ITDecay 563 - G4ITDecay: remove instantiation of G4PhotonE 332 - G4ITDecay: remove instantiation of G4PhotonEvaporation and use ptr from 564 G4RadioactiveDecay instead 333 G4RadioactiveDecay instead 565 334 566 7 March 2017 Dennis Wright radioactive_deca 335 7 March 2017 Dennis Wright radioactive_decay-V10-03-06 567 ---------------------------------------------- 336 --------------------------------------------------------- 568 - G4RadioactiveDecay::DecayIt() : add line 337 - G4RadioactiveDecay::DecayIt() : add line 569 fParticleChangeForRadDecay.ProposeWeight(the 338 fParticleChangeForRadDecay.ProposeWeight(theTrack.GetWeight()); 570 to propagate weight of parent track. Fixes 339 to propagate weight of parent track. Fixes Bug #1946. 571 340 572 21 February 2017 V.Ivanchenko radioactive_de 341 21 February 2017 V.Ivanchenko radioactive_decay-V10-03-05 573 ---------------------------------------------- 342 ------------------------------------------------------------ 574 - G4ITDecay: make daughterNucleus a pointer an << 343 - G4ITDecay: make daughterNucleus a pointer and store previous 575 state of the G4Fragment there 344 state of the G4Fragment there 576 - G4RadioactiveDecay - removed G4ThreadLocal G 345 - G4RadioactiveDecay - removed G4ThreadLocal G4Fragment 577 346 578 20 February 2017 A. Ribon radioactive_de 347 20 February 2017 A. Ribon radioactive_decay-V10-03-04 579 ---------------------------------------------- 348 ------------------------------------------------------------ 580 - G4RadioactiveDecay: switch off temporarily t 349 - G4RadioactiveDecay: switch off temporarily the correlated gamma emission, 581 to limit the non-reprodu 350 to limit the non-reproducibility violations. 582 351 583 16 February 2017 V.Ivanchenko radioactive_de 352 16 February 2017 V.Ivanchenko radioactive_decay-V10-03-03 584 ---------------------------------------------- 353 ------------------------------------------------------------ 585 - G4ITDecay: fixed old mass variable 354 - G4ITDecay: fixed old mass variable 586 355 587 14 February 2017 Dennis Wright radioactive_d 356 14 February 2017 Dennis Wright radioactive_decay-V10-03-02 588 ---------------------------------------------- 357 ------------------------------------------------------------ 589 - G4ITDecay: Vladimir's changes from trunk whi 358 - G4ITDecay: Vladimir's changes from trunk which fix warnings: 590 added check on Z, A, excitation energy in 359 added check on Z, A, excitation energy in order to be 591 sure that correlated gamma may be sampled; 360 sure that correlated gamma may be sampled; reset 4-momentum at rest 592 when previous nucleaus is reused; use floa 361 when previous nucleaus is reused; use floating level index 593 when a new ion is created 362 when a new ion is created 594 363 595 - G4RadioactiveDecay: use Laurent's level tole << 364 - G4RadioactiveDecay: use Laurent's level tolerence level of 10 eV 596 << 365 597 10 February 2017 Dennis Wright radioactive_d 366 10 February 2017 Dennis Wright radioactive_decay-V10-03-01 598 ---------------------------------------------- 367 ------------------------------------------------------------ 599 - G4RadioactiveDecay: add static G4ThreadLocal 368 - G4RadioactiveDecay: add static G4ThreadLocal G4Fragment polarizedNucleus 600 to serve as cache for polarized nucleus 369 to serve as cache for polarized nucleus 601 370 602 - G4RadioactiveDecay::BuildPhysicsTable: added 371 - G4RadioactiveDecay::BuildPhysicsTable: added lines 603 G4DeexPrecoParameters* param = G4NuclearLe 372 G4DeexPrecoParameters* param = G4NuclearLevelData::GetInstance()->GetParameters(); 604 param->SetUseFilesNEW(true); 373 param->SetUseFilesNEW(true); 605 param->SetCorrelatedGamma(true); 374 param->SetCorrelatedGamma(true); 606 375 607 in order to enable correlated gamma emission 376 in order to enable correlated gamma emission 608 377 609 - G4ITDecay: use G4RadioactiveDecay::polarized 378 - G4ITDecay: use G4RadioactiveDecay::polarizedNucleus as a cache to enable 610 chain decay with polarization 379 chain decay with polarization 611 380 612 20 December 2016 Dennis Wright radioactive_d 381 20 December 2016 Dennis Wright radioactive_decay-V10-03-00 613 ---------------------------------------------- 382 ------------------------------------------------------------ 614 - G4ITDecay::G4ITDecay(): make G4PhotonEvapora << 383 - G4ITDecay::G4ITDecay(): make G4PhotonEvaporation a class member 615 and initialize only once to avoid memory chu 384 and initialize only once to avoid memory churn 616 385 617 - G4ITDecay::DecayIt(): make G4Fragment a data 386 - G4ITDecay::DecayIt(): make G4Fragment a data member to avoid its 618 deletion at end of this method and keep po << 387 deletion at end of this method and keep polarization information 619 388 620 7 November 2016 Dennis Wright radioactive_de 389 7 November 2016 Dennis Wright radioactive_decay-V10-02-15 621 ---------------------------------------------- 390 ----------------------------------------------------------- 622 - G4RadioactiveDecay::LoadDecayTable: fix segf << 391 - G4RadioactiveDecay::LoadDecayTable: fix segfault by removing deletion of 623 empty decay table << 392 empty decay table 624 393 625 4 November 2016 Dennis Wright radioactive_de 394 4 November 2016 Dennis Wright radioactive_decay-V10-02-14 626 ---------------------------------------------- 395 ----------------------------------------------------------- 627 - G4RadioactiveDecay::LoadDecayTable: fix bug 396 - G4RadioactiveDecay::LoadDecayTable: fix bug which ignores IT decay when no 628 entries found in database 397 entries found in database 629 << 398 630 30 September 2016 Dennis Wright radioactive_ 399 30 September 2016 Dennis Wright radioactive_decay-V10-02-13 631 ---------------------------------------------- 400 ------------------------------------------------------------- 632 - G4RadioactiveDecay::LoadDecayTable: fix unex 401 - G4RadioactiveDecay::LoadDecayTable: fix unexpected behavior when decay file 633 is not found 402 is not found 634 403 635 26 September 2016 Dennis Wright radioactive_ 404 26 September 2016 Dennis Wright radioactive_decay-V10-02-12 636 ---------------------------------------------- 405 ------------------------------------------------------------- 637 - G4BetaMinusDecay::DecayIt: add protection fo << 406 - G4BetaMinusDecay::DecayIt: add protection for spectrumSampler to try and avoid 638 unitialized read error << 407 unitialized read error 639 - G4BetaMinusDecay::SetUpBetaSpectrumSampler: 408 - G4BetaMinusDecay::SetUpBetaSpectrumSampler: put array creation inside (e0 > 0) 640 block 409 block 641 << 410 642 23 September 2016 Dennis Wright radioactive_ 411 23 September 2016 Dennis Wright radioactive_decay-V10-02-11 643 ---------------------------------------------- 412 ------------------------------------------------------------- 644 - G4BetaMinusDecay::SetUpBetaSpectrumSampler: << 413 - G4BetaMinusDecay::SetUpBetaSpectrumSampler: add missing initialization of 645 spectrumSampler 414 spectrumSampler 646 415 647 - G4RadioactiveDecayRate copy ctor: restore ve 416 - G4RadioactiveDecayRate copy ctor: restore verboseLevel initialization as 648 per Coverity 417 per Coverity 649 418 650 7 September 2016 Dennis Wright radioactive_ 419 7 September 2016 Dennis Wright radioactive_decay-V10-02-10 651 ---------------------------------------------- 420 ------------------------------------------------------------ 652 - G4NuclearDecay.hh: fixed compilation error b 421 - G4NuclearDecay.hh: fixed compilation error by adding Get() method for 653 floating level 422 floating level 654 423 655 16 August 2016 Dennis Wright radioactive_dec 424 16 August 2016 Dennis Wright radioactive_decay-V10-02-09 656 ---------------------------------------------- 425 ---------------------------------------------------------- 657 - remove obsolete class G4NuclearDecayChannel 426 - remove obsolete class G4NuclearDecayChannel and all classes based on it: 658 G4AlphaDecayChannel, G4BetaMinusDecayChannel 427 G4AlphaDecayChannel, G4BetaMinusDecayChannel, G4BetaPlusDecayChannel, 659 G4ITDecayChannel, G4KshellECDecayChannel, G4 428 G4ITDecayChannel, G4KshellECDecayChannel, G4LshellECDecayChannel, 660 G4MshellECDecayChannel and G4ProtonDecayChan 429 G4MshellECDecayChannel and G4ProtonDecayChannel.hh 661 430 662 - G4RadioactiveDecay: enable reading of floati << 431 - G4RadioactiveDecay: enable reading of floating levels and entry as unique 663 nuclides into decay tables 432 nuclides into decay tables 664 433 665 - G4RadioactiveDecay and all specific decay ch << 434 - G4RadioactiveDecay and all specific decay channel classes: allow 666 nuclides with floating levels to decay 435 nuclides with floating levels to decay 667 436 668 - this tag works only with the RadioactiveDeca << 437 - this tag works only with the RadioactiveDecay5.0 database or later 669 438 670 439 671 25 July 2016 Vladimir Ivanchenko radioactive 440 25 July 2016 Vladimir Ivanchenko radioactive_decay-V10-02-08 672 ---------------------------------------------- 441 -------------------------------------------------------- 673 - G4NuclearDecayChannel, G4RadioactiveDecay, G 442 - G4NuclearDecayChannel, G4RadioactiveDecay, G4RadioactiveDecaymessenger 674 switch to use new gamma level data instead 443 switch to use new gamma level data instead of old obsolete 675 444 676 16 June 2016 Vladimir Ivanchenko radioactive 445 16 June 2016 Vladimir Ivanchenko radioactive_decay-V10-02-07 677 ---------------------------------------------- 446 -------------------------------------------------------- 678 - G4RadioactiveDecay::BuildPhysicsTable: remov << 447 - G4RadioactiveDecay::BuildPhysicsTable: remove initialization of atomic 679 deexcitation and leave only G4Exception. Ini << 448 deexcitation and leave only G4Exception. Initialisation should be done 680 in Physics List 449 in Physics List 681 450 682 15 June 2016 Dennis Wright radioactive_decay 451 15 June 2016 Dennis Wright radioactive_decay-V10-02-06 683 ---------------------------------------------- 452 -------------------------------------------------------- 684 - G4RadioactiveDecay::BuildPhysicsTable: remov << 453 - G4RadioactiveDecay::BuildPhysicsTable: remove initialization of atomic 685 deexcitation to avoid overwriting its initia 454 deexcitation to avoid overwriting its initialization in EM. Throw 686 fatal exception if initialization not done s 455 fatal exception if initialization not done somewhere. 687 << 456 688 4 April 2016 Dennis Wright radioactive_decay 457 4 April 2016 Dennis Wright radioactive_decay-V10-02-05 689 ---------------------------------------------- 458 -------------------------------------------------------- 690 - remove obsolete class G4RIsotopeTable 459 - remove obsolete class G4RIsotopeTable 691 460 692 29 March 2016 Laurent Desorgher radioactive_ 461 29 March 2016 Laurent Desorgher radioactive_decay-V10-02-04 693 ---------------------------------------------- 462 ------------------------------------------------------------- 694 - Add production of gamma and electron spectra 463 - Add production of gamma and electron spectra from deexcitation of excited levels 695 in the biased mode. New method G4Radioactive 464 in the biased mode. New method G4RadioactiveDecay::AddDeexcitationSpectrumForBiasMode 696 465 697 29 February 2016 Andrea Dotti radioactive_de 466 29 February 2016 Andrea Dotti radioactive_decay-V10-02-03 698 ---------------------------------------------- 467 ----------------------------------------------------------- 699 - New API for G4VDecayChannel class (avoid MT 468 - New API for G4VDecayChannel class (avoid MT data-race) 700 requires partciles-V10-02-08 469 requires partciles-V10-02-08 701 470 702 16 February 2016 Dennis Wright radioactive_de 471 16 February 2016 Dennis Wright radioactive_decay-V10-02-02 703 ---------------------------------------------- 472 ----------------------------------------------------------- 704 - G4RadioactiveDecay::DoDecay: add protection 473 - G4RadioactiveDecay::DoDecay: add protection for zero ptr in case of missing 705 decay channel 474 decay channel 706 475 707 16 December 2015 Dennis Wright radioactive_de 476 16 December 2015 Dennis Wright radioactive_decay-V10-02-01 708 ---------------------------------------------- 477 ----------------------------------------------------------- 709 - G4RadioactiveDecay: rename several methods a 478 - G4RadioactiveDecay: rename several methods and variables to more closely 710 represent their meaning: << 479 represent their meaning: 711 GetTaoTime() -> ConvolveSourceTimeProfile( 480 GetTaoTime() -> ConvolveSourceTimeProfile() 712 taotime -> convolvedTime 481 taotime -> convolvedTime 713 theDecayTable -> summedDecayTable 482 theDecayTable -> summedDecayTable 714 rates -> Acoeff 483 rates -> Acoeff 715 484 716 - added class G4BatemanParameters to eventuall 485 - added class G4BatemanParameters to eventually replace G4RadioactiveDecayRate 717 486 718 3 December 2015 Dennis Wright radioactive_de 487 3 December 2015 Dennis Wright radioactive_decay-V10-02-00 719 ---------------------------------------------- 488 ----------------------------------------------------------- 720 - retag radioactive_decay-V10-01-24 489 - retag radioactive_decay-V10-01-24 721 490 722 2 December 2015 Dennis Wright radioactive_de 491 2 December 2015 Dennis Wright radioactive_decay-V10-01-24 723 ---------------------------------------------- 492 ----------------------------------------------------------- 724 - G4BetaMinusDecay.cc, G4RadioactiveDecay.cc: 493 - G4BetaMinusDecay.cc, G4RadioactiveDecay.cc: add protection for case 725 when endpoint energy is 0 in beta- decay. T 494 when endpoint energy is 0 in beta- decay. This fixes bug #1766. 726 495 727 18 November 2015 Dennis Wright radioactive_de 496 18 November 2015 Dennis Wright radioactive_decay-V10-01-23 728 ---------------------------------------------- 497 ----------------------------------------------------------- 729 - use method proposed by Andreas Zoglauer to t << 498 - use method proposed by Andreas Zoglauer to temporarily fix energy 730 non-conservation in IT and EC modes due to i 499 non-conservation in IT and EC modes due to incomplete atomic relaxation 731 model. Fixes bug #1756. 500 model. Fixes bug #1756. 732 501 733 12 November 2015 Dennis Wright radioactive_de 502 12 November 2015 Dennis Wright radioactive_decay-V10-01-22 734 ---------------------------------------------- 503 ----------------------------------------------------------- 735 - G4RadioactiveDecay::DoDecay() : pass parent 504 - G4RadioactiveDecay::DoDecay() : pass parent mass + 30 MeV to 736 G4DecayTable::SelectADecayChannel in order 505 G4DecayTable::SelectADecayChannel in order to account for difference in 737 mass defects between parent and daughter. 506 mass defects between parent and daughter. This fixes bug #1793. 738 507 739 29 October 2015 Dennis Wright radioactive_dec 508 29 October 2015 Dennis Wright radioactive_decay-V10-01-21 740 ---------------------------------------------- 509 ---------------------------------------------------------- 741 - remove obsolete class G4BetaFermiFunction an << 510 - remove obsolete class G4BetaFermiFunction and references to it in 742 sources.cmake, G4NuclearDecayChannel. Addre 511 sources.cmake, G4NuclearDecayChannel. Addresses bug report 1785. 743 << 512 744 21 October 2015 Luis Sarmiento radioactive_dec 513 21 October 2015 Luis Sarmiento radioactive_decay-V10-01-20 745 ---------------------------------------------- 514 ---------------------------------------------------------- 746 - G4NeutronDecay added to work with the "Neutr 515 - G4NeutronDecay added to work with the "Neutron" key in the radfiles 747 516 748 9 October 2015 Dennis Wright radioactive_deca 517 9 October 2015 Dennis Wright radioactive_decay-V10-01-19 749 ---------------------------------------------- 518 --------------------------------------------------------- 750 - G4ITDecay.cc: fix memory leak of G4Fragment* 519 - G4ITDecay.cc: fix memory leak of G4Fragment* nucleus, G4Fragment* eOrGamma 751 from Bug Report #1787 520 from Bug Report #1787 752 521 753 22 September 2015 Dennis Wright radioactive_d 522 22 September 2015 Dennis Wright radioactive_decay-V10-01-18 754 ---------------------------------------------- 523 ------------------------------------------------------------ 755 - G4RIsotopeTable: add object name in ctor << 524 - G4RIsotopeTable: add object name in ctor 756 - G4RadioactiveDecay: remove G4RIsotopeTable 525 - G4RadioactiveDecay: remove G4RIsotopeTable (now redundant) and all associated 757 pointers 526 pointers 758 << 527 759 8 September 2015 Luis Sarmiento radioactive_de 528 8 September 2015 Luis Sarmiento radioactive_decay-V10-01-17 760 ---------------------------------------------- 529 ----------------------------------------------------------- 761 - G4ProtonDecay linking problem fixed. 530 - G4ProtonDecay linking problem fixed. 762 531 763 8 September 2015 Luis Sarmiento radioactive_de 532 8 September 2015 Luis Sarmiento radioactive_decay-V10-01-16 764 ---------------------------------------------- 533 ----------------------------------------------------------- 765 - Changed G4ProtonDecayChannel by G4ProtonDeca 534 - Changed G4ProtonDecayChannel by G4ProtonDecay 766 535 767 1 September 2015 Dennis Wright radioactive_de 536 1 September 2015 Dennis Wright radioactive_decay-V10-01-15 768 ---------------------------------------------- 537 ----------------------------------------------------------- 769 - G4RIsotopeTable.cc, G4NuclearDecayChannel.cc 538 - G4RIsotopeTable.cc, G4NuclearDecayChannel.cc, G4BetaDecayCorrections.cc, 770 G4RadioactiveDecay.cc: add temporary checks << 539 G4RadioactiveDecay.cc: add temporary checks on while loops 771 540 772 30 July 2015 S Incerti, V Iv. radioactive_deca 541 30 July 2015 S Incerti, V Iv. radioactive_decay-V10-01-14 773 ---------------------------------------------- 542 --------------------------------------------------------- 774 - Fixing Bugzilla #1727 543 - Fixing Bugzilla #1727 775 544 776 13 July 2015 A Dotti radioactive_decay-V10 545 13 July 2015 A Dotti radioactive_decay-V10-01-13 777 ---------------------------------------------- 546 ---------------------------------------------------- 778 - Fixing coverity issues #60965 #60966 547 - Fixing coverity issues #60965 #60966 779 548 780 22 May 2015 L Desorgher radioactive_decay-V10 549 22 May 2015 L Desorgher radioactive_decay-V10-01-12 781 ---------------------------------------------- 550 ---------------------------------------------------- 782 - G4ECDecay use of daughter atom instead of pa << 551 - G4ECDecay use of daughter atom instead of parent atom when calling atomic relaxation 783 552 784 553 785 13 April 2015 Dennis Wright radioactive_decay 554 13 April 2015 Dennis Wright radioactive_decay-V10-01-11 786 ---------------------------------------------- 555 -------------------------------------------------------- 787 - G4RadioactivedDecay::LoadDecayTable : implem 556 - G4RadioactivedDecay::LoadDecayTable : implement Laurent's changes back to 788 level search using tolerance (now 0.1 keV) 557 level search using tolerance (now 0.1 keV) 789 - G4RadioactivedDecay::AddDecayTable : bug fix << 558 - G4RadioactivedDecay::AddDecayTable : bug fix in combination of branching 790 ratios (brs[1] -> brs[2] in beta+ decay) 559 ratios (brs[1] -> brs[2] in beta+ decay) 791 560 792 10 March 2015 Dennis Wright radioactive_decay 561 10 March 2015 Dennis Wright radioactive_decay-V10-01-10 793 ---------------------------------------------- 562 -------------------------------------------------------- 794 - re-enable setting of ARM on or off (default << 563 - re-enable setting of ARM on or off (default is on) in G4ITDecay and 795 G4ECDecay 564 G4ECDecay 796 - also include Michel Maire's change from 5 Ma 565 - also include Michel Maire's change from 5 March 797 566 798 05 March 2015 Michel Maire << 567 05 March 2015 Michel Maire 799 -------------------------- 568 -------------------------- 800 - G4RadioactiveDecay::BuildPhysicsTable() : ad 569 - G4RadioactiveDecay::BuildPhysicsTable() : add p->SetAuger(true) 801 << 570 802 27 February 2015 Dennis Wright radioactive_de 571 27 February 2015 Dennis Wright radioactive_decay-V10-01-09 803 ---------------------------------------------- 572 ----------------------------------------------------------- 804 - improved efficiency of neutrino energy sectr << 573 - improved efficiency of neutrino energy sectrum calculation in 805 G4BetaPlusDecay and G4BetaMinusDecay 574 G4BetaPlusDecay and G4BetaMinusDecay 806 - use Q value and electron binding energy to c 575 - use Q value and electron binding energy to calculate CM momentum 807 in G4ECDecay 576 in G4ECDecay 808 577 809 11 February 2015 Andrea Dotti radioactive_de 578 11 February 2015 Andrea Dotti radioactive_decay-V10-01-08 810 ---------------------------------------------- 579 ----------------------------------------------------------- 811 - Temporary removing sharing of decay table ma << 580 - Temporary removing sharing of decay table map between 812 threads to verify if failures in MT disappea 581 threads to verify if failures in MT disappear 813 582 814 29 January 2015 Dennis Wright radioactive_de 583 29 January 2015 Dennis Wright radioactive_decay-V10-01-07 815 ---------------------------------------------- 584 ----------------------------------------------------------- 816 - put autolock on new of master decay map 585 - put autolock on new of master decay map 817 586 818 27 January 2015 Dennis Wright radioactive_de 587 27 January 2015 Dennis Wright radioactive_decay-V10-01-06 819 ---------------------------------------------- 588 ----------------------------------------------------------- 820 -G4BetaMinusDecay::DecayIt: fix FPE error in s 589 -G4BetaMinusDecay::DecayIt: fix FPE error in sqrt 821 -G4BetaPlusDecay::DecayIt: fix possible FPE er 590 -G4BetaPlusDecay::DecayIt: fix possible FPE error in sqrt 822 591 823 22 January 2015 Dennis Wright radioactive_de 592 22 January 2015 Dennis Wright radioactive_decay-V10-01-05 824 ---------------------------------------------- 593 ----------------------------------------------------------- 825 - G4BetaMinusDecay.cc: fix divide by zero neut 594 - G4BetaMinusDecay.cc: fix divide by zero neutrino energy 826 - G4BetaPlusDecay.cc: fix zero pointer for spe 595 - G4BetaPlusDecay.cc: fix zero pointer for spectrumSampler 827 << 596 828 16 January 2015 Gabriele Cosmo radioactive_d 597 16 January 2015 Gabriele Cosmo radioactive_decay-V10-01-04 829 ---------------------------------------------- 598 ------------------------------------------------------------ 830 - Corrected GNUmakefile and sources.cmake scri 599 - Corrected GNUmakefile and sources.cmake scripts to add missing dependency 831 on electromagnetic/lowenergy module. 600 on electromagnetic/lowenergy module. 832 601 833 15 January 2015 Dennis Wright radioactive_de 602 15 January 2015 Dennis Wright radioactive_decay-V10-01-03 834 ---------------------------------------------- 603 ----------------------------------------------------------- 835 - G4RadioactiveDecay::BuildPhysicsTable: chang 604 - G4RadioactiveDecay::BuildPhysicsTable: change code to create new atomic 836 deexcitation only if one doesn't already exi 605 deexcitation only if one doesn't already exist 837 - G4ECDecay.cc: re-install check for zero poin << 606 - G4ECDecay.cc: re-install check for zero pointer to atomic deexcitation 838 607 839 12 January 2015 Dennis Wright radioactive_de 608 12 January 2015 Dennis Wright radioactive_decay-V10-01-02 840 ---------------------------------------------- 609 ----------------------------------------------------------- 841 - G4RadioactiveDecay::BuildPhysicsTable : regi 610 - G4RadioactiveDecay::BuildPhysicsTable : register G4UAtomicDeexcitation to 842 G4LossTableManager so that electron shells c << 611 G4LossTableManager so that electron shells can be found. Set Fluo and 843 Auger flags to true, PIXE to false 612 Auger flags to true, PIXE to false 844 - G4ECDecay.cc: re-arrange code to accommodat 613 - G4ECDecay.cc: re-arrange code to accommodate above change 845 614 846 19 December 2014 Dennis Wright radioactive_de 615 19 December 2014 Dennis Wright radioactive_decay-V10-01-01 847 ---------------------------------------------- 616 ----------------------------------------------------------- 848 - use G4NuclearDecay as the new base class for 617 - use G4NuclearDecay as the new base class for all the decay channels. This 849 replaces G4NuclearDecayChannel 618 replaces G4NuclearDecayChannel 850 - all decay channels (G4AlphaDecay, G4BetaMinu 619 - all decay channels (G4AlphaDecay, G4BetaMinusDecay, G4BetaPlusDecay, 851 G4ITDecay and G4ECDecay) modified to use new 620 G4ITDecay and G4ECDecay) modified to use new base class 852 - G4NuclearDecayChannel removed from G4Radioac 621 - G4NuclearDecayChannel removed from G4RadioactiveDecay 853 622 854 08 December 2014 Dennis Wright radioactive_de 623 08 December 2014 Dennis Wright radioactive_decay-V10-01-00 855 ---------------------------------------------- 624 ---------------------------------------------------------- 856 - added new classes G4BetaMinusDecay, G4BetaPl 625 - added new classes G4BetaMinusDecay, G4BetaPlusDecay, G4ECDecay and G4ITDecay 857 to streamline inheritance chain and reduce n 626 to streamline inheritance chain and reduce non-reproducibility 858 627 859 06 November 2014 Dennis Wright radioactive_dec 628 06 November 2014 Dennis Wright radioactive_decay-V10-00-11 860 ---------------------------------------------- 629 ---------------------------------------------------------- 861 - G4NuclearDecayChannel: remove upper limit on 630 - G4NuclearDecayChannel: remove upper limit on number of gammas produced by 862 G4PhotoEvaporation. Fixes exception. 631 G4PhotoEvaporation. Fixes exception. 863 632 864 04 November 2014 Dennis Wright radioactive_dec 633 04 November 2014 Dennis Wright radioactive_decay-V10-00-10 865 ---------------------------------------------- 634 ---------------------------------------------------------- 866 - G4NuclearDecayChannel::DecayIt: allow up to 635 - G4NuclearDecayChannel::DecayIt: allow up to three fragments from 867 G4PhotoEvaporation::BreakUp. This fixes the 636 G4PhotoEvaporation::BreakUp. This fixes the exception seen when there is 868 more than one gamma 637 more than one gamma 869 << 638 870 03 November 2014 Dennis Wright radioactive_dec 639 03 November 2014 Dennis Wright radioactive_decay-V10-00-09 871 ---------------------------------------------- 640 ---------------------------------------------------------- 872 - added new class G4AlphaDecay to streamline i 641 - added new class G4AlphaDecay to streamline inheritance chain and use Q to 873 calculate decay product energies 642 calculate decay product energies 874 - G4RadioactiveDecay.cc: use G4AlphaDecay inst 643 - G4RadioactiveDecay.cc: use G4AlphaDecay instead of G4AlphaDecayChannel 875 644 876 - G4NuclearDecayChannel.cc: check number of ga << 645 - G4NuclearDecayChannel.cc: check number of gammas returned from 877 G4PhotoEvaporation and take different acti << 646 G4PhotoEvaporation and take different action in each case of 0, 1, or 2 878 gammas 647 gammas 879 648 880 21 October 2014 Dennis Wright radioactive_dec 649 21 October 2014 Dennis Wright radioactive_decay-V10-00-08 881 ---------------------------------------------- 650 ---------------------------------------------------------- 882 - G4RadioactiveDecay dtor: add delete dkmap to 651 - G4RadioactiveDecay dtor: add delete dkmap to fix memory leak 883 - G4RadioactiveDecay.hh : set size of decayWin 652 - G4RadioactiveDecay.hh : set size of decayWindows to 100 to fix array overrun 884 << 653 885 13 October 2014 Dennis Wright radioactive_dec 654 13 October 2014 Dennis Wright radioactive_decay-V10-00-07 886 ---------------------------------------------- 655 ---------------------------------------------------------- 887 - G4NuclearDecayChannel, G4BetaDecayCorrection << 656 - G4NuclearDecayChannel, G4BetaDecayCorrections, G4RadioactiveDecay: made 888 several more variables const << 657 several more variables const 889 << 658 890 13 October 2014 Dennis Wright radioactive_dec 659 13 October 2014 Dennis Wright radioactive_decay-V10-00-06 891 ---------------------------------------------- 660 ---------------------------------------------------------- 892 - G4RadioactiveDecay::GetMeanFreePath(): make 661 - G4RadioactiveDecay::GetMeanFreePath(): make local pointer to 893 G4ParticleDefinition const 662 G4ParticleDefinition const 894 663 895 - G4RadioactiveDecay::LoadDecayTable(), GetDec 664 - G4RadioactiveDecay::LoadDecayTable(), GetDecayTable(), DoDecay(): 896 make G4ParticleDefinition arguments const 665 make G4ParticleDefinition arguments const 897 666 898 12 September 2014 Luis Sarmiento radioactive_d 667 12 September 2014 Luis Sarmiento radioactive_decay-V10-00-05 899 ---------------------------------------------- 668 ------------------------------------------------------------ 900 - Fixed file missing in commit that enables th 669 - Fixed file missing in commit that enables the proton decay 901 670 902 06 August 2014 Luis Sarmiento radioactive_deca 671 06 August 2014 Luis Sarmiento radioactive_decay-V10-00-04 903 ---------------------------------------------- 672 --------------------------------------------------------- 904 - proton decay added. It was coded mimicking t 673 - proton decay added. It was coded mimicking the alpha decay. 905 The word in the data file is "Proton" 674 The word in the data file is "Proton" 906 - dummy double proton decay "Proton2" added fo 675 - dummy double proton decay "Proton2" added for consistency with 907 the double beta decays 676 the double beta decays 908 677 909 12 June 2014 Dennis Wright radioactive_decay- 678 12 June 2014 Dennis Wright radioactive_decay-V10-00-03 910 ---------------------------------------------- 679 ------------------------------------------------------- 911 - fix memory leak in dtor of G4RIsotopeTable.c 680 - fix memory leak in dtor of G4RIsotopeTable.cc from bug report 1617 912 681 913 10 June 2014 Dennis Wright radioactive_decay- 682 10 June 2014 Dennis Wright radioactive_decay-V10-00-02 914 ---------------------------------------------- 683 ------------------------------------------------------- 915 - G4RadioactiveDecay::GetMeanFreePath: tau = - 684 - G4RadioactiveDecay::GetMeanFreePath: tau = -1001 now indicates a nuclide with 916 very short lifetime or that was not listed i 685 very short lifetime or that was not listed in G4NuclideTable. In that case, 917 set pathlength to DBL_MIN. This fixes bug # 686 set pathlength to DBL_MIN. This fixes bug #1582. 918 << 687 919 20 February 2014 Dennis Wright radioactive_de 688 20 February 2014 Dennis Wright radioactive_decay-V10-00-01 920 ---------------------------------------------- 689 ----------------------------------------------------------- 921 - G4RadioactiveDecayMode.hh, .cc: add double b 690 - G4RadioactiveDecayMode.hh, .cc: add double beta- decay and double beta+ decay 922 to enum 691 to enum 923 - G4RadioactiveDecay.cc: add dummies for doubl 692 - G4RadioactiveDecay.cc: add dummies for double beta- decay and double beta+ 924 decay in order to partially fix Bug 1560: lo 693 decay in order to partially fix Bug 1560: long ground state lifetimes with no decay 925 scheme 694 scheme 926 << 695 927 6 February 2014 Dennis Wright radioactive_dec 696 6 February 2014 Dennis Wright radioactive_decay-V10-00-00 928 ---------------------------------------------- 697 ---------------------------------------------------------- 929 - G4NuclearDecayChannel::DecayIt: remove enfor 698 - G4NuclearDecayChannel::DecayIt: remove enforcement of single gamma emission 930 699 931 31 January 2014 Dennis Wright radioactive_dec 700 31 January 2014 Dennis Wright radioactive_decay-V09-06-22 932 ---------------------------------------------- 701 ---------------------------------------------------------- 933 - G4RadioactiveDecay::~G4RadioactiveDecay: fix 702 - G4RadioactiveDecay::~G4RadioactiveDecay: fix memory leak by deleting decay 934 table map 703 table map 935 - G4NuclearDecayChannel::DecayIt: enforce sing 704 - G4NuclearDecayChannel::DecayIt: enforce single gamma emission from 936 deexcitation-> BreakUp() to guarantee only 705 deexcitation-> BreakUp() to guarantee only two elements in G4FragmentVector 937 - remove obsolete hbook files from test/betate 706 - remove obsolete hbook files from test/betatest 938 707 939 24 November 2013 Dennis Wright radioactive_de 708 24 November 2013 Dennis Wright radioactive_decay-V09-06-21 940 ---------------------------------------------- 709 ----------------------------------------------------------- 941 - G4RadioactiveDecay::GetMeanFreePath: current 710 - G4RadioactiveDecay::GetMeanFreePath: currently GetPDGStable() returns stable 942 for isomers. This prevented isomers from 711 for isomers. This prevented isomers from decaying in flight. Fix by 943 replacing GetPDGStable() with lifetime == 712 replacing GetPDGStable() with lifetime == -1 as test for nuclide stability. 944 Also clean up calculation of pathlength. 713 Also clean up calculation of pathlength. 945 714 946 - G4NuclearDecayChannel: clean out unused prin 715 - G4NuclearDecayChannel: clean out unused print-outs 947 716 948 13 November 2013 Dennis Wright radioactive_de 717 13 November 2013 Dennis Wright radioactive_decay-V09-06-20 949 ---------------------------------------------- 718 ----------------------------------------------------------- 950 - G4RadioactiveDecay::LoadDecayTable: fix endp 719 - G4RadioactiveDecay::LoadDecayTable: fix endpoint energy loaded into decay 951 channel for beta+ decay - subtract 2 elect 720 channel for beta+ decay - subtract 2 electron masses 952 721 953 11 November 2013 Dennis Wright radioactive_de 722 11 November 2013 Dennis Wright radioactive_decay-V09-06-19 954 ---------------------------------------------- 723 ----------------------------------------------------------- 955 - fixed bugs causing decay chains to stop prem 724 - fixed bugs causing decay chains to stop prematurely 956 - G4NuclearDecayChannel::DecayIt: 725 - G4NuclearDecayChannel::DecayIt: 957 in the case of IT, get excitation energy f << 726 in the case of IT, get excitation energy from parent nucleus, not daughter 958 (const G4Ions*)(G4MT_parent))->Get 727 (const G4Ions*)(G4MT_parent))->GetExcitationEnergy() 959 remove subtraction of gamma energy from va 728 remove subtraction of gamma energy from variable daughterExcitation 960 729 961 - G4RadioactiveDecay::GetDecayTable: search in 730 - G4RadioactiveDecay::GetDecayTable: search internal library of decay tables 962 using name of ion, not integer key - this 731 using name of ion, not integer key - this fixes the "level 9" problem 963 << 732 964 7 November 2013 Dennis Wright radioactive_dec 733 7 November 2013 Dennis Wright radioactive_decay-V09-06-18 965 ---------------------------------------------- 734 ---------------------------------------------------------- 966 - G4NuclearDecayChannel::DecayIt: allow explic 735 - G4NuclearDecayChannel::DecayIt: allow explicit decay of IT channels 967 and send residual nucleus to final state for 736 and send residual nucleus to final state for tracking 968 - G4RadioactiveDecay: clean up 737 - G4RadioactiveDecay: clean up 969 738 970 21 October 2013 Dennis Wright radioactive_dec 739 21 October 2013 Dennis Wright radioactive_decay-V09-06-17 971 ---------------------------------------------- 740 ---------------------------------------------------------- 972 - G4NuclearDecayChannel::DecayIt: in loop to s 741 - G4NuclearDecayChannel::DecayIt: in loop to search for isomer levels, add 973 Andrea Dotti's protections and fatal excepti 742 Andrea Dotti's protections and fatal exception for zero pointers when daughter 974 ions are not found 743 ions are not found 975 744 976 14 October 2013 Dennis Wright radioactive_dec 745 14 October 2013 Dennis Wright radioactive_decay-V09-06-16 977 ---------------------------------------------- 746 ---------------------------------------------------------- 978 - G4NuclearDecayChannel::DecayIt: add an elect 747 - G4NuclearDecayChannel::DecayIt: add an electron mass to the parent nucleus 979 in case of electron capture. This fixes the 748 in case of electron capture. This fixes the G4GeneralPhaseSpaceDecay::Pmx() 980 mass deficit warning. << 749 mass deficit warning. 981 750 982 4 October 2013 Dennis Wright radioactive_deca 751 4 October 2013 Dennis Wright radioactive_decay-V09-06-15 983 ---------------------------------------------- 752 --------------------------------------------------------- 984 - G4NuclearDecayChannel: change class member d 753 - G4NuclearDecayChannel: change class member daughterExcitation 985 from TLS back to plain G4double - fixes infi 754 from TLS back to plain G4double - fixes infinite loop in decay chain 986 << 755 987 1 October 2013 Makoto Asai radioactive_decay 756 1 October 2013 Makoto Asai radioactive_decay-V09-06-14 988 ---------------------------------------------- 757 -------------------------------------------------------- 989 - G4NuclearDecayChannel : Fixed thread-safety 758 - G4NuclearDecayChannel : Fixed thread-safety and reproducability issues. 990 759 991 9 September 2013 Makoto Asai radioactive_dec 760 9 September 2013 Makoto Asai radioactive_decay-V09-06-13 992 ---------------------------------------------- << 761 ---------------------------------------------------------- 993 - G4RadioactiveDecay::LoadDecayTable() : modif 762 - G4RadioactiveDecay::LoadDecayTable() : modify to read data file only once 994 for multi-threaded mode. 763 for multi-threaded mode. 995 764 996 5 September 2013 Dennis Wright radioactive_d 765 5 September 2013 Dennis Wright radioactive_decay-V09-06-12 997 ---------------------------------------------- << 766 ------------------------------------------------------------ 998 - G4NuclearDecayChannel::DecayIt() : remove un 767 - G4NuclearDecayChannel::DecayIt() : remove unused variable and argument 999 (theParentMass) 768 (theParentMass) 1000 769 1001 16 August 2013 Dennis Wright radioactive_de 770 16 August 2013 Dennis Wright radioactive_decay-V09-06-11 1002 --------------------------------------------- 771 ---------------------------------------------------------- 1003 - cleanup and retag 772 - cleanup and retag 1004 773 1005 12 August 2013 Dennis Wright radioactive_de 774 12 August 2013 Dennis Wright radioactive_decay-V09-06-10 1006 --------------------------------------------- 775 ---------------------------------------------------------- 1007 - G4RadioactiveDecay: 776 - G4RadioactiveDecay: 1008 move registry of isotope table from Build 777 move registry of isotope table from BuildPhysicsTable to ctor. 1009 This fixes problem of missing secondaries 778 This fixes problem of missing secondaries and is probably OK for MT. 1010 779 1011 - G4NuclearDecayChannel: use integer metastab 780 - G4NuclearDecayChannel: use integer metastable state levels instead of 1012 energy values. Where only energy is know 781 energy values. Where only energy is known search for nearest integer 1013 level. << 782 level. 1014 783 1015 12 July 2013 Dennis Wright radioactive_deca 784 12 July 2013 Dennis Wright radioactive_decay-V09-06-09 1016 --------------------------------------------- 785 -------------------------------------------------------- 1017 - G4RadioactiveDecay: 786 - G4RadioactiveDecay: 1018 to accommodate multi-threading remove the 787 to accommodate multi-threading remove the setting of nuclear decay tables 1019 to G4ParticleDefinition and replace with 788 to G4ParticleDefinition and replace with local decay table map 1020 << 789 1021 remove IsLoaded() method and data member 790 remove IsLoaded() method and data member LoadedNuclei which are now 1022 redundant due to above changes 791 redundant due to above changes 1023 << 792 1024 20 June 2013 Andrea Dotti radioactive_deca 793 20 June 2013 Andrea Dotti radioactive_decay-V09-06-08 1025 --------------------------------------------- 794 -------------------------------------------------------- 1026 - G4RIsotopeTable.cc : fix bug in checking if << 795 - G4RIsotopeTable.cc : fix bug in checking if DB files have 1027 been loaded (accessing map without protecti 796 been loaded (accessing map without protection) 1028 797 1029 20 June 2013 Dennis Wright radioactive_deca 798 20 June 2013 Dennis Wright radioactive_decay-V09-06-07 1030 --------------------------------------------- 799 -------------------------------------------------------- 1031 - G4RadioactiveDecay.cc : fix memory leak by << 800 - G4RadioactiveDecay.cc : fix memory leak by adding 1032 delete theIsotopeTable; 801 delete theIsotopeTable; 1033 to dtor 802 to dtor 1034 803 1035 18 June 2013 V. Ivanchenko radioactive_decay 804 18 June 2013 V. Ivanchenko radioactive_decay-V09-06-06 1036 --------------------------------------------- 805 -------------------------------------------------------- 1037 - G4RadioactiveDecay, G4NuclearDecayChannel, << 806 - G4RadioactiveDecay, G4NuclearDecayChannel, 1038 G4BetaMinusDecayChannel, G4BetaPlusDecayCha 807 G4BetaMinusDecayChannel, G4BetaPlusDecayChannel - use 1039 typedefs from Randomize.hh instead of CLH 808 typedefs from Randomize.hh instead of CLHEP 1040 809 1041 18 June 2013 V. Ivanchenko radioactive_decay 810 18 June 2013 V. Ivanchenko radioactive_decay-V09-06-05 1042 --------------------------------------------- 811 -------------------------------------------------------- 1043 - G4RadioactiveDecay - initialise Isotope tab 812 - G4RadioactiveDecay - initialise Isotope table only for master 1044 813 1045 18 June 2013 V. Ivanchenko radioactive_decay 814 18 June 2013 V. Ivanchenko radioactive_decay-V09-06-04 1046 --------------------------------------------- 815 -------------------------------------------------------- 1047 - G4RadioactiveDecay - moved initialisation o 816 - G4RadioactiveDecay - moved initialisation of Isotope table from 1048 the constructor to BuildPhysicsTable meth 817 the constructor to BuildPhysicsTable method 1049 818 1050 6 June 2013 Gabriele Cosmo radioactive_deca 819 6 June 2013 Gabriele Cosmo radioactive_decay-V09-06-03 1051 --------------------------------------------- 820 -------------------------------------------------------- 1052 - Replaced keyword 'ERROR' with 'RDM_ERROR' t 821 - Replaced keyword 'ERROR' with 'RDM_ERROR' to avoid clashes with 1053 specific macros defined in Windows system. 822 specific macros defined in Windows system. 1054 823 1055 8 March 2013 Gabriele Cosmo radioactive_dec 824 8 March 2013 Gabriele Cosmo radioactive_decay-V09-06-02 1056 --------------------------------------------- 825 --------------------------------------------------------- 1057 - Fixed use of internal MT data in G4NuclearD 826 - Fixed use of internal MT data in G4NuclearDecayChannel. 1058 827 1059 1 January 2013 Laurent Desorgher radioactiv 828 1 January 2013 Laurent Desorgher radioactive_decay-V09-06-01 1060 --------------------------------------------- 829 ------------------------------------------------------------ 1061 - G4RadioactiveDecay: fix partly bug 1359 830 - G4RadioactiveDecay: fix partly bug 1359 1062 -Force the boost of the decay products in l 831 -Force the boost of the decay products in line 1598 1063 -The parent energy considered in the boost << 832 -The parent energy considered in the boost is the total energy of the fully stripped parent ion rather than 1064 the total energy of dynamic ion where the 833 the total energy of dynamic ion where the energy of shell electrons is taken into account 1065 -Some difference in momentum and energy bal << 834 -Some difference in momentum and energy balance is still observed but much less than before 1066 << 835 1067 836 1068 13 November 2012 Dennis Wright radioactive_ 837 13 November 2012 Dennis Wright radioactive_decay-V09-05-12 1069 --------------------------------------------- 838 ------------------------------------------------------------ 1070 - G4NuclearDecayChannel: fix Coverity bugs 15 839 - G4NuclearDecayChannel: fix Coverity bugs 15098, 15099, 37711 uninitialized 1071 variables, and bug 14520, dereference of po 840 variables, and bug 14520, dereference of possible null pointer 1072 - G4RIsotopeTable: add assignment operator as 841 - G4RIsotopeTable: add assignment operator as per Coverity bug 37113 1073 - G4RadioactiveDecay.hh - remove extra includ 842 - G4RadioactiveDecay.hh - remove extra include of G4RadioactiveDecaymessenger.hh 1074 843 1075 04 October 2012 Gabriele Cosmo radioactive_ 844 04 October 2012 Gabriele Cosmo radioactive_decay-V09-05-11 1076 --------------------------------------------- 845 ------------------------------------------------------------ 1077 - G4RIsotopeTable.cc: added inclusion of unit 846 - G4RIsotopeTable.cc: added inclusion of units header... 1078 << 847 1079 03 October 2012 Vladimir Ivantchenko radioa 848 03 October 2012 Vladimir Ivantchenko radioactive_decay-V09-05-10 1080 --------------------------------------------- 849 ------------------------------------------------------------------ 1081 - G4RadioactiveDecay - added isInitialised fl << 850 - G4RadioactiveDecay - added isInitialised flag to reduce 1082 initialisation printout 851 initialisation printout 1083 852 1084 03 October 2012 Vladimir Ivantchenko radioa 853 03 October 2012 Vladimir Ivantchenko radioactive_decay-V09-05-09 1085 --------------------------------------------- 854 ------------------------------------------------------------------ 1086 - G4RadioactiveDecay - removed internal Physi 855 - G4RadioactiveDecay - removed internal PhysicsVector of mean free 1087 path and implement the same algorithm as 856 path and implement the same algorithm as one of G4Decay, 1088 PhysicsVector here useless because introd 857 PhysicsVector here useless because introduce extra objects but 1089 do not save any CPU 858 do not save any CPU 1090 859 1091 02 October 2012 Vladimir Ivantchenko radioa 860 02 October 2012 Vladimir Ivantchenko radioactive_decay-V09-05-08 1092 --------------------------------------------- 861 ------------------------------------------------------------------ 1093 - G4RadioactiveDecay - modified BuildPhysicsT 862 - G4RadioactiveDecay - modified BuildPhysicsTable method: substitute 1094 obsolete methods to access PhysicsVector, 863 obsolete methods to access PhysicsVector, add spline, add 1095 initialisation of atomic de-excitation (n 864 initialisation of atomic de-excitation (needed for the case when 1096 radioactive decay is used alone), modifie << 865 radioactive decay is used alone), modified GetMeanFreePath - 1097 sabstitute obsolete access method to the 866 sabstitute obsolete access method to the PhysicsVector 1098 - source.cmake and GNUmakefile - remove depen 867 - source.cmake and GNUmakefile - remove dependence on emlowenergy 1099 868 1100 22 September 2012 Laurent Desorgher radioac 869 22 September 2012 Laurent Desorgher radioactive_decay-V09-05-07 1101 --------------------------------------------- 870 -------------------------------------------------------------- 1102 - Reset a print message in G4RIsotopeTable to 871 - Reset a print message in G4RIsotopeTable to verbose level 1 to avoid some systematic printing for some decays. 1103 Problem reported by Michel Maire. 872 Problem reported by Michel Maire. 1104 873 1105 21 September 2012 Gabriele Cosmo radioactiv 874 21 September 2012 Gabriele Cosmo radioactive_decay-V09-05-06 1106 --------------------------------------------- 875 -------------------------------------------------------------- 1107 - Explicitly use inclusion of headers for sys 876 - Explicitly use inclusion of headers for system of units and physical 1108 constants, in plan to remove implicit inclu 877 constants, in plan to remove implicit inclusion from globals.hh. 1109 878 1110 27 July 2012 Laurent Desorgher radioactive_ 879 27 July 2012 Laurent Desorgher radioactive_decay-V09-05-05 1111 --------------------------------------------- 880 ------------------------------------------------------------ 1112 -Set a flag isAllVolumesMode in G4Radioactiv << 881 -Set a flag isAllVolumesMode in G4RadioactiveDecay to ensure that when 1113 the geometry is changed, the AllVolume Mode 882 the geometry is changed, the AllVolume Mode is still considered. 1114 Problem reported by Tatsumi Koi. << 883 Problem reported by Tatsumi Koi. 1115 << 884 1116 -Use of evaporation nuclear level data in G4 885 -Use of evaporation nuclear level data in G4RIsotope::GetMeanLifeTime 1117 for getting the mean life of an exited nucl << 886 for getting the mean life of an exited nuclei, when it is not provided in 1118 radioactive decay database. Solving of a pr 887 radioactive decay database. Solving of a problem reported by Tatsumi Koi. 1119 888 1120 889 1121 10 July 2012 Laurent Desorgher radioactive_ 890 10 July 2012 Laurent Desorgher radioactive_decay-V09-05-04 1122 ---------------------===--------------------- 891 ---------------------===------------------------------------ 1123 -G4RadiocativeDecay::LoadDecayTable 892 -G4RadiocativeDecay::LoadDecayTable 1124 Add LoadedNuclei.push_back(theParentNucleus 893 Add LoadedNuclei.push_back(theParentNucleus.GetParticleName()) 1125 also for the case where user data files are 894 also for the case where user data files are used. Correction for bug 1126 1324. Changes proposed by Joa L. 895 1324. Changes proposed by Joa L. 1127 896 1128 27 June 2012 Dennis Wright radioactive_deca 897 27 June 2012 Dennis Wright radioactive_decay-V09-05-03 1129 --------------------------------------------- 898 -------------------------------------------------------- 1130 - G4BetaDecayCorrections::ctor : to fix bug f 899 - G4BetaDecayCorrections::ctor : to fix bug for beta+ decay, replace 1131 alphaZ = fine_structure_const*std::abs(Z); 900 alphaZ = fine_structure_const*std::abs(Z); 1132 with 901 with 1133 alphaZ = fine_structure_const*Z; 902 alphaZ = fine_structure_const*Z; 1134 - G4BetaDecayCorrections::FermiFunction : rep 903 - G4BetaDecayCorrections::FermiFunction : replace 1135 if (Wprime < 1.) Wprime = W; 904 if (Wprime < 1.) Wprime = W; 1136 with 905 with 1137 if (Wprime <= 1.00001) Wprime = 1.00001; 906 if (Wprime <= 1.00001) Wprime = 1.00001; 1138 to fix discontinuity in electron screening 907 to fix discontinuity in electron screening energy 1139 908 1140 Above changes suggested by Ryan Fitzgerald 909 Above changes suggested by Ryan Fitzgerald (NIST) 1141 << 910 1142 11 June 2012 Dennis Wright radioactive_deca 911 11 June 2012 Dennis Wright radioactive_decay-V09-05-02 1143 --------------------------------------------- 912 -------------------------------------------------------- 1144 - replace shadowed variable "s" in G4NucleusL 913 - replace shadowed variable "s" in G4NucleusLimits.cc, G4BetaDecayType.cc 1145 and G4RadioactiveDecayMode.cc. Replace sha 914 and G4RadioactiveDecayMode.cc. Replace shadowed variable "theDecayTable" 1146 in G4RadioactiveDecay.cc 915 in G4RadioactiveDecay.cc 1147 << 916 1148 01 May 2012 Laurent Desorgher radioactive_d 917 01 May 2012 Laurent Desorgher radioactive_decay-V09-05-01 1149 --------------------------------------------- 918 --------------------------------------------------------- 1150 - G4RIsotopeTable : Add the reading of user d 919 - G4RIsotopeTable : Add the reading of user data files in order to take 1151 into account the life time given in these 920 into account the life time given in these files. (Bug reported by M. Maire) 1152 - G4RadioactiveDecay: Put the activation deve 921 - G4RadioactiveDecay: Put the activation development of Fan Lei from trunk in 1153 the tagged release. << 922 the tagged release. 1154 923 1155 17 March 2012 Dennis Wright radioactive_dec 924 17 March 2012 Dennis Wright radioactive_decay-V09-05-00 1156 --------------------------------------------- 925 --------------------------------------------------------- 1157 - G4RIsotopeTable::GetMeanLifeTime : change l 926 - G4RIsotopeTable::GetMeanLifeTime : change length of inputChars to 100 1158 to fix infinite loop when excitation energy 927 to fix infinite loop when excitation energy is non-zero 1159 928 1160 23 November 2011 L.Desorgher(radioactive_dec 929 23 November 2011 L.Desorgher(radioactive_decay-V09-04-14) 1161 --------------------------------- 930 --------------------------------- 1162 - G4NuclearDecayChannel.cc: add initialisatio 931 - G4NuclearDecayChannel.cc: add initialisation of dynamicDaughter in 1163 line 455 to avoid segmentation fault for so << 932 line 455 to avoid segmentation fault for some decays. 1164 933 1165 20 November 2011 V.Ivanchenko(radioactive_de 934 20 November 2011 V.Ivanchenko(radioactive_decay-V09-04-13) 1166 --------------------------------- 935 --------------------------------- 1167 -- G4NuclearDecayChannel.cc: add check if dee 936 -- G4NuclearDecayChannel.cc: add check if deexcitation is enabled 1168 937 1169 20 November 2011 V.Ivanchenko(radioactive_de 938 20 November 2011 V.Ivanchenko(radioactive_decay-V09-04-12) 1170 --------------------------------- 939 --------------------------------- 1171 -- G4NuclearDecayChannel.cc: 940 -- G4NuclearDecayChannel.cc: 1172 - migration to the new design of atom 941 - migration to the new design of atomic deexcitation, 1173 activation of deexcitation via EM U 942 activation of deexcitation via EM UI commands or 1174 G4EmProcessOptions as it is shown i 943 G4EmProcessOptions as it is shown in EM examples 1175 -- GNUmakefile and source.cmake - dependence 944 -- GNUmakefile and source.cmake - dependence on processes/cuts is added 1176 945 1177 03 November 2011 Laurent Desorgher(radioacti 946 03 November 2011 Laurent Desorgher(radioactive_decay-V09-04-11) 1178 --------------------------------- 947 --------------------------------- 1179 --G4NucleusLimits.cc: 948 --G4NucleusLimits.cc: 1180 -Suppress the Z<100 limit 949 -Suppress the Z<100 limit 1181 --G4RadioactiveDecay: 950 --G4RadioactiveDecay: 1182 -Add the reading of Spontaneous Fission mod 951 -Add the reading of Spontaneous Fission mode from data files 1183 --G4RadioactiveDecayMode: 952 --G4RadioactiveDecayMode: 1184 -Add SpFission mode << 953 -Add SpFission mode 1185 954 1186 18 October 2011 Laurent Desorgher(radioactive 955 18 October 2011 Laurent Desorgher(radioactive_decay-V09-04-10) 1187 --------------------------------- 956 --------------------------------- 1188 --G4RadioactiveDecay: 957 --G4RadioactiveDecay: 1189 -Add possibility for the user to load its 958 -Add possibility for the user to load its own decay file. 1190 -Set halflifethreshold negative by default 959 -Set halflifethreshold negative by default to allow the tracking of all 1191 excited nuclei resulting from a radioact 960 excited nuclei resulting from a radioactive decay 1192 --G4RadioactiveDecayChannel: 961 --G4RadioactiveDecayChannel: 1193 -Correction to allow the atomic relaxation 962 -Correction to allow the atomic relaxation of de-excited nuclei produce 1194 also during beta and alpha decay. Probl 963 also during beta and alpha decay. Problem ersaed and solution proposed 1195 by Ko Abe << 964 by Ko Abe 1196 --G4RadioactiveDecayMessenger: 965 --G4RadioactiveDecayMessenger: 1197 -Add macro commands /grdm/setRadioactiveD 966 -Add macro commands /grdm/setRadioactiveDecayFile and 1198 /grdm/setPhotoEvapora 967 /grdm/setPhotoEvaporationFile 1199 968 1200 26 September 2011 Dennis Wright (radioactiv 969 26 September 2011 Dennis Wright (radioactive_decay-V09-04-09) 1201 --------------------------------------------- 970 --------------------------------------------------------------- 1202 - fix compiler bug in G4BetaDecayCorrections 971 - fix compiler bug in G4BetaDecayCorrections switch/case 1203 - change exception codes to HAD_RDM_00n 972 - change exception codes to HAD_RDM_00n 1204 973 1205 15 September 2011 Dennis Wright (radioactiv 974 15 September 2011 Dennis Wright (radioactive_decay-V09-04-08) 1206 --------------------------------------------- 975 --------------------------------------------------------------- 1207 - replace G4HadronicException with G4Exceptio 976 - replace G4HadronicException with G4Exception. Files affected: 1208 G4RadioactiveDecay.cc, G4RIsotopeTable.cc 977 G4RadioactiveDecay.cc, G4RIsotopeTable.cc 1209 978 1210 15 September 2011 Dennis Wright (radioactiv 979 15 September 2011 Dennis Wright (radioactive_decay-V09-04-07) 1211 --------------------------------------------- 980 --------------------------------------------------------------- 1212 - add G4BetaDecayType.hh, .cc and G4BetaDecay 981 - add G4BetaDecayType.hh, .cc and G4BetaDecayCorrections.hh, .cc names 1213 to sources.cmake 982 to sources.cmake 1214 983 1215 - upgrade to new G4Exception. Files affected 984 - upgrade to new G4Exception. Files affected: G4RadioactiveDecay.cc, 1216 G4NuclearDecayChannel.cc 985 G4NuclearDecayChannel.cc 1217 << 986 1218 9 September 2011 Dennis Wright (radioactive 987 9 September 2011 Dennis Wright (radioactive_decay-V09-04-06) 1219 --------------------------------------------- 988 -------------------------------------------------------------- 1220 - G4RadioactiveDecay.cc: mistakenly removed H 989 - G4RadioactiveDecay.cc: mistakenly removed H. Kurasige's local time fix 1221 from tag -04. Re-instate it here. 990 from tag -04. Re-instate it here. 1222 << 991 1223 9 September 2011 Dennis Wright (radioactive 992 9 September 2011 Dennis Wright (radioactive_decay-V09-04-05) 1224 --------------------------------------------- 993 -------------------------------------------------------------- 1225 - G4RadioactiveDecay.hh, .cc: add new Fermi f 994 - G4RadioactiveDecay.hh, .cc: add new Fermi function and forbidden beta 1226 decay spectral shapes 995 decay spectral shapes 1227 - create G4BetaDecayType, an enum of beta tra 996 - create G4BetaDecayType, an enum of beta transition types 1228 - create G4BetaDecayCorrections, a class cont 997 - create G4BetaDecayCorrections, a class containing new Fermi function and 1229 forbidden transition calculations 998 forbidden transition calculations 1230 999 1231 9 July 2011 Dennis Wright (radioactive_deca 1000 9 July 2011 Dennis Wright (radioactive_decay-V09-04-04) 1232 --------------------------------------------- 1001 --------------------------------------------------------- 1233 - G4RadioactiveDecay.cc : add H. Kurasige's f 1002 - G4RadioactiveDecay.cc : add H. Kurasige's fix of local decay time 1234 (bug report 1224) 1003 (bug report 1224) 1235 << 1004 1236 5 June 2011 Dennis Wright (radioactive_deca 1005 5 June 2011 Dennis Wright (radioactive_decay-V09-04-03) 1237 --------------------------------------------- 1006 ---------------------------------------------------------------- 1238 - G4RadioactiveDecay.cc: set process subtype 1007 - G4RadioactiveDecay.cc: set process subtype (fRadioactiveDecay = 211) 1239 1008 1240 1 June 2011 Michael Kelsey (SLAC) (radioacti 1009 1 June 2011 Michael Kelsey (SLAC) (radioactive_decay-V09-04-02) 1241 --------------------------------------------- 1010 ---------------------------------------------------------------- 1242 - G4RadiactiveDecay: Add data members and Se 1011 - G4RadiactiveDecay: Add data members and Set/Get functions to support 1243 directional biasing ("collimation") of visi 1012 directional biasing ("collimation") of visible decay daughters (e+, e-, 1244 gamma, neutron, and alphas, but not neutrin 1013 gamma, neutron, and alphas, but not neutrinos or the residual nucleus). 1245 1014 1246 - G4RadiactiveDecaymessenger: Add commands t 1015 - G4RadiactiveDecaymessenger: Add commands to interface with directional 1247 biasing. 1016 biasing. 1248 1017 1249 31 May 2011 L.Desorgher (radioactive_decay-V 1018 31 May 2011 L.Desorgher (radioactive_decay-V09-04-01) 1250 --------------------------------------------- 1019 ------------------------------------------------------ 1251 - Fixing to bug 1662 (remove of a warning). 1020 - Fixing to bug 1662 (remove of a warning). 1252 Adding of a check for maximum shell number, << 1021 Adding of a check for maximum shell number, in line 438-440 1253 of G4NuclearDecayChannel. << 1022 of G4NuclearDecayChannel. 1254 1023 1255 19 May 2011 Dennis Wright (SLAC) (radioactiv 1024 19 May 2011 Dennis Wright (SLAC) (radioactive_decay-V09-04-00) 1256 --------------------------------------------- 1025 --------------------------------------------------------------- 1257 - G4RadioactiveDecay.cc: fix gcc 4.6 warning: 1026 - G4RadioactiveDecay.cc: fix gcc 4.6 warning: variable j set but not 1258 used 1027 used 1259 << 1028 1260 3 December 2010 Dennis Wright (SLAC) (radio 1029 3 December 2010 Dennis Wright (SLAC) (radioactive_decay-V09-03-05) 1261 --------------------------------------------- 1030 -------------------------------------------------------------------- 1262 - G4NuclearDecayChannel: remove unused variab 1031 - G4NuclearDecayChannel: remove unused variables BetaSimple, FermiFN 1263 - G4RadioactiveDecay::LoadDecayTable(): initi 1032 - G4RadioactiveDecay::LoadDecayTable(): initialize ModeTotalBR[] to 0.0 1264 - G4RadioactiveDecay::AddDecayRateTable(): de 1033 - G4RadioactiveDecay::AddDecayRateTable(): delete theDecayTable to fix 1265 memory leak 1034 memory leak 1266 - G4RadioactiveDecay::SetSourceTimeProfile(): 1035 - G4RadioactiveDecay::SetSourceTimeProfile(): fix array overrun, change 1267 SBin[99], SProfile[99] to SBIN[100], SPro 1036 SBin[99], SProfile[99] to SBIN[100], SProfile[100] 1268 - G4RadioactiveDecay::SetDecayBias(): fix arr 1037 - G4RadioactiveDecay::SetDecayBias(): fix array overrun, change 1269 DBin[99], DProfile[99] to DBIN[100], DPro 1038 DBin[99], DProfile[99] to DBIN[100], DProfile[100] 1270 - G4RadioactiveDecay::DecayIt(): to avoid pos << 1039 - G4RadioactiveDecay::DecayIt(): to avoid possible dereferencing of 1271 zero ptr when in branching ratio bias mod << 1040 zero ptr when in branching ratio bias mode, fill tempprods as if no 1272 biasing active 1041 biasing active 1273 1042 1274 - G4RadioactiveDecayRate ctor: initialize Z, 1043 - G4RadioactiveDecayRate ctor: initialize Z, A, E, generation and 1275 verboseLevel to 0 1044 verboseLevel to 0 1276 1045 1277 18 November 2010 F.Lei (radioactive_decay-V0 1046 18 November 2010 F.Lei (radioactive_decay-V09-03-04) 1278 --------------------------------------------- 1047 ----------------------------------------------------- 1279 - src/G4RadioactiveDecay.cc:1593 get rid of t << 1048 - src/G4RadioactiveDecay.cc:1593 get rid of the compalition warning with 1280 gcc4.5.1 1049 gcc4.5.1 1281 1050 1282 17 November 2010 F.Lei (radioactive_decay-V0 1051 17 November 2010 F.Lei (radioactive_decay-V09-03-03) 1283 - Completed the implementation of generating 1052 - Completed the implementation of generating the activity table in VR mode 1284 - Set the default h-l threshold to 1 micros i 1053 - Set the default h-l threshold to 1 micros in VR mode. 1285 - General improvement in VR mode implementati << 1054 - General improvement in VR mode implementation. 1286 - G4RadioactiveDecaymessenger.cc: icmCMD,armC 1055 - G4RadioactiveDecaymessenger.cc: icmCMD,armCMD & hlThreshold are available 1287 at all states. << 1056 at all states. 1288 1057 1289 11 November 2010 F.Lei 1058 11 November 2010 F.Lei 1290 - further updates to G4RadioactivityTable.hh 1059 - further updates to G4RadioactivityTable.hh .cc and G4RadioactiveDecay.hh .cc 1291 1060 1292 10 November 2010 Dennis Wright (radioactive_ 1061 10 November 2010 Dennis Wright (radioactive_decay-V09-03-02) 1293 --------------------------------------------- 1062 ------------------------------------------------------------- 1294 - G4RadioactiveDecay.cc : replaced incorrect 1063 - G4RadioactiveDecay.cc : replaced incorrect use of "->" with "." for G4Track 1295 in DecayIt(const G4Track&, ) 1064 in DecayIt(const G4Track&, ) 1296 1065 1297 - G4RadioactivityTable.cc : add include file 1066 - G4RadioactivityTable.cc : add include file for <map> and replace map 1298 with std::map in method AddIsotope 1067 with std::map in method AddIsotope 1299 1068 1300 29 Oct 2010 F. Lei 1069 29 Oct 2010 F. Lei 1301 ------------------ 1070 ------------------ 1302 - Added G4RadioactivityTable.hh .cc files for 1071 - Added G4RadioactivityTable.hh .cc files for tallying the accumulated radioactivitties in VR mode 1303 - Added in G4RadioactiveDecay.hh: 1072 - Added in G4RadioactiveDecay.hh: 1304 std::vector<G4RadioactivityTable*> GetTheRa 1073 std::vector<G4RadioactivityTable*> GetTheRadioactivityTables() {return theRadioactivityTables;} 1305 // this is how the radioactivity tables can 1074 // this is how the radioactivity tables can be retrieved by the user 1306 std::vector<G4RadioactivityTable*> theRadi 1075 std::vector<G4RadioactivityTable*> theRadioactivityTables; 1307 std::map<G4int,G4int> decayWindows; 1076 std::map<G4int,G4int> decayWindows; 1308 - In G4RadioactiveDecay.cc: 1077 - In G4RadioactiveDecay.cc: 1309 starting line 1291: changes need to setup t 1078 starting line 1291: changes need to setup the radioactivity tables 1310 line 1624: include the track weight in the 1079 line 1624: include the track weight in the weight calculation 1311 line 1627: add the rate to the radioactivit 1080 line 1627: add the rate to the radioactivity tables 1312 - improved formatting of all the class files 1081 - improved formatting of all the class files 1313 << 1082 1314 1083 1315 11 Oct 2010 F. Lei (radioactive_decay-V09-03- 1084 11 Oct 2010 F. Lei (radioactive_decay-V09-03-01) 1316 1085 1317 - G4RadioactiveDecay.cc: apply SetICM(), SetA 1086 - G4RadioactiveDecay.cc: apply SetICM(), SetARM() & SetHLThreshold() in all decay modes 1318 - G4RadioactiveDecay.cc: halflifethreshold = 1087 - G4RadioactiveDecay.cc: halflifethreshold = 0.*second; 1319 - G4RadioactiveDecaymessenger.cc: removed (>0 1088 - G4RadioactiveDecaymessenger.cc: removed (>0.) restrictions to hlCMD 1320 - G4RadioactiveDecaymessenger.cc: icmCMD,armC << 1089 - G4RadioactiveDecaymessenger.cc: icmCMD,armCMD & hlCMD are available at PreInit state only. 1321 1090 1322 26 May 2010 Dennis Wright (radioactive_decay- 1091 26 May 2010 Dennis Wright (radioactive_decay-V09-03-00) 1323 --------------------------------------------- 1092 ------------------------------------------------------- 1324 tag HEAD to submit for testing 1093 tag HEAD to submit for testing 1325 1094 1326 11 May 2010 F.Lei 1095 11 May 2010 F.Lei 1327 - G4RadioactiveDecay.cc::LoadDecayTable:line << 1096 - G4RadioactiveDecay.cc::LoadDecayTable:line 931 create a decaytable for isomers not included in RDM database and assume 1328 they all under go IT decay. 1097 they all under go IT decay. 1329 - G4RadioactiveDecay.cc: line 1434 after DoDe << 1098 - G4RadioactiveDecay.cc: line 1434 after DoDecay() check if there is any secondary produced. Kill the track if not to 1330 prevent it entering a infinite loop 1099 prevent it entering a infinite loop 1331 - G4RadioactiveDecay.cc: line 1459. make sure 1100 - G4RadioactiveDecay.cc: line 1459. make sure the propertime is positive. negative case occures when the isomer is not in 1332 RDM database and its f-l is set to -1 by de << 1101 RDM database and its f-l is set to -1 by default. 1333 - G4NuclearDecayChannel.cc: Added initialisat << 1102 - G4NuclearDecayChannel.cc: Added initialisation to all three constructors: 1334 halflifethreshold = 1e-6*second; 1103 halflifethreshold = 1e-6*second; 1335 applyICM = true; 1104 applyICM = true; 1336 applyARM = true; 1105 applyARM = true; 1337 1106 1338 10 May 2010 F.Lei 1107 10 May 2010 F.Lei 1339 - G4RadioactiveDecay.hh:line 264 corrected ty 1108 - G4RadioactiveDecay.hh:line 264 corrected typo as pointed out by Luciano Pandola 1340 - G4RadioactiveDecay.cc: insert a special tre 1109 - G4RadioactiveDecay.cc: insert a special treatment for K-40 beta decay at line 774 as suggested by Mauro Taiuti. 1341 This fixes bug #1068 1110 This fixes bug #1068 1342 applied SetICM() SetARM() and SetHLThreshol 1111 applied SetICM() SetARM() and SetHLThreshold() to a decay channel is created. 1343 - G4NuclearDecayChannel.cc: line 396. Limit t 1112 - G4NuclearDecayChannel.cc: line 396. Limit the shell index to < 7, as required by the ARM. 1344 line 329: change to use BreakUp rather than 1113 line 329: change to use BreakUp rather than BreakItUp so to limit to one transition per step when ICM is applied (bug #1001) 1345 (Note: changes have also been made in 30/08 << 1114 (Note: changes have also been made in 30/08/2008 to use the correct atomic shell index and to conserve energy atfer ARM, 1346 these problems were pointed out by Andreas 1115 these problems were pointed out by Andreas Zoglauer in the bug report). 1347 - G4RadioactiveDecay.hh & G4NuclearDecayChann << 1116 - G4RadioactiveDecay.hh & G4NuclearDecayChannel.hh: added private member data "applyICM" "applyARM" "halflifethresold" 1348 and their public Set methods SetICM(), SetA 1117 and their public Set methods SetICM(), SetARM() and SetHLThreshold(). 1349 - G4RadioactiveDecaymessenger: added the UICo 1118 - G4RadioactiveDecaymessenger: added the UICommands for SetICM, SETARM and SetHLThreshold. 1350 1119 1351 24 July 2009 V.Ivanchenko (radioactive_decay- 1120 24 July 2009 V.Ivanchenko (radioactive_decay-V09-02-00) 1352 - GNUmakefile - added dependence on electroma 1121 - GNUmakefile - added dependence on electromagnetic/utils 1353 1122 1354 09 July 2008 Dennis Wright (radioactive_decay 1123 09 July 2008 Dennis Wright (radioactive_decay-V09-01-02) 1355 --------------------------------------------- 1124 -------------------------------------------------------- 1356 - replace exit() with G4Exception in G4Radioa 1125 - replace exit() with G4Exception in G4RadioactiveDecay and G4NuclearDecayChannel 1357 1126 1358 17 June 2008 Fan Lei (radioactive_decay-V09-0 1127 17 June 2008 Fan Lei (radioactive_decay-V09-01-01) 1359 - GRIsotopeTable.cc 1128 - GRIsotopeTable.cc 1360 i) change default verbosity level to 1 1129 i) change default verbosity level to 1 1361 ii) correct use G4cout instead of G4cerr << 1130 ii) correct use G4cout instead of G4cerr 1362 1131 1363 01 May 2008 Fan Lei (radioactive_decay-V09-01 1132 01 May 2008 Fan Lei (radioactive_decay-V09-01-00) 1364 - G4NuclearDecayChannel.cc 1133 - G4NuclearDecayChannel.cc 1365 i) ARM is no longer applied in photon-evapo << 1134 i) ARM is no longer applied in photon-evaporation for IT mode and 1366 is now applied at the end in DecayIt() << 1135 is now applied at the end in DecayIt() 1367 ii) use the correct shell index in appling << 1136 ii) use the correct shell index in appling ARM and switch on Auger 1368 electron production 1137 electron production 1369 iii) check the residual kinetic energ 1138 iii) check the residual kinetic energy after ARM and add it to the atom 1370 1139 1371 21 June 2007 Fan Lei (radioactive_decay-V08-0 1140 21 June 2007 Fan Lei (radioactive_decay-V08-03-00) 1372 - Minor changes to remove compilation warning 1141 - Minor changes to remove compilation warnings on Windows 1373 src\G4RIsotopeTable.cc(204): warning C4804 1142 src\G4RIsotopeTable.cc(204): warning C4804: 1374 '-' : unsafe use of type 'bool' in operatio 1143 '-' : unsafe use of type 'bool' in operation 1375 src\G4RadioactiveDecay.cc(690): warning C4 1144 src\G4RadioactiveDecay.cc(690): warning C4804: 1376 '-' : unsafe use of type 'bool' in operatio 1145 '-' : unsafe use of type 'bool' in operation 1377 1146 1378 10 November 2006 Fan Lei (radioactive_decay-V 1147 10 November 2006 Fan Lei (radioactive_decay-V08-01-01) 1379 - G4NuclearDecayChannel.cc: added the capabil << 1148 - G4NuclearDecayChannel.cc: added the capability of handling decay emission of proton or neutron 1380 for decays of He5 (alpha+n) and Li5 (alpha+p) << 1149 for decays of He5 (alpha+n) and Li5 (alpha+p). bug#852 1381 1150 1382 5 July 2006 Dennis Wright (radioactive_decay- 1151 5 July 2006 Dennis Wright (radioactive_decay-V08-01-00) 1383 - G4NuclearDecayChannel::BetaDecayIt() : anot << 1152 - G4NuclearDecayChannel::BetaDecayIt() : another check for negative sqrt 1384 argument in daughtermomentum[1]. 1153 argument in daughtermomentum[1]. 1385 1154 1386 29 May 2006 Dennis Wright (radioactive_decay- 1155 29 May 2006 Dennis Wright (radioactive_decay-V08-00-03) 1387 (tagging change by Fan Lei on 17 Feb 2006) 1156 (tagging change by Fan Lei on 17 Feb 2006) 1388 - G4RadioactiveDecay.cc : in method IsApplic << 1157 - G4RadioactiveDecay.cc : in method IsApplicable() add test for negative 1389 lifetime << 1158 lifetime 1390 1159 1391 16 February 2006 Vladimir Ivanchenko (radioac 1160 16 February 2006 Vladimir Ivanchenko (radioactive_decay-V08-00-02) 1392 - G4RadioactiveDecay::IsApplicable - fix pro 1161 - G4RadioactiveDecay::IsApplicable - fix problem connected with 1393 8.0 particle design 1162 8.0 particle design 1394 1163 1395 16 December 2005 Dennis Wright (radioactive_d 1164 16 December 2005 Dennis Wright (radioactive_decay-V08-00-01) 1396 - G4NuclearDecayChannel::BetaDecayIt() : chec 1165 - G4NuclearDecayChannel::BetaDecayIt() : check for negative sqrt argument in 1397 daughtermomentum[1]. Response to Bug report 1166 daughtermomentum[1]. Response to Bug report #822. 1398 1167 1399 24 November 2005 Dennis Wright (radioactive_d 1168 24 November 2005 Dennis Wright (radioactive_decay-V07-01-02) 1400 - more <sstream> migration: replace istrstrea 1169 - more <sstream> migration: replace istrstream with istringstream in 1401 G4RIsotopeTable.cc, G4UIcmdWithNucleusLimi 1170 G4RIsotopeTable.cc, G4UIcmdWithNucleusLimits.cc 1402 1171 1403 24 November 2005 Dennis Wright (radioactive_d 1172 24 November 2005 Dennis Wright (radioactive_decay-V07-01-01) 1404 - migrated two remaining files to <sstream>: 1173 - migrated two remaining files to <sstream>: 1405 G4RIsotopeTable.cc, G4UIcmdWithNucleusLimi 1174 G4RIsotopeTable.cc, G4UIcmdWithNucleusLimits.cc 1406 1175 1407 09 November 2005 Gabriele Cosmo (radioactive_ 1176 09 November 2005 Gabriele Cosmo (radioactive_decay-V07-01-00) 1408 - Implemented migration to <sstream> from dep 1177 - Implemented migration to <sstream> from deprecated <strstream>. 1409 - Added changes for support of CLHEP-2.0.X. 1178 - Added changes for support of CLHEP-2.0.X. 1410 - Replaced usage of NULL with 0. 1179 - Replaced usage of NULL with 0. 1411 1180 1412 02 June 2005 Fan Lei (radioactive_decay-V07-0 1181 02 June 2005 Fan Lei (radioactive_decay-V07-00-01) 1413 - Added lines 667-669 to G4NuclearDeceyChanne 1182 - Added lines 667-669 to G4NuclearDeceyChannel.cc, to avoid rounding erros 1414 in cos calculations. A bug reported by Ben 1183 in cos calculations. A bug reported by Ben Morgan 1415 - Removed the test subdirectory 1184 - Removed the test subdirectory 1416 1185 1417 07 Mar 2005 Fan Lei (radioactive_decay-V07-00 1186 07 Mar 2005 Fan Lei (radioactive_decay-V07-00-00) 1418 - Added line 457, G4NuclearDeceyChannel.cc to 1187 - Added line 457, G4NuclearDeceyChannel.cc to fix bug #711 1419 1188 1420 10 Nov 2004 Fan Lei (radioactive_decay-V06-02 1189 10 Nov 2004 Fan Lei (radioactive_decay-V06-02-01) 1421 - Added G4MshellECDecayChannel.hh and changed 1190 - Added G4MshellECDecayChannel.hh and changed G4RadioactiveDecay.cc accordingly. 1422 1191 1423 09 Nov 2004 Fan Lei 1192 09 Nov 2004 Fan Lei 1424 - Changes to G4RaioactiveDecay.cc (radioactiv << 1193 - Changes to G4RaioactiveDecay.cc (radioactive_decay-V06-02-00) 1425 i) better handling to incomplete data files << 1194 i) better handling to incomplete data files; 1426 ii) correct treatment of metastables as ini << 1195 ii) correct treatment of metastables as initial tracks in VR mode; 1427 iii) default decay window in VR model to << 1196 iii) default decay window in VR model to 9.9x10^9 - 10^10 seconds; 1428 iv) individual time stamp for splitted isot << 1197 iv) individual time stamp for splitted isotope; 1429 v) bug fix #662; << 1198 v) bug fix #662; 1430 vi) bug fix #396. 1199 vi) bug fix #396. 1431 - Changes to G4NuclearDecayChannel.cc 1200 - Changes to G4NuclearDecayChannel.cc 1432 i) apply atomic relaxation only to 5 < z < 1201 i) apply atomic relaxation only to 5 < z < 101 1433 ii) no more fast/slow beta decay mode with 1202 ii) no more fast/slow beta decay mode with a faster 3-body decay implementation. 1434 - G4RIsotopeTable.cc: line 223, no longer res << 1203 - G4RIsotopeTable.cc: line 223, no longer reset the excitaion energy. 1435 << 1436 1204 >> 1205 1437 12 Jun 2003 Gabriele Cosmo (radiative_decay-V 1206 12 Jun 2003 Gabriele Cosmo (radiative_decay-V05-01-00) 1438 - Fix in G4ITDecayChannel.hh and G4Radioactiv 1207 - Fix in G4ITDecayChannel.hh and G4RadioactiveDecay.cc for porting 1439 on Windows .NET compiler: changed signature 1208 on Windows .NET compiler: changed signature in constructor for 1440 G4ITDecayChannel to use G4Ions instead of G 1209 G4ITDecayChannel to use G4Ions instead of G4ParticleDefinition. 1441 1210 1442 03 Jan 2003 Fan Lei 1211 03 Jan 2003 Fan Lei 1443 - Bug (test18) fix in G4NuclearDecayChannel.c 1212 - Bug (test18) fix in G4NuclearDecayChannel.cc 1444 1213 1445 15 Nov 2002 Fan Lei ((radiative_decay-V04-01- 1214 15 Nov 2002 Fan Lei ((radiative_decay-V04-01-01) 1446 - Added linked to atomic relaxation model aft 1215 - Added linked to atomic relaxation model after EC and 1447 IT/IC(internal conversion). 1216 IT/IC(internal conversion). 1448 - updated GNUMakefile to include electromagne 1217 - updated GNUMakefile to include electromagnetic/lowenergy/include 1449 - Updated the database 1218 - Updated the database 1450 1219 1451 13 Nov 2001 Fan Lei (radiative_decay-V03-02-0 1220 13 Nov 2001 Fan Lei (radiative_decay-V03-02-03) 1452 - Minor bug fix 1221 - Minor bug fix 1453 1222 1454 26 Oct 2001 Fan Lei (radiative_decay-V03-02-0 1223 26 Oct 2001 Fan Lei (radiative_decay-V03-02-02) 1455 - Removal of compilation warnings under gcc 2 1224 - Removal of compilation warnings under gcc 2.95.2 1456 - Bug fixing for beta+ decay (wrong Q value w 1225 - Bug fixing for beta+ decay (wrong Q value was used) 1457 1226 1458 20 Apr 2001 Gabriele Cosmo (radiative_decay-V 1227 20 Apr 2001 Gabriele Cosmo (radiative_decay-V03-01-00) 1459 - Modified G4RadioactiveDecay.cc according to 1228 - Modified G4RadioactiveDecay.cc according to recent migration to STL vector 1460 for the geometry domain (tag "geometry-V03- 1229 for the geometry domain (tag "geometry-V03-01-00"). 1461 1230 1462 01 Nov 2000 Fan Lei (radiative_decay-V02-00-0 1231 01 Nov 2000 Fan Lei (radiative_decay-V02-00-02) 1463 - Added the missing line " ee = e0+1.; " to l << 1232 - Added the missing line " ee = e0+1.; " to line 763 in 1464 G4RadioactiveDecay.cc 1233 G4RadioactiveDecay.cc 1465 << 1234 1466 27th Oct 200 fan Lei (radiative_decay-V02- 1235 27th Oct 200 fan Lei (radiative_decay-V02-00-01) 1467 - Add a fast simulation mode for beta decays 1236 - Add a fast simulation mode for beta decays 1468 1237 1469 25th Oct 2000 fan lei (radiative_decay-V02- 1238 25th Oct 2000 fan lei (radiative_decay-V02-00-00) 1470 - Added 'const' to line 1185 of G4Radioactive << 1239 - Added 'const' to line 1185 of G4RadioactiveDecay.cc to cowork with 1471 tag Track-V02-00-00 1240 tag Track-V02-00-00 1472 1241 1473 27th June 2000 Fan Lei (radiative_decay-V01 1242 27th June 2000 Fan Lei (radiative_decay-V01-01-04) 1474 - Fix for DEC-cxx debug non-ISO. 1243 - Fix for DEC-cxx debug non-ISO. 1475 - Update test log files. 1244 - Update test log files. 1476 1245 1477 15th June 2000 Fan Lei (radiative_decay_V01- 1246 15th June 2000 Fan Lei (radiative_decay_V01-01-03) 1478 - Minor fix on Linux 1247 - Minor fix on Linux 1479 1248 1480 15th June 2000 Fan Lei (radiative_decay_V01- 1249 15th June 2000 Fan Lei (radiative_decay_V01-01-02) 1481 - ISO compliance. 1250 - ISO compliance. 1482 1251 1483 * Initial tag by Hans-Peter Wellisch (radiati 1252 * Initial tag by Hans-Peter Wellisch (radiative_decay_V01-01-00)