Geant4 Cross Reference |
1 # Category hadr-deex 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 Physics Simulation 5 It must **not** be used as a substitute for wr << 5 ========================================================== 6 << 7 ---------------------------------------------- << 8 << 9 ## 2024-10-29 Vladimir Ivanchenko (hadr-deex-V << 10 - G4LevelReader - reduced printouts on problem << 11 - G4PolarizationTransition - use optimized G4L << 12 Isaac Kunen GitHub PR #70 << 13 << 14 ## 2024-10-01 Vladimir Ivanchenko (hadr-deex-V << 15 - G4LevelReader - changed algorithm of handlin << 16 number of levels and number of transitions << 17 do not deleted but are protected. For the << 18 below the previous energy, its energy is s << 19 For the case of transition to itself, the << 20 is set to zero. << 21 << 22 ## 2024-09-26 Gabriele Cosmo (hadr-deex-V11-02 << 23 - G4LevelReader: fixed compilation warning on << 24 conversion. << 25 << 26 ## 2024-09-25 Vladimir Ivanchenko (hadr-deex-V << 27 - G4LevelReader - added two new protection to << 28 gamma level data: next level energy below pr << 29 is ignored; transition from given level to i << 30 energy - such transition ignored; added two << 31 warning printouts; code clean-up; comments t << 32 << 33 ## 2024-09-19 Vladimir Ivanchenko (hadr-deex-V << 34 - G4DeexPrecoParameters - for pre-compound mod << 35 interval Eex/A = (0.1 - 30) MeV as used in G << 36 << 37 ## 2024-09-09 Vladimir Ivanchenko (hadr-deex-V << 38 - G4XSectionXS is renamed to G4InterfaceToXS a << 39 - G4EvaporationProbability uses G4InterfaceToX << 40 << 41 ## 2024-08-18 Vladimir Ivanchenko (hadr-deex-V << 42 - G4EvaporationProbability, G4EvaporationChann << 43 apply Coulomb barrier for computation of m << 44 if OPTxs=1 - use isotope x-section instead << 45 define OPTxs parameter only in class const << 46 - G4XSectionXS - initialisation inside class c << 47 << 48 ## 2024-08-14 Vladimir Ivanchenko (hadr-deex-V << 49 - G4DeexPrecoParameters - for pre-compound mod << 50 changed interval of applicability Eex/A = << 51 (0.1 - 30) MeV (outside this interval de-e << 52 << 53 ## 2024-07-24 Vladimir Ivanchenko (hadr-deex-V << 54 - G4DeexPrecoParameters - enable read and use << 55 - G4CoulombBarrier - changed theRho parameter << 56 - G4CompetitiveFission - guaranteed initialisa << 57 << 58 ## 2024-07-18 Vladimir Ivanchenko (hadr-deex-V << 59 - G4Evaporation, G4EvaporationProbability, G4X << 60 of G4XSectionXS class also in the case of << 61 initialisation is not performed, minor cod << 62 for the default configuration << 63 << 64 ## 2024-07-16 Vladimir Ivanchenko (hadr-deex-V << 65 - G4XSectionXS - new class to compute inverse << 66 cross sections for neutrons and light ions << 67 - G4DeexPrecoParameters, G4DeexParametersMesse << 68 inverse cross section type << 69 - G4EvaporationProbability, G4VEmissionProbabi << 70 as an alternative option << 71 - G4CompetitiveFission - added normalisation f << 72 - G4ShellCorrection, G4CookShellCorrections - << 73 << 74 ## 2024-07-10 Vladimir Ivanchenko (hadr-deex-V << 75 - G4EvaporationChannel, G4EvaporationProbabili << 76 methods ComputeInverseXSection(..) and Compu << 77 unit tests << 78 << 79 ## 2024-07-03 Vladimir Ivanchenko (hadr-deex-V << 80 - G4VEmissionProbability, G4StatMF, G4Polariza << 81 Coverity warnings << 82 << 83 ## 2024-05-30 Vladimir Ivanchenko (hadr-deex-V << 84 - G4ExcitationHandler, G4NeutronRadCapture - c << 85 - G4VCoulombBarrier, G4CoulombBarrier, G4GEMCo << 86 G4FermiBreakUpUtil - clean-up Coulomb barrie << 87 headers and variables << 88 - G4GEMChannelVI, G4GEMProbabilityVI - updated << 89 algorithm of computation of probability << 90 << 91 ## 2024-05-16 Vladimir Ivanchenko (hadr-deex-V << 92 - G4NuclearLevelData, G4PairingCorrection, G4C << 93 G4CameronGilbertShellCorrections - simplifie << 94 computations are done in one place only, n << 95 - G4EvaporationChannel, G4EvaporationProbabili << 96 corrections, agreement with test data is i << 97 << 98 ## 2024-05-09 Vladimir Ivanchenko (hadr-deex-V << 99 - G4DeexPrecoParameters - moved definition of << 100 source, improve comments, added default wi << 101 for selection of final excitation in a dec << 102 - G4VEmissionProbability - use the new width p << 103 - G4EvaporationChannel - fixed computation of << 104 fragment for odd-even residual nucleaus << 105 << 106 ## 2024-01-29 Vladimir Ivanchenko (hadr-deex-V << 107 - G4StatMFChannel - fixed compilation warnings << 108 by substitution of C-arrays by std::vector << 109 << 110 ## 2024-01-25 Vladimir Ivanchenko (hadr-deex-V << 111 - G4FermiBreakUpVI, G4FermiFragmentsPoolVI - f << 112 of fake excited isomeres) by moving the ch << 113 pull (initialized once as a static object) << 114 the model allowing to change this limit in << 115 decay chains with no final state. << 116 - G4VEmissionProbability - substitute local va << 117 possible shadowing << 118 - G4ExcitationHandler - improved debug printou << 119 << 120 ## 2024-01-23 Vladimir Ivanchenko (hadr-deex-V << 121 - G4PhotonEvaporation - use in all computation << 122 because since 11.2 JP may be negative due << 123 problem report 2587. << 124 << 125 ## 2023-11-15 Vladimir Ivanchenko (hadr-deex-V << 126 - G4FermiChannels - fixed memory leak at exit << 127 << 128 ## 2023-11-09 Vladimir Ivanchenko (hadr-deex-V << 129 - G4PhotonEvaporation - return back to only ga << 130 case of nuclear level without information << 131 << 132 ## 2023-11-07 Vladimir Ivanchenko (hadr-deex-V << 133 - G4LevelReader, G4PhotonEvaporation - complet << 134 for the case if data on internal conversio << 135 is disabled, it is assumed that all IC tra << 136 K-shell, which means that independently on << 137 gamma transition is unchanged. << 138 << 139 ## 2023-10-30 Vladimir Ivanchenko (hadr-deex-V << 140 - G4PhotonEvaporation - attempt to fix problem << 141 is achieved by substitution of gamma trans << 142 there is no data on transitions from the g << 143 << 144 ## 2023-10-25 Jonas Hahnfeld (hadr-deex-V11-01 << 145 - G4GEMProbability - technical improvements to << 146 whithout change of physics. << 147 << 148 ## 2023-08-16 Gabriele Cosmo (hadr-deex-V11-01 << 149 - Fixed compilation warning for implicit type << 150 in G4FermiFragmentsPoolVI::DumpFragment(). << 151 << 152 ## 2023-07-12 Vladimir Ivanchenko (hadr-deex-V << 153 - G4KalbachCrossSection - dynamic choice of pe << 154 cross section as a function of A << 155 - clean-up evaporation and utils subdirectorie << 156 - removed unused files << 157 << 158 ## 2023-07-05 Vladimir Ivanchenko (hadr-deex-V << 159 - G4LevelManager, G4PhotonEvaporation - improv << 160 - G4LevelReader - set life time of stable leve << 161 left undefined spin 99 and do not set it t << 162 - G4ExcitationHandler - instantiate FermiBreak << 163 PhotonEvaporation in constructor; class fo << 164 - fermi_breakup model has been reviewed and up << 165 few obsolete classes are removed, G4FermiBre << 166 - G4VEvaporation, G4Evaporation, G4VEvaporatio << 167 G4EvaporationGEMFactory, G4EvaporationGEMF << 168 G4EvaporationDefaultGEMFactory - class for << 169 instantiation/destruction of components << 170 << 171 << 172 ## 2023-04-21 Vladimir Ivanchenko (hadr-deex-V << 173 - G4LevelManager - added extra public access m << 174 level energies and other parameters << 175 - G4DeexPrecoParameters - moved part of initia << 176 autolock, instead use internal flag allowi << 177 print all pre-compound parameters, separat << 178 printouts << 179 << 180 ## 2023-03-29 Vladimir Ivanchenko (hadr-deex-V << 181 - G4NuclearLevelData - fixed uploading of data << 182 << 183 ## 2023-03-27 Vladimir Ivanchenko (hadr-deex-V << 184 - class clean-up in management and handler sub << 185 and exceptions printouts, improve comments; << 186 and class members << 187 << 188 ## 2023-03-25 Vladimir Ivanchenko (hadr-deex-V << 189 - G4LevelReader - allow to add more levels of << 190 limit=635 (max number of levels in G4LEVEL << 191 << 192 ## 2022-11-26 Gabriele Cosmo (hadr-deex-V11-00 << 193 - Fixed compilation warnings for implicit type << 194 << 195 ## 2022-11-24 Alberto Ribon (hadr-deex-V11-00- << 196 - G4ExcitationHandler : added protections that << 197 large energy non-conservations in the case o << 198 for anti-hypernuclei projectiles. << 199 Note: there are still cases of off-shell mas << 200 non-conservations that need further in << 201 << 202 ## 2022-11-21 Vladimir Ivanchenko (hadr-deex-V << 203 - G4ExcitationHandler - added extra sanity che << 204 of lambda inside a fragment << 205 << 206 ## 2022-11-11 Vladimir Ivanchenko (hadr-deex-V << 207 - G4FermiCoulombBarrier - added Coulomb barrie << 208 prescription << 209 - G4FermiDecayProbability, G4FermiFragment - u << 210 - G4VCoulombBarrier, G4CoulombBarrier, G4GEMCo << 211 << 212 ## 2022-11-07 Vladimir Ivanchenko (hadr-deex-V << 213 - G4ExcitationHandler - introduced de-excitati << 214 lambda inside << 215 << 216 ## 2022-11-03 Vladimir Ivanchenko (hadr-deex-V << 217 - G4AtomicTransition - extended upper limit of << 218 from Z=100 to Z=104 by R. Chakma << 219 << 220 ## 2022-09-05 Ben Morgan (hadr-deex-V11-00-15) << 221 - Update dependencies to address warnings from << 222 << 223 ## 2022-07-24 Vladimir Ivanchenko (hadr-deex-V << 224 - G4PhotonEvaporation - improved use of mutex << 225 - G4StatMFChannel - implement fixes reported b << 226 - G4StatMF - clean-up << 227 << 228 ## 2022-06-16 Vladimir Ivanchenko (hadr-deex-V << 229 - G4PhotonEvaporation - fixed Coverity warning << 230 << 231 ## 2022-06-16 Vladimir Ivanchenko (hadr-deex-V << 232 - G4PhotonEvaporation - simplified handling of << 233 - G4EvaporationProbability - reduce usage of c << 234 << 235 ## 2022-05-31 Vladimir Ivanchenko (hadr-deex-V << 236 - G4PhotonEvaporation - fix Coverity warning << 237 << 238 ## 2022-04-29 Vladimir Ivanchenko (hadr-deex-V << 239 - G4VEvaporationChannel, G4EvaporationChannel, << 240 G4VEmissionProbability, G4EvaporationProbabi << 241 inverse cross section parameterisation at << 242 cleanup; << 243 << 244 ## 2022-04-27 Vladimir Ivanchenko (hadr-deex-V << 245 - G4VEvaporationChannel, G4EvaporationChannel, << 246 G4EvaporationProbability, G4PhotonEvaporatio << 247 public interfaces to be used in unit tests << 248 - G4NuclearLevelData - use G4AutoLock << 249 << 250 ## 2022-04-25 Michel Maire (hadr-deex-V11-00-0 << 251 - G4DeexPrecoParameters::StreamInfo() : use G4 << 252 << 253 ## 2022-04-18 Vladimir Ivanchenko (hadr-deex-V << 254 - G4EvaporationChannel, G4Evaporation - added << 255 (A < 30) on decay of unphysical fragment, << 256 removal light unphysical states and provid << 257 isotope production for the spalation fragm << 258 - G4CoulombBarrier, G4PairingCorrection, G4She << 259 G4CameronShellPlusPairingCorrection, << 260 G4CameronGilbertShellCorrections - code clea << 261 6 262 ## 2022-04-04 Vladimir Ivanchenko (hadr-deex-V << 7 History file for hadronic/models/de_excitation 263 - G4EvaporationChannel, G4EvaporationProbabili << 8 ---------------------------------------------- 264 G4VEmissionProbability, G4VCoulombBarrier, G << 9 265 code/headers clean-up; use new method from << 10 This file should be used to summarize modifications introduced in the >> 11 code and to keep track of all tags. >> 12 >> 13 --------------------------------------------------------------- >> 14 * Please list in reverse chronological order (last date on top) >> 15 --------------------------------------------------------------- 266 16 267 ## 2022-03-27 Vladimir Ivanchenko (hadr-deex-V << 17 15 April 2021 Vladimir Ivanchenko (hadr-deex-V10-06-08) 268 - G4VEmissionProbability - more strong limit o << 18 - G4DeexPrecoParameters - fixed problem #2350 269 probability, improved debug printout << 270 << 271 ## 2022-03-21 Vladimir Ivanchenko (hadr-deex-V << 272 - G4PhotonEvaporation - for floating levels ch << 273 energy can be used for sampling transition << 274 - G4LevelManger, G4NuclLevel - removed verbose << 275 - G4VEmissionProbability - fixed sampling of t << 276 numerical protections << 277 - G4CoulombBarrier - tune parameters << 278 << 279 ## 2022-02-24 Vladimir Ivanchenko (hadr-deex-V << 280 - G4LevelManager - use correct type << 281 - G4VEmissionProbability - updated sampling of << 282 needed due to analysis of Alexsandr Svetli << 283 << 284 ## 2022-02-15 Vladimir Ivanchenko (hadr-deex-V << 285 - G4PhotonEvaporation - fixed situation when e << 286 excitation energy does not corresponding t << 287 G4LEVELGAMMADATA, which fixes #2434, it is << 288 the case, when radioactive decay is enable << 289 << 290 ## 2021-12-13 Vladimir Ivanchenko (hadr-deex-V << 291 - G4Evaporation, G4UnstableFragmentBreakUp com << 292 of unphysical fragments (bug #2355); impro << 293 - G4ExcitationHandler - use IsLongLived() flag << 294 if de-excitation of the fragment should be << 295 - G4VEmissionProbability - limit number of bin << 296 integration to 50 << 297 << 298 ## 2021-12-10 Ben Morgan (hadr-deex-V11-00-00) << 299 - Change to new Markdown History format << 300 << 301 --- << 302 << 303 # History entries prior to 11.0 << 304 << 305 02 November 2021 Vladimir Ivanchenko (hadr-de << 306 - G4PhotonEvaporation - changed logic de-excit << 307 has no data on transitions: instead of tra << 308 continues transition is performed. This sh << 309 production of fragments with high excitati << 310 momentum << 311 - G4DeexPrecoParameters - fixed propagation of << 312 components of the de-excitation module << 313 << 314 30 September 2021 Vladimir Ivanchenko (hadr-d << 315 - G4PhotonEvaporation - fixed Coverity warning << 316 << 317 04 August 2021 Alberto Ribon (hadr-deex-V10-0 << 318 - G4DeexPrecoParameters, G4ExcitationHandler : << 319 migrated to the new version of G4PhysicsMode << 320 - G4EvaporationChannel, G4UnstableFragmentBrea << 321 G4PhotonEvaporation, G4NeutronRadCapture, << 322 G4GEMChannel, G4GEMChannelVI, G4FermiBreakUp << 323 G4CompetitiveFission, G4WilsonAblationModel << 324 set creator model ID for secondaries, using << 325 G4PhysicsModelCatalog << 326 << 327 01 July 2021 Vladimir Ivanchenko (hadr-deex-V << 328 - Removed obsolete and not used model G4ParaF << 329 fixes also circular dependences inside the d << 330 << 331 16 April 2021 Ben Morgan (hadr-deex-V10-07-04) << 332 - Migrate build to modular CMake API << 333 << 334 15 April 2021 Vladimir Ivanchenko (hadr-deex- << 335 - G4DeexPrecoParameters - fixed problem #2350 << 336 << 337 13 April 2021 Alberto Ribon (hadr-deex-V10-07 << 338 - GNUmakefile, sources.cmake : removed the sub << 339 hadronic/models/management and hadronic/mode << 340 (that have been now deleted, with their clas << 341 hadronic/util and hadronic/management). << 342 19 343 07 March 2021 Vladimir Ivanchenko (hadr-deex- << 20 07 March 2021 Vladimir Ivanchenko 344 - G4PolarizationTransition - J.Detwiler fixed << 21 - G4PolarizationTransition - J.Detwiler fixed sampling of angular 345 correlations (problem #2344) 22 correlations (problem #2344) 346 23 347 18 February 2021 Alberto Ribon (hadr-deex-V10 << 24 18 February 2021 Alberto Ribon 348 - G4DeexPrecoParameters - changed half-life ti 25 - G4DeexPrecoParameters - changed half-life time threshold for isomer 349 production from 1 microsecond to 1 nanosecon 26 production from 1 microsecond to 1 nanosecond. 350 The goal is to avoid unphysical missing ener 27 The goal is to avoid unphysical missing energy cases as reported by 351 NA61/SHINE Collaboration. The open question << 28 NA61/SHINE Collaboration. According to our CPU benchmarks, the 352 overhead is negligible for the LHC experimen << 29 overhead due to this change is below the ~ 1% level. 353 30 354 12 August 2020 Vladimir Ivanchenko (hadr-deex 31 12 August 2020 Vladimir Ivanchenko (hadr-deex-V10-06-07) 355 - G4NuclearLevelData - use Zmax for initialisa 32 - G4NuclearLevelData - use Zmax for initialisation before the run 356 33 357 28 July 2020 Vladimir Ivanchenko (hadr-deex-V 34 28 July 2020 Vladimir Ivanchenko (hadr-deex-V10-06-06) 358 - G4ExcitationHandler - verbose level is defin 35 - G4ExcitationHandler - verbose level is defined by G4HadronicParameters 359 class or by the hardcoded local verbose le 36 class or by the hardcoded local verbose level defined only for 360 debugging 37 debugging 361 - G4DeexPrecoParameters - verbose level is def 38 - G4DeexPrecoParameters - verbose level is defined by G4HadronicParameters 362 class or by the local verbose level 39 class or by the local verbose level 363 - G4DeexParametersMessenger - removed obsolete << 40 - G4DeexParametersMessenger - removed obsolete UI command 364 41 365 24 July 2020 Vladimir Ivanchenko (hadr-deex-V 42 24 July 2020 Vladimir Ivanchenko (hadr-deex-V10-06-05) 366 - G4NuclearLevelData - reduced usage of mutex 43 - G4NuclearLevelData - reduced usage of mutex locks; read all level data 367 begin of run << 44 begin of run 368 - G4ExcitationHandler - use Zmax+1 instead of << 45 - G4ExcitationHandler - use Zmax+1 instead of Zmax for nuclear level 369 initialisation 46 initialisation 370 47 371 13 July 2020 Vladimir Ivanchenko (hadr-deex-V 48 13 July 2020 Vladimir Ivanchenko (hadr-deex-V10-06-04) 372 - G4NuclearLevelData - more safe initialisatio 49 - G4NuclearLevelData - more safe initialisation of data in MT mode, use mutex 373 locks only within each method, whithout ca 50 locks only within each method, whithout calls to other methods 374 - G4ExcitationHandler - call to G4NuclearLevel 51 - G4ExcitationHandler - call to G4NuclearLevelData to initilise data for 375 levels for all elements possibly involved 52 levels for all elements possibly involved in the geometry 376 53 377 12 May 2020 Alberto Ribon (hadr-deex-V 54 12 May 2020 Alberto Ribon (hadr-deex-V10-06-03) 378 - G4DeexPrecoParameters : in the method Dump() 55 - G4DeexPrecoParameters : in the method Dump(), check the global verbosity 379 level of hadronics (if zero, do not print an 56 level of hadronics (if zero, do not print anything). 380 57 381 05 May 2020 Gunter Folger (hadr-deex-V 58 05 May 2020 Gunter Folger (hadr-deex-V10-06-02) 382 - Fix for clang10: mark class final, as dtor i 59 - Fix for clang10: mark class final, as dtor is final. 383 affected: fermi_breakup/include/G4FermiBrea 60 affected: fermi_breakup/include/G4FermiBreakUpVI.hh 384 gem_evaporation/include/G4GEMChan 61 gem_evaporation/include/G4GEMChannelVI.hh 385 gem_evaporation/include/G4GEMProbabilit 62 gem_evaporation/include/G4GEMProbabilityVI.hh 386 63 387 05 March 2020 Vladimir Ivanchenko (hadr-deex-V 64 05 March 2020 Vladimir Ivanchenko (hadr-deex-V10-06-01) 388 - G4DeexPrecoParameters - set default time lim 65 - G4DeexPrecoParameters - set default time limit 1 microsecond and 389 enable isomere production (related to prob 66 enable isomere production (related to problem #2226) 390 67 391 13 February 2020 Vladimir Ivanchenko (hadr-dee 68 13 February 2020 Vladimir Ivanchenko (hadr-deex-V10-06-00) 392 - G4PhotonEvaporation, G4DeexPrecoParameters, 69 - G4PhotonEvaporation, G4DeexPrecoParameters, G4DeexParametersMessager 393 added extra flag - IsomerProduction, if it << 70 added extra flag - IsomerProduction, if it is enabled photon 394 evaporation samples time of gamma transiti 71 evaporation samples time of gamma transition; added C++ interface 395 and UI command allowing set this flag; rad << 72 and UI command allowing set this flag; radioactive decay constructor 396 should enable this parameter; fix of probl 73 should enable this parameter; fix of problem #2226 397 74 398 25 November 2019 Vladimir Ivanchenko (hadr-dee 75 25 November 2019 Vladimir Ivanchenko (hadr-deex-V10-05-21) 399 - G4PhotonEvaporation - fixed Coverity problem 76 - G4PhotonEvaporation - fixed Coverity problem 400 77 401 16 November 2019 Vladimir Ivanchenko (hadr-dee 78 16 November 2019 Vladimir Ivanchenko (hadr-deex-V10-05-20) 402 - G4PhotonEvaporation - access G4NuclearPolari 79 - G4PhotonEvaporation - access G4NuclearPolarizationStore only 403 if correlated gamma decay is enabled << 80 if correlated gamma decay is enabled 404 81 405 11 November 2019 Vladimir Ivanchenko (hadr-dee 82 11 November 2019 Vladimir Ivanchenko (hadr-deex-V10-05-19) 406 - G4CompetitiveFission, G4FissionBarrier, G4Fi 83 - G4CompetitiveFission, G4FissionBarrier, G4FissionParameters - added 407 numerical protections; cleanup C++11 keywo 84 numerical protections; cleanup C++11 keywords; move headers to 408 source code 85 source code 409 86 410 05 November 2019 Vladimir Ivanchenko (hadr-dee 87 05 November 2019 Vladimir Ivanchenko (hadr-deex-V10-05-18) 411 - G4NuclearLevelData, G4LevelManager, G4GEMCha 88 - G4NuclearLevelData, G4LevelManager, G4GEMChannel, G4GEMProbability, 412 G4GEMProbabilityVI, G4EvaporationChannel, G4 89 G4GEMProbabilityVI, G4EvaporationChannel, G4EvaporationProbability 413 use consistently pairing correction from G 90 use consistently pairing correction from G4NuclearLevelData and 414 verbosity level for debigging 91 verbosity level for debigging 415 - G4FermiBreakUpVI - use consistently verbosit 92 - G4FermiBreakUpVI - use consistently verbosity from de-excitation 416 module, simplified decay kinematics 93 module, simplified decay kinematics 417 - G4VEmissionProbability, G4Evaporation, G4Uns 94 - G4VEmissionProbability, G4Evaporation, G4UnstableFragmentBreakUp 418 consistently used decay channels in all co 95 consistently used decay channels in all components of the 419 de-excitation module 96 de-excitation module 420 - G4ExcitationHandler - fixed problem seen in << 97 - G4ExcitationHandler - fixed problem seen in medical test of 421 fragmentation - provide full de-excitation << 98 fragmentation - provide full de-excitation of excited light 422 fragments 99 fragments 423 - G4PhotonEvaporation - fixed gamma de-excitat << 100 - G4PhotonEvaporation - fixed gamma de-excitation when initial 424 excitation energy is between ground and 1s 101 excitation energy is between ground and 1st levels 425 << 102 426 19 October 2019 Vladimir Ivanchenko (hadr-deex 103 19 October 2019 Vladimir Ivanchenko (hadr-deex-V10-05-17) 427 - G4ExcitationHandler, G4Evaporation - attempt << 104 - G4ExcitationHandler, G4Evaporation - attempt to reduce CPU 428 105 429 16 October 2019 Vladimir Ivanchenko (hadr-deex 106 16 October 2019 Vladimir Ivanchenko (hadr-deex-V10-05-16) 430 - G4ExcitationHandler, G4Evaporation - improve << 107 - G4ExcitationHandler, G4Evaporation - improved debug printout 431 - G4UnstableFragmentBreakUp - allowed only res << 108 - G4UnstableFragmentBreakUp - allowed only residual fragments, which 432 are present in the nuclear level DB; those << 109 are present in the nuclear level DB; those fragments which are not 433 in the DB are forced to decay on fragments 110 in the DB are forced to decay on fragments from the DB; 434 improved debug printout 111 improved debug printout 435 112 436 02 October 2019 Vladimir Ivanchenko (hadr-deex 113 02 October 2019 Vladimir Ivanchenko (hadr-deex-V10-05-15) 437 - G4ExcitationHandler - removed warning on hig 114 - G4ExcitationHandler - removed warning on high excitation 438 - G4NuclearLevelData - added new public interf 115 - G4NuclearLevelData - added new public interface to enable 439 upload of nuclear level data before 1st ev 116 upload of nuclear level data before 1st event with the signature: 440 UploadNuclearLevelData(G4int maxZ) 117 UploadNuclearLevelData(G4int maxZ) 441 - G4LevelReader - small reduction of memory ch 118 - G4LevelReader - small reduction of memory churn 442 - G4DeexPrecoParameters - added two new parame 119 - G4DeexPrecoParameters - added two new parameters 443 - G4DeexParametersMessenger - added UI command 120 - G4DeexParametersMessenger - added UI command 444 - G4VEmissionProbability - implemented option 121 - G4VEmissionProbability - implemented option to force a residual 445 nucleus to be at one of known discrete lev 122 nucleus to be at one of known discrete levels 446 - G4FermiFragmentsPoolVI - removed unphysical << 123 - G4FermiFragmentsPoolVI - removed unphysical fragments and corresponding 447 data structures 124 data structures 448 - G4FermiFragment - removed unused boolean mem 125 - G4FermiFragment - removed unused boolean members 449 - G4FermiBreakUpVI - clean internal data after 126 - G4FermiBreakUpVI - clean internal data after decay loop and not before 450 127 451 18 September 2019 Vladimir Ivanchenko (hadr-de 128 18 September 2019 Vladimir Ivanchenko (hadr-deex-V10-05-14) 452 - G4ExcitationHandler - removed second photon << 129 - G4ExcitationHandler - removed second photon evaporation loop, 453 because since long all gamma decay are alr << 130 because since long all gamma decay are already happens in the 454 1st loop; use more C++11 constructions 131 1st loop; use more C++11 constructions 455 - G4FermiFragmentsPoolVI - implement new metho 132 - G4FermiFragmentsPoolVI - implement new method HasChannels(..) 456 - G4FermiBreakUpVI - use new HasChannels(..) i 133 - G4FermiBreakUpVI - use new HasChannels(..) inside IsAPplicable(..) 457 - G4Evaporation - make coherent use of IsAppli << 134 - G4Evaporation - make coherent use of IsApplicable(..) 458 from FermiBreakUp and force simplified dec << 135 from FermiBreakUp and force simplified decay of exotic fragments 459 with G4UnstableFragmentBreakUp 136 with G4UnstableFragmentBreakUp 460 - G4UnstableFragmentBreakUp - change logic all 137 - G4UnstableFragmentBreakUp - change logic allowing decay of an 461 exotic fragment (fragment is not known in << 138 exotic fragment (fragment is not known in gamma level DB) and 462 never release it 139 never release it 463 140 464 11 September 2019 Vladimir Ivanchenko (hadr-de 141 11 September 2019 Vladimir Ivanchenko (hadr-deex-V10-05-13) 465 - G4ExcitationHandler - added limit on number << 142 - G4ExcitationHandler - added limit on number of warnings on high 466 excitation of input fragment; fixed Coveri 143 excitation of input fragment; fixed Coverity warnings 467 144 468 14 August 2019 Vladimir Ivanchenko (hadr-deex- 145 14 August 2019 Vladimir Ivanchenko (hadr-deex-V10-05-12) 469 - G4ExcitationHandler - added check on upper l 146 - G4ExcitationHandler - added check on upper limit of excitations 470 - G4DeexPrecoParameters - added upper limit 30 << 147 - G4DeexPrecoParameters - added upper limit 30 MeV on excitation 471 per nucleon << 148 per nucleon 472 149 473 08 August 2019 Vladimir Ivanchenko (hadr-deex- 150 08 August 2019 Vladimir Ivanchenko (hadr-deex-V10-05-11) 474 - G4ExcitationHandler - fixed initialisation s 151 - G4ExcitationHandler - fixed initialisation sequence 475 152 476 23 July 2019 Vladimir Ivanchenko (hadr-deex-V1 153 23 July 2019 Vladimir Ivanchenko (hadr-deex-V10-05-10) 477 - G4ExcitationHandler, G4Evaporation - optimis 154 - G4ExcitationHandler, G4Evaporation - optimise initialisation reducing 478 memory churn 155 memory churn 479 - G4VEvaporationChannel, G4VEmissionProbabilit 156 - G4VEvaporationChannel, G4VEmissionProbability, G4EvaporationChannel, 480 G4EvaporationProbability - clean-up private << 157 G4EvaporationProbability - clean-up private and protected members and 481 methods 158 methods 482 - G4AlphaEvaporationChannel, G4AlphaEvaporatio << 159 - G4AlphaEvaporationChannel, G4AlphaEvaporationProbability, 483 G4DeuteronEvaporationChannel, G4DeuteronEvap << 160 G4DeuteronEvaporationChannel, G4DeuteronEvaporationProbability, 484 G4He3EvaporationChannel, G4He3EvaporationPro << 161 G4He3EvaporationChannel, G4He3EvaporationProbability, 485 G4NeutronEvaporationChannel, G4NeutronEvapor << 162 G4NeutronEvaporationChannel, G4NeutronEvaporationProbability, 486 G4ProtonEvaporationChannel, G4ProtonEvaporat << 163 G4ProtonEvaporationChannel, G4ProtonEvaporationProbability, 487 G4TritonEvaporationChannel, G4TritonEvaporat 164 G4TritonEvaporationChannel, G4TritonEvaporationProbability - clean-up 488 - G4GEMChannelVI, G4GEMProbabilityVI - new GEM 165 - G4GEMChannelVI, G4GEMProbabilityVI - new GEM model 489 166 490 167 491 17 July 2019 Vladimir Ivanchenko (hadr-deex-V1 168 17 July 2019 Vladimir Ivanchenko (hadr-deex-V10-05-09) 492 - G4VEvaporationChannel, G4VEmissionProbabilit 169 - G4VEvaporationChannel, G4VEmissionProbability, G4VEvaporationFactory, 493 G4EvaporationGEMFactory, G4EvaporationGEMFac 170 G4EvaporationGEMFactory, G4EvaporationGEMFactoryVI, G4GEMChannelVI, 494 G4EvaporationDefaultGEMFactory, G4Evaporatio << 171 G4EvaporationDefaultGEMFactory, G4EvaporationFactory, 495 G4EvaporationChannel, G4EvaporationProbabili << 172 G4EvaporationChannel, G4EvaporationProbability, 496 G4EvaporationProbabilityVI - a modification << 173 G4EvaporationProbabilityVI - a modification of internal interfaces 497 allowing reuse code established for evapor << 174 allowing reuse code established for evaporation in the new GEM 498 evaporation model, use more C++11 patterns << 175 evaporation model, use more C++11 patterns 499 - G4FermiFragmentsPoolVI, G4NuclearLevelData - 176 - G4FermiFragmentsPoolVI, G4NuclearLevelData - reduce number of locks 500 at initialisation, use more C++11 patterns 177 at initialisation, use more C++11 patterns 501 178 502 10 July 2019 Vladimir Ivanchenko (hadr-deex-V1 179 10 July 2019 Vladimir Ivanchenko (hadr-deex-V10-05-08) 503 - G4EvaporationChannel, G4EvaporationProbabili 180 - G4EvaporationChannel, G4EvaporationProbability, 504 G4NeutronEvaporationProbability, G4VEmission 181 G4NeutronEvaporationProbability, G4VEmissionProbability, 505 G4VEvaporationChannel - preparation for deve 182 G4VEvaporationChannel - preparation for development of new GEM model, 506 for evaporation improved selection of fina 183 for evaporation improved selection of final excitation level for 507 residual fragment 184 residual fragment 508 - G4LevelReader - attempt to reduce memory chu << 185 - G4LevelReader - attempt to reduce memory churn at initialisation 509 186 510 04 June 2019 Vladimir Ivanchenko (hadr-deex-V1 187 04 June 2019 Vladimir Ivanchenko (hadr-deex-V10-05-07) 511 - G4ExcitationHandler - removed debug cout << 188 - G4ExcitationHandler - removed debug cout 512 189 513 30 May 2019 Vladimir Ivanchenko (hadr-deex-V10 190 30 May 2019 Vladimir Ivanchenko (hadr-deex-V10-05-06) 514 - G4Evaporation, G4ExcitationHandler, G4LevelR << 191 - G4Evaporation, G4ExcitationHandler, G4LevelReader, 515 G4VEmissionProbability, G4GammaTransition, G << 192 G4VEmissionProbability, G4GammaTransition, G4PhotonEvaporation, 516 G4PolarizationTransition - changed scheme of 193 G4PolarizationTransition - changed scheme of verbosity, 0- silence, 517 1- dump of parameters at initialisation, 2- 194 1- dump of parameters at initialisation, 2- debugg printout, 518 3- very detailed debug printout (Bugzilla #2 195 3- very detailed debug printout (Bugzilla #2098) 519 - G4CoulombBarrier - use G4NuclearRadii utilit 196 - G4CoulombBarrier - use G4NuclearRadii utility to copute nuclear radius 520 197 521 13 May 2019 Gabriele Cosmo (hadr-deex-V10-05-0 198 13 May 2019 Gabriele Cosmo (hadr-deex-V10-05-05) 522 - Replaced deprecated std::binary_function cal 199 - Replaced deprecated std::binary_function calls with lambdas in 523 G4StatMFMicroCanonical and G4StatMFChannel. 200 G4StatMFMicroCanonical and G4StatMFChannel. 524 Courtesy of S.Losilla, from GitHub PR#8. 201 Courtesy of S.Losilla, from GitHub PR#8. 525 202 526 06 May 2019 Vladimir Ivanchenko (hadr-deex-V10 203 06 May 2019 Vladimir Ivanchenko (hadr-deex-V10-05-04) 527 - G4VEmissionProbability - use simple rejectio 204 - G4VEmissionProbability - use simple rejection 528 - G4FermiFragment - fixed Coulomb barrier corr 205 - G4FermiFragment - fixed Coulomb barrier correction computation 529 206 530 30 April 2019 Vladimir Ivanchenko (hadr-deex-V 207 30 April 2019 Vladimir Ivanchenko (hadr-deex-V10-05-03) 531 - G4EvaporationChannel, G4EvaporationProbabili << 208 - G4EvaporationChannel, G4EvaporationProbability, 532 G4FermiDecayProbability, G4VEmissionProbabil 209 G4FermiDecayProbability, G4VEmissionProbability - 533 simplified algorithm to sample kinetic ene 210 simplified algorithm to sample kinetic energy of a fragment; 534 minor code clean-up, removed commented lin 211 minor code clean-up, removed commented lines 535 212 536 18 March 2019 Vladimir Ivanchenko (hadr-deex-V 213 18 March 2019 Vladimir Ivanchenko (hadr-deex-V10-05-02) 537 - G4PhotonEvaporation - for nuclear levels wit 214 - G4PhotonEvaporation - for nuclear levels without decay modes defined 538 perform decay not to the ground state but << 215 perform decay not to the ground state but to the nearest level 539 (problem #2123) 216 (problem #2123) 540 - G4LevelManager, G4NucLevel - fixed debug and 217 - G4LevelManager, G4NucLevel - fixed debug and warning printouts 541 218 542 12 March 2019 Vladimir Ivanchenko (hadr-deex-V 219 12 March 2019 Vladimir Ivanchenko (hadr-deex-V10-05-01) 543 - G4PhotonEvaporation - fixed decay from nucle 220 - G4PhotonEvaporation - fixed decay from nuclear level, which has no 544 decay channels defined (problem #2123) 221 decay channels defined (problem #2123) 545 222 546 28 January 2019 Vladimir Ivanchenko (hadr-deex 223 28 January 2019 Vladimir Ivanchenko (hadr-deex-V10-05-00) 547 - G4LevelReader - fixed typo (problem #2124) 224 - G4LevelReader - fixed typo (problem #2124) 548 225 549 05 December 2018 Gabriele Cosmo (hadr-deex-V10 226 05 December 2018 Gabriele Cosmo (hadr-deex-V10-04-19) 550 - G4ExcitationHandler: added protection to ver 227 - G4ExcitationHandler: added protection to verbosity printouts in 551 SetDeexChannelsType() and Initialise() metho 228 SetDeexChannelsType() and Initialise() methods. 552 229 553 20 November 2018 Vladimir Ivanchenko (hadr-dee 230 20 November 2018 Vladimir Ivanchenko (hadr-deex-V10-04-18) 554 - G4LevelReader - (L.Desorgher) fAlphaMax is c 231 - G4LevelReader - (L.Desorgher) fAlphaMax is changed from 555 1.e+6 to 1.e+15 (needed for correct IC pro 232 1.e+6 to 1.e+15 (needed for correct IC probability of some 556 isotopes) 233 isotopes) 557 234 558 13 November 2018 Vladimir Ivanchenko (hadr-dee 235 13 November 2018 Vladimir Ivanchenko (hadr-deex-V10-04-17) 559 - G4PhotonEvaporation - improved debug printou 236 - G4PhotonEvaporation - improved debug printout 560 237 561 09 November 2018 Gabriele Cosmo (hadr-deex-V10 238 09 November 2018 Gabriele Cosmo (hadr-deex-V10-04-16) 562 - Fixed few printout typos. 239 - Fixed few printout typos. 563 240 564 05 November 2018 Vladimir Ivanchenko (hadr-dee 241 05 November 2018 Vladimir Ivanchenko (hadr-deex-V10-04-15) 565 - G4UnstableFragmentBreakUp - fixed Coverity w 242 - G4UnstableFragmentBreakUp - fixed Coverity warning 566 243 567 26 October 2018 Vladimir Ivanchenko (hadr-deex 244 26 October 2018 Vladimir Ivanchenko (hadr-deex-V10-04-14) 568 - G4CompetitiveFission, G4FissionLevelDensityP 245 - G4CompetitiveFission, G4FissionLevelDensityParameter, 569 G4FissionLevelDensityParameterINCLXX, G4Fiss 246 G4FissionLevelDensityParameterINCLXX, G4FissionProbability - 570 tuned fission parameters 247 tuned fission parameters 571 - G4DeexPrecoParameters - default level densi 248 - G4DeexPrecoParameters - default level density parameter 0.075 572 - G4LevelManager - added a member and Get meth 249 - G4LevelManager - added a member and Get method for shell correction 573 250 574 22 October 2018 Vladimir Ivanchenko (hadr-deex 251 22 October 2018 Vladimir Ivanchenko (hadr-deex-V10-04-13) 575 22 October 2018 Vladimir Ivanchenko (hadr-deex 252 22 October 2018 Vladimir Ivanchenko (hadr-deex-V10-04-12) 576 - Fixed GNUmakefile and source.cmake 253 - Fixed GNUmakefile and source.cmake 577 - G4NuclearLevelData - fixed new methods and u << 254 - G4NuclearLevelData - fixed new methods and use data from recent 578 gamma levels 255 gamma levels 579 256 580 21 October 2018 Vladimir Ivanchenko (hadr-deex 257 21 October 2018 Vladimir Ivanchenko (hadr-deex-V10-04-11) 581 19 October 2018 Vladimir Ivanchenko (hadr-deex 258 19 October 2018 Vladimir Ivanchenko (hadr-deex-V10-04-09) 582 - G4DeexPrecoParameters - default level densit 259 - G4DeexPrecoParameters - default level density parameter is reduced from 583 0.1 to 0.08 260 0.1 to 0.08 584 - removed circular dependence between de-excit << 261 - removed circular dependence between de-excitation sub-packages 585 introduced in previous tag 262 introduced in previous tag 586 263 587 18 October 2018 Vladimir Ivanchenko (hadr-deex 264 18 October 2018 Vladimir Ivanchenko (hadr-deex-V10-04-08) 588 - G4LevelManager, G4NuclearLevelData, G4LevelR << 265 - G4LevelManager, G4NuclearLevelData, G4LevelReader - added initialisation 589 of level density and pairing correction pe << 266 of level density and pairing correction per isotope, added 590 possibility to choose between two paramete 267 possibility to choose between two parameterisations of level 591 density 268 density 592 - G4EvaporationProbability, G4CompetitiveFissi 269 - G4EvaporationProbability, G4CompetitiveFission, G4VEmissionProbability, 593 G4PhotonEvaporation - coherent use of the sa 270 G4PhotonEvaporation - coherent use of the same parameterisation of 594 level density and pairing correction betw 271 level density and pairing correction between all models 595 - G4FissionLevelDensityParameter, G4FissionLev 272 - G4FissionLevelDensityParameter, G4FissionLevelDensityParameterINCLXX, 596 G4EvaporationLevelDensityParameter, G4Coulom << 273 G4EvaporationLevelDensityParameter, G4CoulombBarrier, 597 G4PairingCorrection - clean up according G4N 274 G4PairingCorrection - clean up according G4NuclearLevelData 598 - G4DeexPrecoParameters - default level densit 275 - G4DeexPrecoParameters - default level density parameter is reduced from 599 0.1 to 0.09 276 0.1 to 0.09 600 277 601 08 October 2018 Vladimir Ivanchenko (hadr-deex 278 08 October 2018 Vladimir Ivanchenko (hadr-deex-V10-04-07) 602 - G4DeexPrecoParameters - added extra paramete 279 - G4DeexPrecoParameters - added extra parameter for the FBU model 603 - G4EvaporationProbability - added option 4 fo 280 - G4EvaporationProbability - added option 4 for de-excitation 604 - G4LevelReader - change fatal exception by wa << 281 - G4LevelReader - change fatal exception by warning for problematic 605 level index 282 level index 606 - G4FermiFragmentsPoolVI - extended number of << 283 - G4FermiFragmentsPoolVI - extended number of FBU fragments from 607 399 to 991 and corresponding number of rea 284 399 to 991 and corresponding number of reaction channels 608 285 609 19 September 2018 Vladimir Ivanchenko (hadr-de 286 19 September 2018 Vladimir Ivanchenko (hadr-deex-V10-04-06) 610 - G4DeexPrecoParameters - set default deexcita 287 - G4DeexPrecoParameters - set default deexcitation "evaporation+GEM" 611 288 612 24 August 2018 Vladimir Ivanchenko (hadr-deex- 289 24 August 2018 Vladimir Ivanchenko (hadr-deex-V10-04-05) 613 - G4LevelReader - attempt to fix problems #198 290 - G4LevelReader - attempt to fix problems #1986 and #2076 by 614 change of hadling of internal conversion d 291 change of hadling of internal conversion data 615 292 616 06 August 2018 Alberto Ribon (hadr-deex-V10-04 293 06 August 2018 Alberto Ribon (hadr-deex-V10-04-04) 617 - G4NeutronRadCapture : replaced the explicit 294 - G4NeutronRadCapture : replaced the explicit high-energy limit of 618 hadronic physics with the one from G4Hadroni 295 hadronic physics with the one from G4HadronicParameters . 619 - Changed the GNUmakefile to allow the new dep 296 - Changed the GNUmakefile to allow the new dependency on 620 processes/hadronic/management/include/, wher << 297 processes/hadronic/management/include/, where the class 621 G4HadronicParameters is defined. 298 G4HadronicParameters is defined. 622 299 623 06 July 2018 Vladimir Ivanchenko (hadr-deex-V1 300 06 July 2018 Vladimir Ivanchenko (hadr-deex-V10-04-03) 624 - G4FermiPhaseSpaceDecay - moved long method f 301 - G4FermiPhaseSpaceDecay - moved long method from inline to source; 625 added a protection for low mass of initial 302 added a protection for low mass of initial state 626 303 627 26 February 2018 Vladimir Ivanchenko (hadr-dee 304 26 February 2018 Vladimir Ivanchenko (hadr-deex-V10-04-02) 628 26 February 2018 Vladimir Ivanchenko (hadr-dee 305 26 February 2018 Vladimir Ivanchenko (hadr-deex-V10-04-01) 629 - G4ChatterjeeCrossSection, G4KalbachCrossSect 306 - G4ChatterjeeCrossSection, G4KalbachCrossSection - moved 630 implementation to source 307 implementation to source 631 - G4VEmissionProbability, G4EvaporationProbabi << 308 - G4VEmissionProbability, G4EvaporationProbability - fixed integration 632 of probabilities for neutron emission for 309 of probabilities for neutron emission for OPT=1,2 633 - G4DeexPrecoParameters - fixed checks on para 310 - G4DeexPrecoParameters - fixed checks on parameter values 634 311 635 19 December 2017 Gabriele Cosmo (hadr-deex-V10 312 19 December 2017 Gabriele Cosmo (hadr-deex-V10-04-00) 636 - Fixed self-consistency in G4ChatterjeeCrossS 313 - Fixed self-consistency in G4ChatterjeeCrossSection header (missing #include). 637 Fixed #ifdef guard in G4StatMFMacroBiNucleon 314 Fixed #ifdef guard in G4StatMFMacroBiNucleon header. 638 Thanks to Raphael Isemann for reporting thes 315 Thanks to Raphael Isemann for reporting these. 639 316 640 03 November 2017 Vladimir Ivanchenko (hadr-dee 317 03 November 2017 Vladimir Ivanchenko (hadr-deex-V10-03-51) 641 - G4DeexPrecoParameters - fixed printout of pa 318 - G4DeexPrecoParameters - fixed printout of parameters 642 319 643 31 October 2017 Vladimir Ivanchenko (hadr-deex 320 31 October 2017 Vladimir Ivanchenko (hadr-deex-V10-03-50) 644 - G4NeutronRadCapture, G4StatMFChannel, G4Stat << 321 - G4NeutronRadCapture, G4StatMFChannel, G4StatMFFragment, 645 G4GEMChannel, G4CompetitiveFission, G4FermiP 322 G4GEMChannel, G4CompetitiveFission, G4FermiPhaseSpaceDecay 646 - used G4RandomDirection() for better CPU 323 - used G4RandomDirection() for better CPU performance 647 324 648 19 October 2017 Vladimir Ivanchenko (hadr-deex 325 19 October 2017 Vladimir Ivanchenko (hadr-deex-V10-03-49) 649 - G4DeexPrecoParameters, G4DeexParametersMesse << 326 - G4DeexPrecoParameters, G4DeexParametersMessenger - added UI commands 650 for configuration of de-excitation module 327 for configuration of de-excitation module and radioactive decay 651 - G4PhotonEvaporation, G4PhotonEvaporation - u << 328 - G4PhotonEvaporation, G4PhotonEvaporation - use new parameters to 652 enable/disable correlated gamma 329 enable/disable correlated gamma 653 330 654 13 October 2017 Vladimir Ivanchenko (hadr-deex 331 13 October 2017 Vladimir Ivanchenko (hadr-deex-V10-03-48) 655 - G4NuclearLevelData, G4NucLevel, G4LevelManag 332 - G4NuclearLevelData, G4NucLevel, G4LevelManager added possibility 656 to print nuclear level information into ou 333 to print nuclear level information into output stream, 657 interface cleanup, fixed reading user data 334 interface cleanup, fixed reading user data file 658 - G4PhotonEvaporation, G4GEMChannelVI - use up 335 - G4PhotonEvaporation, G4GEMChannelVI - use updated interface 659 336 660 21 August 2017 Vladimir Ivanchenko (hadr-deex- 337 21 August 2017 Vladimir Ivanchenko (hadr-deex-V10-03-47) 661 - G4NuclearLevelData - fully thread safe singl 338 - G4NuclearLevelData - fully thread safe singleton 662 339 663 18 August 2017 Vladimir Ivanchenko (hadr-deex- 340 18 August 2017 Vladimir Ivanchenko (hadr-deex-V10-03-46) 664 - G4NuclearLevelData - hold and have access me << 341 - G4NuclearLevelData - hold and have access method to 665 G4PairingCorrection and G4ShellCorrection << 342 G4PairingCorrection and G4ShellCorrection classes; 666 more safe MT initialisation of the Instanc 343 more safe MT initialisation of the Instance 667 - G4PairingCorrection, G4ShellCorrection - are 344 - G4PairingCorrection, G4ShellCorrection - are not singletones anymore 668 - G4EvaporationChannel, G4FissionProbability, 345 - G4EvaporationChannel, G4FissionProbability, G4CompetitiveFission, 669 G4FissionBarrier, G4GEMChannel, G4GEMChannel 346 G4FissionBarrier, G4GEMChannel, G4GEMChannelVI, G4GEMProbability, 670 G4VEmissionProbability - changed access to G << 347 G4VEmissionProbability - changed access to G4PairingCorrection and 671 G4ShellCorrection 348 G4ShellCorrection 672 - G4LevelReader - added extra G4Exception in f << 349 - G4LevelReader - added extra G4Exception in file reading method 673 350 674 14 August 2017 Vladimir Ivanchenko (hadr-deex- 351 14 August 2017 Vladimir Ivanchenko (hadr-deex-V10-03-45) 675 - G4PolarisationTransition - make protection f 352 - G4PolarisationTransition - make protection from previous tag 676 according Jason Detwiler prescription 353 according Jason Detwiler prescription 677 354 678 10 August 2017 Vladimir Ivanchenko (hadr-deex- 355 10 August 2017 Vladimir Ivanchenko (hadr-deex-V10-03-44) 679 - G4PolarisationTransition - added protections 356 - G4PolarisationTransition - added protections inside method 680 GenerateGammaPhi(..) to avoid read outside 357 GenerateGammaPhi(..) to avoid read outside vector; 681 reduce sampling loop from 1000 to 100 358 reduce sampling loop from 1000 to 100 682 359 683 07 June 2017 Vladimir Ivanchenko (hadr-deex-V1 360 07 June 2017 Vladimir Ivanchenko (hadr-deex-V10-03-43) 684 - G4DeexPrecoParameters - restore Get/SetInter << 361 - G4DeexPrecoParameters - restore Get/SetInternalConversionFlag, 685 true by default 362 true by default 686 - G4PhotonEvaporation - use flag for internal 363 - G4PhotonEvaporation - use flag for internal conversion, 687 for radioactive decay do not sample transi << 364 for radioactive decay do not sample transition if no transition 688 information is available 365 information is available 689 366 690 04 June 2017 Vladimir Ivanchenko (hadr-deex-V1 367 04 June 2017 Vladimir Ivanchenko (hadr-deex-V10-03-42) 691 - G4PhotonEvaporation, G4GammaTransition, G4Po 368 - G4PhotonEvaporation, G4GammaTransition, G4PolarizationTransition - 692 improved debug printout, cleanup creation << 369 improved debug printout, cleanup creation and deletion of 693 G4NuclearPolarization objects 370 G4NuclearPolarization objects 694 371 695 03 June 2017 Vladimir Ivanchenko (hadr-deex-V1 372 03 June 2017 Vladimir Ivanchenko (hadr-deex-V10-03-41) 696 - G4DeexPrecoParameters - added fDummy variant 373 - G4DeexPrecoParameters - added fDummy variant of de-excitation when 697 excitation energy transformed to kinetic e 374 excitation energy transformed to kinetic energy of a fragment 698 and no secondaries are produced; added als << 375 and no secondaries are produced; added also SetPrecoDummy(..) 699 method, which disable both precompound and 376 method, which disable both precompound and de-excitation sampling 700 - G4ExcitationHandler - implement fDummy varia 377 - G4ExcitationHandler - implement fDummy variant of de-excitation 701 - G4PhotonEvaporation - added handling of nucl 378 - G4PhotonEvaporation - added handling of nuclear polarization for 702 simulation of correlated gamma emission; f 379 simulation of correlated gamma emission; for BreakUpChain(..) 703 this is working for all consumer code; for << 380 this is working for all consumer code; for EmittedFragmnet(..) 704 interface - only if radioactive decay flag 381 interface - only if radioactive decay flag is ON; fixed data race 705 - G4PolarizationTransition - added new public << 382 - G4PolarizationTransition - added new public interface 706 SampleGammaTransition(..), which replaced 383 SampleGammaTransition(..), which replaced 4 old public interfaces, 707 code become more clear, sampling cosTheta << 384 code become more clear, sampling cosTheta and phi now performed 708 by private methods 385 by private methods 709 - G4GammaTransition - use this new SampleGamma << 386 - G4GammaTransition - use this new SampleGammaTransition(..) method 710 387 711 19 June 2017 Vladimir Ivanchenko (hadr-deex-V1 388 19 June 2017 Vladimir Ivanchenko (hadr-deex-V10-03-40) 712 - G4WilsonAblationModel - C. Mancini Terraccia << 389 - G4WilsonAblationModel - C. Mancini Terracciano fixed crash at 713 initialisation 390 initialisation 714 391 715 16 June 2017 Vladimir Ivanchenko (hadr-deex-V1 392 16 June 2017 Vladimir Ivanchenko (hadr-deex-V10-03-39) 716 - G4DeexPrecoParameters - disable parameter ch 393 - G4DeexPrecoParameters - disable parameter change in G4_Idle state, 717 only G4_PreInit is allowed 394 only G4_PreInit is allowed 718 - G4ExcitationHandler - improved debug cout 395 - G4ExcitationHandler - improved debug cout 719 396 720 15 June 2017 Vladimir Ivanchenko (hadr-deex-V1 397 15 June 2017 Vladimir Ivanchenko (hadr-deex-V10-03-38) 721 - G4DeexPrecoParameters - removed compilation 398 - G4DeexPrecoParameters - removed compilation warning of previous tag 722 - G4ExcitationHandler - added protection from << 399 - G4ExcitationHandler - added protection from incomplete 723 initialisation when external evaporation i 400 initialisation when external evaporation instance is defined; 724 removed debug cout 401 removed debug cout 725 402 726 14 June 2017 Vladimir Ivanchenko (hadr-deex-V1 403 14 June 2017 Vladimir Ivanchenko (hadr-deex-V10-03-37) 727 - G4GammaTransition - more accurate protection 404 - G4GammaTransition - more accurate protection for 2J > 6 728 - G4PhotonEvaporation, G4ExcitationHandler - e 405 - G4PhotonEvaporation, G4ExcitationHandler - extended local debug printout 729 - G4PolarizationTransition - use G4double, and 406 - G4PolarizationTransition - use G4double, and std::sqrt 730 - G4DeexPrecoParameters - disable correlated g 407 - G4DeexPrecoParameters - disable correlated gamma 731 408 732 13 June 2017 Alberto Ribon (hadr-deex-V10-03-3 409 13 June 2017 Alberto Ribon (hadr-deex-V10-03-36) 733 - G4PolarizationTransition : applied Jason Det 410 - G4PolarizationTransition : applied Jason Detwiler's fix to avoid integer 734 overflow in the argument of sqrt(), and ca 411 overflow in the argument of sqrt(), and caching to speed up the 735 calculations. 412 calculations. 736 - G4GammaTransition : temporary workaround to 413 - G4GammaTransition : temporary workaround to avoid very long computations, 737 by skipping polarization if initial state 414 by skipping polarization if initial state has angular momentum 2J > 6 . 738 415 739 13 June 2017 Vladimir Ivanchenko (hadr-deex-V1 416 13 June 2017 Vladimir Ivanchenko (hadr-deex-V10-03-35) 740 - G4GammaTransition - added a protection - do << 417 - G4GammaTransition - added a protection - do not sample nuclear 741 polarization if initial state has momentum 418 polarization if initial state has momentum 2J > 12 742 419 743 1 June 2017 Dennis Wright (hadr-deex-V10-03-34 420 1 June 2017 Dennis Wright (hadr-deex-V10-03-34) 744 - G4PolarizationTransition::GenerateGammaCosTh << 421 - G4PolarizationTransition::GenerateGammaCosTheta: add Jason Detwiler's 745 warning of zero coefficient 422 warning of zero coefficient 746 423 747 23 May 2017 Dennis Wright (hadr-deex-V10-03-33 424 23 May 2017 Dennis Wright (hadr-deex-V10-03-33) 748 - G4PolarizationTransition::GenerateGammaCosTh << 425 - G4PolarizationTransition::GenerateGammaCosTheta and 749 G4PolarizationTransition::GenerateGammaPhi: 426 G4PolarizationTransition::GenerateGammaPhi: add warning when polarization 750 entries are empty and return isotropic ran 427 entries are empty and return isotropic random in that case. Fixes 751 somewhat rare crash. << 428 somewhat rare crash. 752 429 753 13 May 2017 Vladimir Ivanchenko (hadr-deex-V10 430 13 May 2017 Vladimir Ivanchenko (hadr-deex-V10-03-32) 754 - G4ExcitationHandler, G4NeutronRadCapture - p 431 - G4ExcitationHandler, G4NeutronRadCapture - propagate index of 755 e- internal conversion to base class G4Had 432 e- internal conversion to base class G4HadronicProcess 756 433 757 10 May 2017 Vladimir Ivanchenko (hadr-deex-V10 434 10 May 2017 Vladimir Ivanchenko (hadr-deex-V10-03-31) 758 - G4ExcitationHandler, G4DeexPrecoParameters - 435 - G4ExcitationHandler, G4DeexPrecoParameters - define index of 759 e- internal conversion and propagate it to 436 e- internal conversion and propagate it to reaction products 760 437 761 28 April 2017 Vladimir Ivanchenko (hadr-deex-V 438 28 April 2017 Vladimir Ivanchenko (hadr-deex-V10-03-30) 762 - G4LevelReader - by default issue G4Exception 439 - G4LevelReader - by default issue G4Exception only for Z<6, 763 - G4LevelReader, G4LevelManager, G4NucLevel, 440 - G4LevelReader, G4LevelManager, G4NucLevel, G4PhotonEvaporation 764 use G4double for energy and life time (fix << 441 use G4double for energy and life time (fix problem #1964) 765 - G4FermiFragmentsPoolVI, G4FemiBreakUpVI - fi << 442 - G4FermiFragmentsPoolVI, G4FemiBreakUpVI - fixed selection of decay 766 chains for unphysical fragments, which hap 443 chains for unphysical fragments, which happens when used by INCL++ 767 444 768 27 April 2017 Vladimir Ivanchenko (hadr-deex-V 445 27 April 2017 Vladimir Ivanchenko (hadr-deex-V10-03-29) 769 - G4LevelReader - by default issue G4Exception 446 - G4LevelReader - by default issue G4Exception only for Z<9 770 447 771 08 April 2017 Vladimir Ivanchenko (hadr-deex-V 448 08 April 2017 Vladimir Ivanchenko (hadr-deex-V10-03-28) 772 - G4PhotonEvaporation - fixed second part of t 449 - G4PhotonEvaporation - fixed second part of the bug #1950 773 always have gamma transition to the discre 450 always have gamma transition to the discrete level (if there is 774 no levels - to the ground state) 451 no levels - to the ground state) 775 - G4DeexPrecoParameters - set default MaxLifeT << 452 - G4DeexPrecoParameters - set default MaxLifeTime = 1000 second 776 (was 0.1 second) 453 (was 0.1 second) 777 454 778 05 April 2017 Vladimir Ivanchenko (hadr-deex-V 455 05 April 2017 Vladimir Ivanchenko (hadr-deex-V10-03-27) 779 - G4LevelReader, G4NuclearLevelData - removed << 456 - G4LevelReader, G4NuclearLevelData - removed code for reading of old 780 data structure 457 data structure 781 - G4LevelReader - fixed fill of mpRatio parame 458 - G4LevelReader - fixed fill of mpRatio parameter of a transition (was 782 always zero before) 459 always zero before) 783 460 784 04 April 2017 Vladimir Ivanchenko (hadr-deex-V 461 04 April 2017 Vladimir Ivanchenko (hadr-deex-V10-03-26) 785 - G4DeexPrecoParameters - disable possibility 462 - G4DeexPrecoParameters - disable possibility to read old data; make 786 FatalException soon if the first file in t 463 FatalException soon if the first file in the dataset cannot be red 787 464 788 04 April 2017 Vladimir Ivanchenko (hadr-deex-V 465 04 April 2017 Vladimir Ivanchenko (hadr-deex-V10-03-24) 789 - G4LevelReader - read update data structure w 466 - G4LevelReader - read update data structure where "correlated_gamma" 790 directory is << 467 directory is 791 - G4LevelManager - removed obsolete method 468 - G4LevelManager - removed obsolete method 792 469 793 20 March 2017 Vladimir Ivanchenko (hadr-deex-V 470 20 March 2017 Vladimir Ivanchenko (hadr-deex-V10-03-23) 794 - G4LevelReader - fixed bug #1942 (FatalExcept << 471 - G4LevelReader - fixed bug #1942 (FatalException if data file is 795 not opened) 472 not opened) 796 - G4PhotonEvaporation - fixed bug #1950 (perfo 473 - G4PhotonEvaporation - fixed bug #1950 (perform transition to 797 the ground state of an isotope if the floa << 474 the ground state of an isotope if the floating level has zero 798 excitation energy) << 475 excitation energy) 799 476 800 17 March 2017 Vladimir Ivanchenko (hadr-deex-V 477 17 March 2017 Vladimir Ivanchenko (hadr-deex-V10-03-22) 801 - G4VEmissionProbability - added private metho << 478 - G4VEmissionProbability - added private method for general treatment 802 of PDF functions 479 of PDF functions 803 - G4EvaporationProbability, G4CompetitiveFissi 480 - G4EvaporationProbability, G4CompetitiveFission, G4CompetitiveFission, 804 G4GEMProbability - changes are implemented a 481 G4GEMProbability - changes are implemented according to base class 805 modifications 482 modifications 806 - G4EvaporationChannel - make choice of minima 483 - G4EvaporationChannel - make choice of minimal evaporation energy 807 Z-dependent 484 Z-dependent 808 485 809 07 March 2017 Vladimir Ivanchenko (hadr-deex-V 486 07 March 2017 Vladimir Ivanchenko (hadr-deex-V10-03-21) 810 07 March 2017 Vladimir Ivanchenko (hadr-deex-V 487 07 March 2017 Vladimir Ivanchenko (hadr-deex-V10-03-19) 811 - G4NuclearLevelData - synkronise the list of << 488 - G4NuclearLevelData - synkronise the list of isotopes with the 812 current set of data files - extra rare iso << 489 current set of data files - extra rare isotopes are allowed; 813 Z max is extended from 102 to 117 490 Z max is extended from 102 to 117 814 - G4LevelReader - always create G4LevelManager 491 - G4LevelReader - always create G4LevelManager for stable isotopes 815 including light stable p, d, t, He3, He4 492 including light stable p, d, t, He3, He4 816 - G4LevelManager - removed obsolete method 493 - G4LevelManager - removed obsolete method 817 - G4FermiFragmentsPoolVI - improved handling o 494 - G4FermiFragmentsPoolVI - improved handling of internal data structure, 818 - G4ExcitationHandler, fermi_breakup, photon_e << 495 - G4ExcitationHandler, fermi_breakup, photon_evaporation sub-directories 819 removed obsolete FermiBreakUp model and co 496 removed obsolete FermiBreakUp model and corresponding classes 820 497 821 02 March 2017 Vladimir Ivanchenko (hadr-deex-V 498 02 March 2017 Vladimir Ivanchenko (hadr-deex-V10-03-18) 822 - G4LevelReader, G4FermiFragmentsPoolVI - fixe << 499 - G4LevelReader, G4FermiFragmentsPoolVI - fixed Coverity static 823 analysis warnings 500 analysis warnings 824 501 825 27 February 2017 Vladimir Ivanchenko (hadr-dee 502 27 February 2017 Vladimir Ivanchenko (hadr-deex-V10-03-17) 826 - G4LevelReader, G4LevelManager, G4PhotonEvapo << 503 - G4LevelReader, G4LevelManager, G4PhotonEvaporation - for stable states 827 (ground state isotopes) life time is set t << 504 (ground state isotopes) life time is set to "-1", change all checks 828 accordingly 505 accordingly 829 - G4DeexPrecoParameters - default time limit 0 506 - G4DeexPrecoParameters - default time limit 0.1s (if radioactive 830 decay is enabled this time is set to the l 507 decay is enabled this time is set to the limit of the 831 G4NuclideTable), this allows do not create 508 G4NuclideTable), this allows do not create extra isomeres 832 if radioactive decay is not included in th 509 if radioactive decay is not included in the physics list 833 510 834 21 February 2017 Vladimir Ivanchenko (hadr-dee 511 21 February 2017 Vladimir Ivanchenko (hadr-deex-V10-03-15) 835 - G4LevelReader - in the case of broken file s 512 - G4LevelReader - in the case of broken file structure or absence of 836 a file G4Exception will be issued 513 a file G4Exception will be issued 837 514 838 16 February 2017 Vladimir Ivanchenko (hadr-dee 515 16 February 2017 Vladimir Ivanchenko (hadr-deex-V10-03-14) 839 - G4GammaTransition - added control on printou 516 - G4GammaTransition - added control on printout for all G4cout; removed 840 thread unsafe check 517 thread unsafe check 841 518 842 15 February 2017 Vladimir Ivanchenko (hadr-dee 519 15 February 2017 Vladimir Ivanchenko (hadr-deex-V10-03-13) 843 - G4GammaTransition - added control on printou 520 - G4GammaTransition - added control on printout 844 - G4LevelManager - fixed unpacking of spin 521 - G4LevelManager - fixed unpacking of spin 845 522 846 14 February 2017 Vladimir Ivanchenko (hadr-dee 523 14 February 2017 Vladimir Ivanchenko (hadr-deex-V10-03-12) 847 Fix no-reproducibility due to precision lost 524 Fix no-reproducibility due to precision lost in Lorentz transformations 848 - G4ExcitationHandler, G4PhotonEvaporation - u 525 - G4ExcitationHandler, G4PhotonEvaporation - use floating level number 849 - G4GammaTransition - use a new method of G4Fr 526 - G4GammaTransition - use a new method of G4Fragment::SetExcitationEnergy() 850 which allows to keep excitation energy exa 527 which allows to keep excitation energy exact as in the database to 851 avoid rare non-reproducibility; added SetV 528 avoid rare non-reproducibility; added SetVerbose method 852 - G4PolarizationTransition - added SetVerbose 529 - G4PolarizationTransition - added SetVerbose method; protect from 853 extra verbosity 530 extra verbosity 854 531 855 13 February 2017 Vladimir Ivanchenko (hadr-dee 532 13 February 2017 Vladimir Ivanchenko (hadr-deex-V10-03-11) 856 Fixed U235[0.076] problem: 533 Fixed U235[0.076] problem: 857 - G4DeexPrecoParameters - min excitation energ 534 - G4DeexPrecoParameters - min excitation energy is set to 10 eV (was 100 eV) 858 - G4LevelReader - if value of alpha (relative << 535 - G4LevelReader - if value of alpha (relative probability of the internal 859 conversion) is 10^10, then assume that int << 536 conversion) is 10^10, then assume that internal conversion will go via 860 outer levels and gamma emission has zero p << 537 outer levels and gamma emission has zero probability, internal 861 conversion is forced intdependently on oth 538 conversion is forced intdependently on other flags 862 539 863 08 February 2017 Vladimir Ivanchenko (hadr-dee 540 08 February 2017 Vladimir Ivanchenko (hadr-deex-V10-03-10) 864 08 February 2017 Vladimir Ivanchenko (hadr-dee 541 08 February 2017 Vladimir Ivanchenko (hadr-deex-V10-03-08) 865 - G4GammaTransition::SampleDirection - D.Wrigh 542 - G4GammaTransition::SampleDirection - D.Wright fixed multipolarity 866 after changing multipolarity Nx by 1 in th 543 after changing multipolarity Nx by 1 in the new dataset 867 544 868 27 January 2017 Vladimir Ivanchenko (hadr-deex 545 27 January 2017 Vladimir Ivanchenko (hadr-deex-V10-03-07) 869 - G4GammaTransition, G4PhotonEvaporation, G4Nu 546 - G4GammaTransition, G4PhotonEvaporation, G4NuclLevel - minor cleanup 870 - G4DeexPrecoParameters - by default used unif 547 - G4DeexPrecoParameters - by default used uniform angular distribution 871 in CM sytem of precompound decay 548 in CM sytem of precompound decay 872 549 873 18 January 2017 Vladimir Ivanchenko (hadr-deex 550 18 January 2017 Vladimir Ivanchenko (hadr-deex-V10-03-06) 874 - G4GammaTransition::SampleDirection - return << 551 - G4GammaTransition::SampleDirection - return back sampling in the case, when 875 initial state has angular moment but its p 552 initial state has angular moment but its polarisation is random 876 - G4PhotonEvaporation - added internal convers 553 - G4PhotonEvaporation - added internal conversion even if the data are not 877 stored 554 stored 878 555 879 11 January 2017 Dennis Wright (hadr-deex-V10- 556 11 January 2017 Dennis Wright (hadr-deex-V10-03-05) 880 - G4PolarizationTransition::SetGammaTransition 557 - G4PolarizationTransition::SetGammaTransitionData: replace fTwoJ1 and fTwoJ2 881 with their absolute values to avoid crash 558 with their absolute values to avoid crash 882 - G4GammaTransition::SampleDirection: remove r 559 - G4GammaTransition::SampleDirection: remove return; from (!np) block, 883 otherwise only zero polarization is returned 560 otherwise only zero polarization is returned. 884 Also remove line << 561 Also remove line 885 fPolTrans.UpdatePolarizationToFinalState(f 562 fPolTrans.UpdatePolarizationToFinalState(fDirection.z(), fDirection.phi(), nuc); 886 in order to comply with instructions in G4Po << 563 in order to comply with instructions in G4PolarizationTransition.hh (call order) 887 and to properly initialize the nuclear polar 564 and to properly initialize the nuclear polarization. 888 << 565 889 9 January 2017 Dennis Wright (hadr-deex-V10- 566 9 January 2017 Dennis Wright (hadr-deex-V10-03-04) 890 - G4NucLevel::TransitionType: use % operator t 567 - G4NucLevel::TransitionType: use % operator to correctly strip off 891 leading digit 568 leading digit 892 - G4LevelReader::LevelManager: added comments 569 - G4LevelReader::LevelManager: added comments to describe some variables 893 - G4PolarizationTransition::UpdatePolarization 570 - G4PolarizationTransition::UpdatePolarizationToFinalState: add comment 894 showing where zero-value entries are trimmed 571 showing where zero-value entries are trimmed off 895 572 896 19 December 2016 Vladimir Ivanchenko (hadr-dee 573 19 December 2016 Vladimir Ivanchenko (hadr-deex-V10-03-03) 897 - G4LevelReader - fixed Ra228 problem - read a << 574 - G4LevelReader - fixed Ra228 problem - read all levels from 898 a data file 575 a data file 899 576 900 16 December 2016 Vladimir Ivanchenko (hadr-dee 577 16 December 2016 Vladimir Ivanchenko (hadr-deex-V10-03-02) 901 - G4PolarizationTransition - J.Detwiler has fi << 578 - G4PolarizationTransition - J.Detwiler has fixed computation 902 of multipolarity 579 of multipolarity 903 580 904 16 December 2016 Vladimir Ivanchenko (hadr-dee 581 16 December 2016 Vladimir Ivanchenko (hadr-deex-V10-03-01) 905 - G4DeexPrecoParameters - change default time 582 - G4DeexPrecoParameters - change default time limit from 0.01 s to 906 1 microsecond 583 1 microsecond 907 - G4PhotonEvaporation, G4GammaTransition - imp 584 - G4PhotonEvaporation, G4GammaTransition - improved sampling 908 and kinematics for internal conversion 585 and kinematics for internal conversion 909 - G4PolarizationTransition - J.Detwiler has fi << 586 - G4PolarizationTransition - J.Detwiler has fixed computation 910 of polarisation 587 of polarisation 911 588 912 14 December 2016 Vladimir Ivanchenko (hadr-dee 589 14 December 2016 Vladimir Ivanchenko (hadr-deex-V10-03-00) 913 - G4LevelManager, G4NuclLevel, G4LevelReader - 590 - G4LevelManager, G4NuclLevel, G4LevelReader - reduce memory for 914 description of a level: each two integer p << 591 description of a level: each two integer parameters are packed 915 into one integer values; use only one set << 592 into one integer values; use only one set of probabilities of 916 transition independently on use-case (HEP << 593 transition independently on use-case (HEP or radioactive decay); 917 fill internal conversion coefficients into << 594 fill internal conversion coefficients into the data structure only 918 if a flag SetStoreAllLevels() is set to tr 595 if a flag SetStoreAllLevels() is set to true. In the last case, 919 more memory required per isotope (~8 times 596 more memory required per isotope (~8 times) 920 - G4DeexPrecoParameters - extended Dump() prin << 597 - G4DeexPrecoParameters - extended Dump() printout; make new 921 data structure default 598 data structure default 922 - G4ExcitationHandler - moved Dump() printout 599 - G4ExcitationHandler - moved Dump() printout in Initialise() 923 method, print info if evaporation channels 600 method, print info if evaporation channels are changed; added 924 local data member to control verbosity lev 601 local data member to control verbosity level 925 - G4VEvaporation - added extra const access me 602 - G4VEvaporation - added extra const access method 926 - G4Evaporation - added data member to control << 603 - G4Evaporation - added data member to control verbosity level 927 - G4GammaTransition - in the case, when intern 604 - G4GammaTransition - in the case, when internal conversion data 928 are not filled but in sampling e- emission 605 are not filled but in sampling e- emission is selected, sample e- 929 with kinetic energy corresponding to trans 606 with kinetic energy corresponding to transition between nuclear 930 levels ignoring atomic effects 607 levels ignoring atomic effects 931 608 932 01 December 2016 Vladimir Ivanchenko (hadr-dee 609 01 December 2016 Vladimir Ivanchenko (hadr-deex-V10-02-69) 933 - G4KalbachCrossSection, G4NuclearLevelData, G 610 - G4KalbachCrossSection, G4NuclearLevelData, G4GammaTransition 934 Gunter Folger fixed use of std::sqrt 611 Gunter Folger fixed use of std::sqrt 935 - G4Evaporation - improved initialisation (mem 612 - G4Evaporation - improved initialisation (memory leak in QMD model) 936 - G4ExcitationHandler, G4NeutronRadCapture, G4 613 - G4ExcitationHandler, G4NeutronRadCapture, G4PhotonEvaporation 937 Use recent interface to GetIon() 614 Use recent interface to GetIon() 938 - G4LevelReader, G4NuclearLevelData, G4DeexPre << 615 - G4LevelReader, G4NuclearLevelData, G4DeexPrecoParameters - restored 939 possibility to read new data files 616 possibility to read new data files 940 617 941 24 November 2016 Vladimir Ivanchenko (hadr-dee 618 24 November 2016 Vladimir Ivanchenko (hadr-deex-V10-02-68) 942 - G4LevelReader - fixed read out of vector bou 619 - G4LevelReader - fixed read out of vector boundary 943 620 944 24 November 2016 Vladimir Ivanchenko (hadr-dee 621 24 November 2016 Vladimir Ivanchenko (hadr-deex-V10-02-67) 945 - G4LevelReader - added protection from the ta 622 - G4LevelReader - added protection from the tag hadr-deex-V10-02-58 946 - G4PhotonEvaporation - fixed crash in test30 623 - G4PhotonEvaporation - fixed crash in test30 947 624 948 23 November 2016 Vladimir Ivanchenko (hadr-dee 625 23 November 2016 Vladimir Ivanchenko (hadr-deex-V10-02-66) 949 - G4LevelReader, G4NuclearLevelData - rolled b << 626 - G4LevelReader, G4NuclearLevelData - rolled back to ref-10 950 (hadr-deex-V10-02-53) 627 (hadr-deex-V10-02-53) 951 - G4PhotonEveporation return back floating lev << 628 - G4PhotonEveporation return back floating level treatment from the 952 same tag 629 same tag 953 630 954 22 November 2016 Vladimir Ivanchenko (hadr-dee 631 22 November 2016 Vladimir Ivanchenko (hadr-deex-V10-02-65) 955 - G4LevelReader - minor reduction of total mem 632 - G4LevelReader - minor reduction of total memory and optimisation 956 of reading 633 of reading 957 634 958 21 November 2016 Vladimir Ivanchenko (hadr-dee 635 21 November 2016 Vladimir Ivanchenko (hadr-deex-V10-02-64) 959 - G4LevelReader - trying to optimise reading 636 - G4LevelReader - trying to optimise reading 960 637 961 21 November 2016 Vladimir Ivanchenko (hadr-dee 638 21 November 2016 Vladimir Ivanchenko (hadr-deex-V10-02-63) 962 - G4LevelReader - fixed memory leak; revert me 639 - G4LevelReader - fixed memory leak; revert method of file reading to 963 cand00 640 cand00 964 641 965 18 November 2016 Vladimir Ivanchenko (hadr-dee 642 18 November 2016 Vladimir Ivanchenko (hadr-deex-V10-02-62) 966 - G4PhotonEvaporation - reduced number of uplo 643 - G4PhotonEvaporation - reduced number of uploaded files 967 - G4DeexPrecoParameters - extended initialisat 644 - G4DeexPrecoParameters - extended initialisation printout 968 - G4LevelReader - an attempt to reduce IO 645 - G4LevelReader - an attempt to reduce IO 969 646 970 17 November 2016 Vladimir Ivanchenko (hadr-dee 647 17 November 2016 Vladimir Ivanchenko (hadr-deex-V10-02-61) 971 - G4PhotonEvaporation - fixed initialisation o << 648 - G4PhotonEvaporation - fixed initialisation of time limit for 972 meta-stable isomeres 649 meta-stable isomeres 973 - G4DeexPrecoParameters - added printout of th 650 - G4DeexPrecoParameters - added printout of this time limit 974 651 975 16 November 2016 Vladimir Ivanchenko (hadr-dee 652 16 November 2016 Vladimir Ivanchenko (hadr-deex-V10-02-60) 976 16 November 2016 Vladimir Ivanchenko (hadr-dee 653 16 November 2016 Vladimir Ivanchenko (hadr-deex-V10-02-59) 977 - G4PhotonEvaporation - fixed sampling of cont 654 - G4PhotonEvaporation - fixed sampling of continues gamma emission 978 - G4NuclearLevelData, G4LevelReader, G4DeexPre 655 - G4NuclearLevelData, G4LevelReader, G4DeexPrecoParameters - added option 979 allowing to skip reading levels not used f 656 allowing to skip reading levels not used for gamma de-excitation 980 - G4FermiBreakUpVI, G4FermiFragmentsPoolVI - s 657 - G4FermiBreakUpVI, G4FermiFragmentsPoolVI - simplified run time 981 applicability check 658 applicability check 982 659 983 08 November 2016 Vladimir Ivanchenko (hadr-dee 660 08 November 2016 Vladimir Ivanchenko (hadr-deex-V10-02-58) 984 - G4LevelReader - added protections for broken 661 - G4LevelReader - added protections for broken data files 985 662 986 05 November 2016 Vladimir Ivanchenko (hadr-dee 663 05 November 2016 Vladimir Ivanchenko (hadr-deex-V10-02-57) 987 - G4PhotonEvaporation, G4GammaTransition, G4Po 664 - G4PhotonEvaporation, G4GammaTransition, G4PolarizedGammaTransition 988 added sampling of correlated gamma emissio << 665 added sampling of correlated gamma emission 989 666 990 04 November 2016 Vladimir Ivanchenko (hadr-dee 667 04 November 2016 Vladimir Ivanchenko (hadr-deex-V10-02-56) 991 - G4LevelReader - fixed compillation warning 668 - G4LevelReader - fixed compillation warning 992 669 993 03 November 2016 Vladimir Ivanchenko (hadr-dee 670 03 November 2016 Vladimir Ivanchenko (hadr-deex-V10-02-55) 994 - G4FermiFragmentsPoolVI - reduced elim from 3 671 - G4FermiFragmentsPoolVI - reduced elim from 30 MeV to 20 MeV 995 - G4PhotonEvaporation - set verbosity to zero 672 - G4PhotonEvaporation - set verbosity to zero 996 673 997 02 November 2016 Vladimir Ivanchenko (hadr-dee 674 02 November 2016 Vladimir Ivanchenko (hadr-deex-V10-02-54) 998 - G4ExcitationHandler, G4DeexPrecoParameters, 675 - G4ExcitationHandler, G4DeexPrecoParameters, G4FermiFragmentsPoolVI, 999 G4GEMChannelVI, G4LevelManager, G4NucLevel, 676 G4GEMChannelVI, G4LevelManager, G4NucLevel, G4NuclearLevelData, 1000 G4GammaTransition, G4PolarizedGammaTransiti 677 G4GammaTransition, G4PolarizedGammaTransition, G4PhotonEvaporation 1001 - migration to the new structure of gamma 678 - migration to the new structure of gamma level DB, added 1002 full interface for correlated gamma emi 679 full interface for correlated gamma emission simulation 1003 680 1004 22 October 2016 Vladimir Ivanchenko (hadr-dee 681 22 October 2016 Vladimir Ivanchenko (hadr-deex-V10-02-53) 1005 - G4EvaporationProbability, G4KalbachCrossSec 682 - G4EvaporationProbability, G4KalbachCrossSection - minor performance 1006 improvement 683 improvement 1007 684 1008 21 October 2016 Vladimir Ivanchenko (hadr-dee 685 21 October 2016 Vladimir Ivanchenko (hadr-deex-V10-02-52) 1009 - G4Evaporation, G4EvaporationChannel, G4Evap << 686 - G4Evaporation, G4EvaporationChannel, G4EvaporationProbability - tuned 1010 protons/light ions probabilities, more ac 687 protons/light ions probabilities, more accurate intergration 1011 - G4FermiFragment, G4CoulombBarrier, G4VCoulo 688 - G4FermiFragment, G4CoulombBarrier, G4VCoulombBarrier - tuned for 1012 for evaporation 689 for evaporation 1013 690 1014 19 October 2016 Vladimir Ivanchenko (hadr-dee 691 19 October 2016 Vladimir Ivanchenko (hadr-deex-V10-02-51) 1015 - G4DeexPrecoParameters, G4NuclearLevelData, 692 - G4DeexPrecoParameters, G4NuclearLevelData, G4LevelManager, 1016 G4LevelReader, G4NucLevel - added optional << 693 G4LevelReader, G4NucLevel - added optional reading of the 1017 G4LEVELGAMMADATA4.0 extended data which i << 694 G4LEVELGAMMADATA4.0 extended data which includes full 1018 information on level and transition angul 695 information on level and transition angular momentum and parity; 1019 full description of floating levels; by d << 696 full description of floating levels; by default old files are 1020 downloaded; to enable new reading method << 697 downloaded; to enable new reading method a flag should be change 1021 inside G4DeexPrecoParameters 698 inside G4DeexPrecoParameters 1022 - In number of classes G4Pow pointer identifi 699 - In number of classes G4Pow pointer identificator is changed from 1023 g4pow to g4calc 700 g4pow to g4calc 1024 701 1025 12 October 2016 Vladimir Ivanchenko (hadr-dee 702 12 October 2016 Vladimir Ivanchenko (hadr-deex-V10-02-50) 1026 - G4EvaporationProbability - fixed non-reprod 703 - G4EvaporationProbability - fixed non-reproducibility 1027 704 1028 11 October 2016 Vladimir Ivanchenko (hadr-dee 705 11 October 2016 Vladimir Ivanchenko (hadr-deex-V10-02-49) 1029 - G4ChatterjeeCrossSection, G4KalbachCrossSec << 706 - G4ChatterjeeCrossSection, G4KalbachCrossSection - use Coulomb 1030 barrier from standard parametersation ins 707 barrier from standard parametersation instead of hard-coded one 1031 in computation of probability of a fragme 708 in computation of probability of a fragment emission; 1032 improved neutron cross section parameteri 709 improved neutron cross section parameterisation below 0.5 MeV 1033 - G4EvaporationChannel, G4EvaporationProbabil << 710 - G4EvaporationChannel, G4EvaporationProbability, 1034 G4AlphaEvaporationProbability - fixed usage 711 G4AlphaEvaporationProbability - fixed usage of the Coulomb barrier 1035 712 1036 05 October 2016 Vladimir Ivanchenko (hadr-dee 713 05 October 2016 Vladimir Ivanchenko (hadr-deex-V10-02-47) 1037 - G4EvaporationChannel, G4UnstableFragmentBre 714 - G4EvaporationChannel, G4UnstableFragmentBreakUp - sample a decay 1038 differently if the residual nucleus is n, << 715 differently if the residual nucleus is n, p, d, t, He3, He4; 1039 this happens if excitation of an initial 716 this happens if excitation of an initial fragment is high 1040 - G4UnstableFragmentBreakUp - this class help << 717 - G4UnstableFragmentBreakUp - this class helps to decay exotic states 1041 which has zero probability to be de-excit 718 which has zero probability to be de-excited via any of normal 1042 decay; now residual nucleus is check and << 719 decay; now residual nucleus is check and if it has gamma level 1043 data the decay chain is continued by norm 720 data the decay chain is continued by normal decays 1044 721 1045 10 August 2016 Vladimir Ivanchenko (hadr-deex 722 10 August 2016 Vladimir Ivanchenko (hadr-deex-V10-02-44) 1046 04 August 2016 Vladimir Ivanchenko (hadr-deex 723 04 August 2016 Vladimir Ivanchenko (hadr-deex-V10-02-43) 1047 - G4ExcitationHandler, G4Evaporation, G4DeexP 724 - G4ExcitationHandler, G4Evaporation, G4DeexPrecoParameters - 1048 Improved names and initialisation of set 725 Improved names and initialisation of set of deexcitation channels 1049 726 1050 02 August 2016 Vladimir Ivanchenko (hadr-deex 727 02 August 2016 Vladimir Ivanchenko (hadr-deex-V10-02-42) 1051 - G4GEMChannelVI - new GEM model 728 - G4GEMChannelVI - new GEM model 1052 - G4EvaporationGEMFactoryVI - usage of the ne 729 - G4EvaporationGEMFactoryVI - usage of the new GEM model 1053 730 1054 27 July 2016 Vladimir Ivanchenko (hadr-deex-V 731 27 July 2016 Vladimir Ivanchenko (hadr-deex-V10-02-41) 1055 - G4VEvaporationChannel, G4Evaporation, G4Uns 732 - G4VEvaporationChannel, G4Evaporation, G4UnstableFragmentBreakUp 1056 - implemented improved mechanism of decay 733 - implemented improved mechanism of decay of exotic fragments 1057 by G4Evaporation (exotic means very bia 734 by G4Evaporation (exotic means very biased number of protons 1058 and neutrons) 735 and neutrons) 1059 736 1060 25 July 2016 Vladimir Ivanchenko (hadr-deex-V 737 25 July 2016 Vladimir Ivanchenko (hadr-deex-V10-02-40) 1061 - G4PhotonEvaporationOLD and all associated c 738 - G4PhotonEvaporationOLD and all associated classes are removed 1062 - G4VEvaporationChannel, G4VEvaporation, G4VF 739 - G4VEvaporationChannel, G4VEvaporation, G4VFermiBreakUp - removed 1063 obsolete interfaces , also in derived cla << 740 obsolete interfaces , also in derived classes 1064 22 July 2016 Vladimir Ivanchenko (hadr-deex-V 741 22 July 2016 Vladimir Ivanchenko (hadr-deex-V10-02-39) 1065 - G4FermiBreakUpVI, G4FermiBreakUp - initiali << 742 - G4FermiBreakUpVI, G4FermiBreakUp - initialisation of pools 1066 at construction and deletion in the maste << 743 at construction and deletion in the master thread 1067 22 July 2016 Vladimir Ivanchenko (hadr-deex-V 744 22 July 2016 Vladimir Ivanchenko (hadr-deex-V10-02-36) 1068 - G4FermiBreakUpVI, G4FermiChannels, G4FermiD 745 - G4FermiBreakUpVI, G4FermiChannels, G4FermiDecayProbability, 1069 G4FermiFragment, G4FermiFragmentsPoolVI - c 746 G4FermiFragment, G4FermiFragmentsPoolVI - cleanup and tune of 1070 the new Fermi BreakUp model 747 the new Fermi BreakUp model 1071 - G4ExcitationHandler, G4Evaporation - enable 748 - G4ExcitationHandler, G4Evaporation - enable new model by default 1072 749 1073 18 July 2016 Vladimir Ivanchenko (hadr-deex-V 750 18 July 2016 Vladimir Ivanchenko (hadr-deex-V10-02-35) 1074 17 July 2016 Vladimir Ivanchenko (hadr-deex-V 751 17 July 2016 Vladimir Ivanchenko (hadr-deex-V10-02-32) 1075 - G4FermiBreakUpVI, G4FermiFragmentsPoolVI, G 752 - G4FermiBreakUpVI, G4FermiFragmentsPoolVI, G4FermiPair, G4FermiFragment, 1076 G4FermiDecayProbability, G4FermiChannels - << 753 G4FermiDecayProbability, G4FermiChannels - added new classes for the 1077 new Fermi BreakUp model fully based on nucl 754 new Fermi BreakUp model fully based on nuclear level structure DB, 1078 this new mode is not yet used in any physic << 755 this new mode is not yet used in any physics list 1079 756 1080 30 June 2016 Makoto Asai (hadr-deex-V10-02-31 757 30 June 2016 Makoto Asai (hadr-deex-V10-02-31) 1081 - Protect G4DeexPrecoParameters::Dump() to pr 758 - Protect G4DeexPrecoParameters::Dump() to print the parapeters only 1082 in the master thread. 759 in the master thread. 1083 760 1084 16 June 2016 Vladimir Ivanchenko (hadr-deex-V 761 16 June 2016 Vladimir Ivanchenko (hadr-deex-V10-02-30) 1085 - G4PhotonEvaporation - removed debug cout 762 - G4PhotonEvaporation - removed debug cout 1086 763 1087 09 June 2016 Vladimir Ivanchenko (hadr-deex-V 764 09 June 2016 Vladimir Ivanchenko (hadr-deex-V10-02-29) 1088 - G4DeexPrecoParameters, G4NuclearLevelData, 765 - G4DeexPrecoParameters, G4NuclearLevelData, G4ExcitationHandler, 1089 G4PhotonEvaporation - fixed initialisation << 766 G4PhotonEvaporation - fixed initialisation in MT mode if PhysicsList 1090 has only radioactive decay 767 has only radioactive decay 1091 768 1092 09 June 2016 Vladimir Ivanchenko (hadr-deex-V 769 09 June 2016 Vladimir Ivanchenko (hadr-deex-V10-02-28) 1093 - G4PhotonEvaporation - fix initialisation, i 770 - G4PhotonEvaporation - fix initialisation, in the case of the 1094 radioactive decay initialisation was inco 771 radioactive decay initialisation was incomplete, no effect on 1095 hadron inelastic << 772 hadron inelastic 1096 773 1097 24 May 2016 Vladimir Ivanchenko (hadr-deex-V1 774 24 May 2016 Vladimir Ivanchenko (hadr-deex-V10-02-27) 1098 - Fixed compillation problems of the previous 775 - Fixed compillation problems of the previous tag 1099 - Removed specific GEMCoulombBarrier classes << 776 - Removed specific GEMCoulombBarrier classes per ion 1100 777 1101 23 May 2016 Vladimir Ivanchenko (hadr-deex-V1 778 23 May 2016 Vladimir Ivanchenko (hadr-deex-V10-02-26) 1102 - G4ExcitationHandler - removed G4Exception w << 779 - G4ExcitationHandler - removed G4Exception when MF model is called, 1103 instead increase default limit on excitat << 780 instead increase default limit on excitation energy per nucleon 1104 to 100GeV 781 to 100GeV 1105 - Clean-up CoulombBarrier classes 782 - Clean-up CoulombBarrier classes 1106 - Clean-up FermiFragment classes << 783 - Clean-up FermiFragment classes 1107 784 1108 17 May 2016 Vladimir Ivanchenko (hadr-deex-V1 785 17 May 2016 Vladimir Ivanchenko (hadr-deex-V10-02-25) 1109 - G4ExcitationHandler - fixed crash at destru << 786 - G4ExcitationHandler - fixed crash at destruction introduced in the 1110 previous tag 787 previous tag 1111 788 1112 17 May 2016 Vladimir Ivanchenko (hadr-deex-V1 789 17 May 2016 Vladimir Ivanchenko (hadr-deex-V10-02-24) 1113 - G4ExcitationHandler - allowing addition of << 790 - G4ExcitationHandler - allowing addition of new evaporation or 1114 FermiBreakUp models after the initialisat 791 FermiBreakUp models after the initialisation of the handler 1115 - G4Evaporation - allowing change of the chan << 792 - G4Evaporation - allowing change of the channel factory after 1116 initialisation 793 initialisation 1117 794 1118 13 May 2016 Vladimir Ivanchenko (hadr-deex-V1 795 13 May 2016 Vladimir Ivanchenko (hadr-deex-V10-02-23) 1119 - G4KalbachCrossSection - more smooth inverse << 796 - G4KalbachCrossSection - more smooth inverse cross section for 1120 transitions of high enegry 797 transitions of high enegry 1121 - G4EvaporationProbability - use the same sam << 798 - G4EvaporationProbability - use the same sampling algorithm as 1122 in the pre-compound model (do not interpo 799 in the pre-compound model (do not interpolate probability) 1123 800 1124 07 May 2016 Vladimir Ivanchenko (hadr-deex-V1 801 07 May 2016 Vladimir Ivanchenko (hadr-deex-V10-02-22) 1125 06 May 2016 Vladimir Ivanchenko (hadr-deex-V1 802 06 May 2016 Vladimir Ivanchenko (hadr-deex-V10-02-21) 1126 - G4DeexPrecoParameters, Evaporation - use de 803 - G4DeexPrecoParameters, Evaporation - use default channel factory 1127 - G4NuclearLevelData, G4LevelManager - added 804 - G4NuclearLevelData, G4LevelManager - added method to access low-edge 1128 levels 805 levels 1129 - G4EvaporationProbability - more detailed gr 806 - G4EvaporationProbability - more detailed grid for probabilities 1130 - G4NeutronRadCapture - added initialisation 807 - G4NeutronRadCapture - added initialisation of G4PhotonEvaporation 1131 808 1132 02 May 2016 Vladimir Ivanchenko (hadr-deex-V1 809 02 May 2016 Vladimir Ivanchenko (hadr-deex-V10-02-20) 1133 - G4DeexPrecoParameters - fixed Coverity warn 810 - G4DeexPrecoParameters - fixed Coverity warning 1134 - G4VEvaporation, G4Evaporation, G4VFermiBrea 811 - G4VEvaporation, G4Evaporation, G4VFermiBreakUp, G4FermiBreakUp, 1135 G4PhotonEvaporation, G4ExcitationHandler - 812 G4PhotonEvaporation, G4ExcitationHandler - cleanup initialisation, 1136 added G4VFermiBreakUp pure virtual method 813 added G4VFermiBreakUp pure virtual methods allowing to have 1137 alternative models 814 alternative models 1138 815 1139 27 Apr 2016 Vladimir Ivanchenko (hadr-deex-V1 816 27 Apr 2016 Vladimir Ivanchenko (hadr-deex-V10-02-17) 1140 - code cleanup - many minor changes 817 - code cleanup - many minor changes 1141 818 1142 19 Apr 2016 Vladimir Ivanchenko (hadr-deex-V1 819 19 Apr 2016 Vladimir Ivanchenko (hadr-deex-V10-02-16) 1143 - G4EvaporationChannel - fixed division by ze 820 - G4EvaporationChannel - fixed division by zero due to previous tags 1144 821 1145 19 Apr 2016 Vladimir Ivanchenko (hadr-deex-V1 822 19 Apr 2016 Vladimir Ivanchenko (hadr-deex-V10-02-15) 1146 - G4ExcitationHandler - fix previous tag for 823 - G4ExcitationHandler - fix previous tag for model level tests 1147 824 1148 19 Apr 2016 Vladimir Ivanchenko (hadr-deex-V1 825 19 Apr 2016 Vladimir Ivanchenko (hadr-deex-V10-02-14) 1149 - G4ExcitationHandler, G4DeexPrecoParameters, 826 - G4ExcitationHandler, G4DeexPrecoParameters, G4NeutronRadCapture - 1150 full migration to G4DeexPrecoParameters 827 full migration to G4DeexPrecoParameters 1151 828 1152 15 Apr 2016 Vladimir Ivanchenko (hadr-deex-V1 829 15 Apr 2016 Vladimir Ivanchenko (hadr-deex-V10-02-13) 1153 - G4DeexPrecoParameters - added de-excitation 830 - G4DeexPrecoParameters - added de-excitation parameters; 1154 allow to change parameters only from the << 831 allow to change parameters only from the master thread 1155 and only at PreInit or Idle states << 832 and only at PreInit or Idle states 1156 - G4LevelReader, G4VEvaporationChannel, G4Lev << 833 - G4LevelReader, G4VEvaporationChannel, G4LevelReader, 1157 G4ExcitationHandler - removed commented lin << 834 G4ExcitationHandler - removed commented lines, removed empty 1158 descructors 835 descructors 1159 836 1160 11 Apr 2016 Vladimir Ivanchenko (hadr-deex-V1 837 11 Apr 2016 Vladimir Ivanchenko (hadr-deex-V10-02-12) 1161 - G4DeexPrecoParameters - added full list of << 838 - G4DeexPrecoParameters - added full list of pre-coumpound 1162 parameters and extra de-excitation parame 839 parameters and extra de-excitation parameters 1163 - in many headers added c++11 keywords 840 - in many headers added c++11 keywords 1164 841 1165 08 Apr 2016 Vladimir Ivanchenko (hadr-deex-V1 842 08 Apr 2016 Vladimir Ivanchenko (hadr-deex-V10-02-11) 1166 07 Apr 2016 Vladimir Ivanchenko (hadr-deex-V1 843 07 Apr 2016 Vladimir Ivanchenko (hadr-deex-V10-02-10) 1167 --------------------------------------------- 844 ---------------------------------------------------------- 1168 - G4DeexPrecoParameters - renamed G4DeexParam 845 - G4DeexPrecoParameters - renamed G4DeexParameters class and updated 1169 list of parameters << 846 list of parameters 1170 - G4ExcitationHandler, G4EvaporationChannel, 847 - G4ExcitationHandler, G4EvaporationChannel, G4EvaporationProbability 1171 use G4DeexPrecoParameters for initialisat 848 use G4DeexPrecoParameters for initialisation; initialisation 1172 is done ones at the first event 849 is done ones at the first event 1173 - G4NucLevel, G4LevelManager, G4LevelReader, << 850 - G4NucLevel, G4LevelManager, G4LevelReader, G4PhotonEvaporation - 1174 changed data structure for the transition << 851 changed data structure for the transition data: instead of final 1175 energy, index of final level, added multi << 852 energy, index of final level, added multipolarity of the transition. 1176 This will allow corellated gamma emission << 853 This will allow corellated gamma emission 1177 - G4EvaporationChannel, G4EvaporationProbabil << 854 - G4EvaporationChannel, G4EvaporationProbability - improved 1178 initialisation of run time members 855 initialisation of run time members 1179 - G4NuclearLevelData - improved FindLevel met 856 - G4NuclearLevelData - improved FindLevel method 1180 857 1181 30 Mar 2016 Vladimir Ivanchenko (hadr-deex-V1 858 30 Mar 2016 Vladimir Ivanchenko (hadr-deex-V10-02-09) 1182 --------------------------------------------- 859 ---------------------------------------------------------- 1183 - G4NuclearLevelData - added method FindLevel 860 - G4NuclearLevelData - added method FindLevel allowing to find discrete 1184 level for any consumer model 861 level for any consumer model 1185 - G4EvaporationProbability - fixed bug in com << 862 - G4EvaporationProbability - fixed bug in computation of probability 1186 density function; use this new method Fin 863 density function; use this new method FindLevel when sample kinetic 1187 energy of emitted particles; change inter 864 energy of emitted particles; change interface for sampling method 1188 - G4EvaporationChannel - used changed interfa 865 - G4EvaporationChannel - used changed interface to the sampling of energy 1189 866 1190 22 Mar 2016 Vladimir Ivanchenko (hadr-deex-V1 867 22 Mar 2016 Vladimir Ivanchenko (hadr-deex-V10-02-08) 1191 --------------------------------------------- 868 ---------------------------------------------------------- 1192 - G4ExcitationHandler - improved warning prin << 869 - G4ExcitationHandler - improved warning printout for the high 1193 energy excitation << 870 energy excitation 1194 - G4EvaporationChannel, G4EvaporationProbabil 871 - G4EvaporationChannel, G4EvaporationProbability - fixed kinematics 1195 and added discrete excitation energy for 872 and added discrete excitation energy for the residual fragment 1196 if the excitation is below max known leve << 873 if the excitation is below max known level energy 1197 - G4DeexParameters, G4NuclearLevelData - adde << 874 - G4DeexParameters, G4NuclearLevelData - added new class for parameters 1198 875 1199 07 Mar 2016 Vladimir Ivanchenko (hadr-deex-V1 876 07 Mar 2016 Vladimir Ivanchenko (hadr-deex-V10-02-07) 1200 --------------------------------------------- 877 ---------------------------------------------------------- 1201 - G4LevelManager, G4NucLevel - asserts are su 878 - G4LevelManager, G4NucLevel - asserts are substituted by G4Exception 1202 - G4NuclearLevelData - extra methods are adde << 879 - G4NuclearLevelData - extra methods are added allowing to acess the 1203 max level energy per isotope in level DB 880 max level energy per isotope in level DB 1204 - G4ExcitationHandler - added warning for sup 881 - G4ExcitationHandler - added warning for super excited fragments 1205 882 1206 01 Mar 2016 Vladimir Ivanchenko (hadr-deex-V1 883 01 Mar 2016 Vladimir Ivanchenko (hadr-deex-V10-02-06) 1207 --------------------------------------------- 884 ---------------------------------------------------------- 1208 - G4PhotonEvaporation - fixed final energy in 885 - G4PhotonEvaporation - fixed final energy in the case of X-level 1209 - G4ExcitationHandler - subsituted usage of i 886 - G4ExcitationHandler - subsituted usage of iterators by simple 1210 loop; add exception for the case of infin 887 loop; add exception for the case of infinite loop of 1211 evaporation 888 evaporation 1212 Both fixes address the problem report #1837 889 Both fixes address the problem report #1837 1213 890 1214 12 Feb 2016 Vladimir Ivanchenko (hadr-deex-V1 891 12 Feb 2016 Vladimir Ivanchenko (hadr-deex-V10-02-05) 1215 --------------------------------------------- 892 ---------------------------------------------------------- 1216 - remove debug printout 893 - remove debug printout 1217 894 1218 12 Feb 2016 Vladimir Ivanchenko (hadr-deex-V1 895 12 Feb 2016 Vladimir Ivanchenko (hadr-deex-V10-02-04) 1219 --------------------------------------------- 896 ---------------------------------------------------------- 1220 - G4PhotonEvaporation, G4LevelReader, G4NucLe 897 - G4PhotonEvaporation, G4LevelReader, G4NucLevel - fixed treatment 1221 of X-levels (meta-stable nuclear levels w 898 of X-levels (meta-stable nuclear levels which have forbidden 1222 gamma transition but opened beta-transiti 899 gamma transition but opened beta-transitions); this fix excludes 1223 creation of very low-energy fake gamma an 900 creation of very low-energy fake gamma and provides a correct 1224 nuclear decay sequence << 901 nuclear decay sequence 1225 902 1226 20 Jan 2016 Vladimir Ivanchenko (hadr-deex-V1 903 20 Jan 2016 Vladimir Ivanchenko (hadr-deex-V10-02-03) 1227 --------------------------------------------- 904 ---------------------------------------------------------- 1228 - G4PhotonEvaporation, G4LevelManager - fixed << 905 - G4PhotonEvaporation, G4LevelManager - fixed one non-reproducibility 1229 of the recent tag and also hidden rare ol << 906 of the recent tag and also hidden rare old non-reproducibilty case 1230 907 1231 19 Jan 2016 Vladimir Ivanchenko (hadr-deex-V1 908 19 Jan 2016 Vladimir Ivanchenko (hadr-deex-V10-02-02) 1232 --------------------------------------------- 909 ---------------------------------------------------------- 1233 - G4PhotonEvaporation, G4LevelManager, G4Leve 910 - G4PhotonEvaporation, G4LevelManager, G4LevelReader, G4NuclearLevelData 1234 fixed remaining cases of production of ex 911 fixed remaining cases of production of excited stated (bug #1806) 1235 912 1236 29 Dec 2015 Vladimir Ivanchenko (hadr-deex-V1 913 29 Dec 2015 Vladimir Ivanchenko (hadr-deex-V10-02-01) 1237 --------------------------------------------- 914 ---------------------------------------------------------- 1238 - G4GammaTransition - add protection against << 915 - G4GammaTransition - add protection against rare problem in samling 1239 of internal conversion when transition en << 916 of internal conversion when transition energy is lower than atomic 1240 level energy: instead of stop of the casc << 917 level energy: instead of stop of the cascade set bound level 1241 energy to zero and produce final e-. This 918 energy to zero and produce final e-. This allowing to complete 1242 radioactive decay cascade (bug #1806) 919 radioactive decay cascade (bug #1806) 1243 920 1244 16 Dec 2015 Vladimir Ivanchenko (hadr-deex-V1 921 16 Dec 2015 Vladimir Ivanchenko (hadr-deex-V10-02-00) 1245 --------------------------------------------- 922 ---------------------------------------------------------- 1246 - G4PhotonEvaporation - set limit on emitted << 923 - G4PhotonEvaporation - set limit on emitted gamma energy 0.1 keV 1247 (was 10 keV) << 924 (was 10 keV) 1248 925 1249 20 Nov 2015 Vladimir Ivanchenko (hadr-deex-V1 926 20 Nov 2015 Vladimir Ivanchenko (hadr-deex-V10-01-63) 1250 --------------------------------------------- 927 ---------------------------------------------------------- 1251 - G4NuclearLevelData - protect G4MUTEXLOCK by 928 - G4NuclearLevelData - protect G4MUTEXLOCK by ifdef statement, 1252 so the lock is not used in sequential mod << 929 so the lock is not used in sequential mode 1253 930 1254 18 Nov 2015 Vladimir Ivanchenko (hadr-deex-V1 931 18 Nov 2015 Vladimir Ivanchenko (hadr-deex-V10-01-62) 1255 --------------------------------------------- 932 ---------------------------------------------------------- 1256 - G4PhotonEvaporation - fixed non-reproducibi 933 - G4PhotonEvaporation - fixed non-reproducibility from previous tag 1257 934 1258 18 Nov 2015 Vladimir Ivanchenko (hadr-deex-V1 935 18 Nov 2015 Vladimir Ivanchenko (hadr-deex-V10-01-61) 1259 --------------------------------------------- 936 ---------------------------------------------------------- 1260 - G4PhotonEvaporation - computation of probab 937 - G4PhotonEvaporation - computation of probability of gamma emission 1261 does not use level data information (and 938 does not use level data information (and not require upload files); 1262 this reduce CPU used by de-excitation mod 939 this reduce CPU used by de-excitation module, should not 1263 affect results << 940 affect results 1264 941 1265 13 Nov 2015 Vladimir Ivanchenko (hadr-deex-V1 942 13 Nov 2015 Vladimir Ivanchenko (hadr-deex-V10-01-60) 1266 --------------------------------------------- 943 ---------------------------------------------------------- 1267 - G4PhotonEvaporation, G4LevelReader, G4Level 944 - G4PhotonEvaporation, G4LevelReader, G4LevelManager - more 1268 accurate use of G4float, make explicit co 945 accurate use of G4float, make explicit conversion to G4double 1269 when needed, use float const for initiali 946 when needed, use float const for initialisation of float 1270 947 1271 13 Nov 2015 Vladimir Ivanchenko (hadr-deex-V1 948 13 Nov 2015 Vladimir Ivanchenko (hadr-deex-V10-01-59) 1272 --------------------------------------------- 949 ---------------------------------------------------------- 1273 - G4ExcitationHandler - increase limit for Mu 950 - G4ExcitationHandler - increase limit for MultiFragmentation 1274 model from 4 to 400 GeV, so rare cases wh 951 model from 4 to 400 GeV, so rare cases when a fragment with 1275 very high excitation is sent to the de-ex 952 very high excitation is sent to the de-excitation module do 1276 not treated with this model 953 not treated with this model 1277 954 1278 12 Nov 2015 Vladimir Ivanchenko (hadr-deex-V1 955 12 Nov 2015 Vladimir Ivanchenko (hadr-deex-V10-01-58) 1279 --------------------------------------------- 956 ---------------------------------------------------------- 1280 - G4PhotonEvaporation - fixed relatively rare 957 - G4PhotonEvaporation - fixed relatively rare non-reproducibility 1281 in due to problem in sampling of continue 958 in due to problem in sampling of continues transitions 1282 959 1283 11 Nov 2015 Vladimir Ivanchenko (hadr-deex-V1 960 11 Nov 2015 Vladimir Ivanchenko (hadr-deex-V10-01-57) 1284 --------------------------------------------- 961 ---------------------------------------------------------- 1285 - G4GammaTransition, G4PolarizedGammaTransiti << 962 - G4GammaTransition, G4PolarizedGammaTransition added protection 1286 against wrong shell index 963 against wrong shell index 1287 964 1288 10 Nov 2015 Vladimir Ivanchenko (hadr-deex-V1 965 10 Nov 2015 Vladimir Ivanchenko (hadr-deex-V10-01-56) 1289 --------------------------------------------- 966 ---------------------------------------------------------- 1290 - G4PhotonEvaporation, G4GammaTransition, G4P << 967 - G4PhotonEvaporation, G4GammaTransition, G4PolarizedGammaTransition 1291 added protection against fragments with Z 968 added protection against fragments with Z > 100 1292 969 1293 06 Nov 2015 Vladimir Ivanchenko (hadr-deex-V1 970 06 Nov 2015 Vladimir Ivanchenko (hadr-deex-V10-01-55) 1294 --------------------------------------------- 971 ---------------------------------------------------------- 1295 - G4PhotonEvaporation - added prototype of ga 972 - G4PhotonEvaporation - added prototype of gamma transition 1296 class with correlated gamma emission << 973 class with correlated gamma emission 1297 974 1298 05 Nov 2015 Gabriele Cosmo (hadr-deex-V10-01- 975 05 Nov 2015 Gabriele Cosmo (hadr-deex-V10-01-54) 1299 --------------------------------------------- 976 ---------------------------------------------------------- 1300 - Replaced use of variable 'L' in G4LevelRead 977 - Replaced use of variable 'L' in G4LevelReader.cc and 1301 G4PolarizationTransition to avoid shadowing 978 G4PolarizationTransition to avoid shadowing of new volumetric units. 1302 979 1303 05 Nov 2015 Vladimir Ivanchenko (hadr-deex-V1 980 05 Nov 2015 Vladimir Ivanchenko (hadr-deex-V10-01-53) 1304 --------------------------------------------- 981 ---------------------------------------------------------- 1305 - G4LevelReader, G4PhotonEvaporation, G4Gamma << 982 - G4LevelReader, G4PhotonEvaporation, G4GammaTransition - fixed 1306 level probabilities 983 level probabilities 1307 984 1308 04 Nov 2015 Vladimir Ivanchenko (hadr-deex-V1 985 04 Nov 2015 Vladimir Ivanchenko (hadr-deex-V10-01-52) 1309 --------------------------------------------- 986 ---------------------------------------------------------- 1310 - G4NuclearLevelData, G4LevelReader, G4LevelM 987 - G4NuclearLevelData, G4LevelReader, G4LevelManager, G4NucLevel - 1311 fixed non-reproducibility and several oth 988 fixed non-reproducibility and several other problems in these classes 1312 989 1313 03 Nov 2015 Vladimir Ivanchenko (hadr-deex-V1 990 03 Nov 2015 Vladimir Ivanchenko (hadr-deex-V10-01-51) 1314 --------------------------------------------- 991 ---------------------------------------------------------- 1315 - G4NuclearLevelData, G4LevelReader - cleanup 992 - G4NuclearLevelData, G4LevelReader - cleanup reading of the data; 1316 implement lazy initialisation per isotope 993 implement lazy initialisation per isotope (before data for all 1317 isotopes for a given Z were uploaded); th 994 isotopes for a given Z were uploaded); this should reduce 1318 run time memory << 995 run time memory 1319 996 1320 27 Oct 2015 Vladimir Ivanchenko (hadr-deex-V1 997 27 Oct 2015 Vladimir Ivanchenko (hadr-deex-V10-01-50) 1321 --------------------------------------------- 998 ---------------------------------------------------------- 1322 - G4LevelManager, G4PhotonEvaporation - fix n 999 - G4LevelManager, G4PhotonEvaporation - fix non-reproducibility 1323 1000 1324 22 Oct 2015 Vladimir Ivanchenko (hadr-deex-V1 1001 22 Oct 2015 Vladimir Ivanchenko (hadr-deex-V10-01-44) 1325 --------------------------------------------- 1002 ---------------------------------------------------------- 1326 - G4PhotonEvaporation is renamed to G4PhotonE << 1003 - G4PhotonEvaporation is renamed to G4PhotonEvaporationOLD, 1327 G4PromptPhotonEvaporation renamed to G4Phot 1004 G4PromptPhotonEvaporation renamed to G4PhotonEvaporation 1328 - G4PromptPhotonEvaporation - fixed gamma emi 1005 - G4PromptPhotonEvaporation - fixed gamma emission probability 1329 - G4Evaporation - enable G4PromptPhotonEvapor 1006 - G4Evaporation - enable G4PromptPhotonEvaporation by default 1330 - G4PolarizationTransition - removed all stat 1007 - G4PolarizationTransition - removed all static class members and method 1331 making the code thread safe 1008 making the code thread safe 1332 1009 1333 18 Oct 2015 Vladimir Ivanchenko (hadr-deex-V1 1010 18 Oct 2015 Vladimir Ivanchenko (hadr-deex-V10-01-43) 1334 --------------------------------------------- 1011 ---------------------------------------------------------- 1335 - G4PolarizationTransition - new class for co 1012 - G4PolarizationTransition - new class for correlated gamma emission 1336 provided by Jason Detwiler 1013 provided by Jason Detwiler 1337 - G4WilsonAblationModel - fixed Coverity repo 1014 - G4WilsonAblationModel - fixed Coverity report 1338 - G4VEvaporationChannel, G4VEvaporationChanne 1015 - G4VEvaporationChannel, G4VEvaporationChannel, G4LevelManager - 1339 provide extra method GetMaxLevelEnergy() 1016 provide extra method GetMaxLevelEnergy() needed for decay channels 1340 to distingwish continues and discrete exc 1017 to distingwish continues and discrete excitation states 1341 - G4PromptPhotonEvaporation - code cleanup 1018 - G4PromptPhotonEvaporation - code cleanup 1342 1019 1343 02 Sept 2015 Vladimir Ivanchenko (hadr-deex-V 1020 02 Sept 2015 Vladimir Ivanchenko (hadr-deex-V10-01-42) 1344 --------------------------------------------- 1021 ---------------------------------------------------------- 1345 - G4NeutronRadCapture, G4Evaporation - use ol 1022 - G4NeutronRadCapture, G4Evaporation - use old G4PhotonEvaporation 1346 by default 1023 by default 1347 1024 1348 01 Sept 2015 Vladimir Ivanchenko (hadr-deex-V 1025 01 Sept 2015 Vladimir Ivanchenko (hadr-deex-V10-01-41) 1349 --------------------------------------------- 1026 ---------------------------------------------------------- 1350 - G4NuclearLevelData - fixed lazy initialisat 1027 - G4NuclearLevelData - fixed lazy initialisation in MT mode 1351 1028 1352 01 Sept 2015 Vladimir Ivanchenko (hadr-deex-V 1029 01 Sept 2015 Vladimir Ivanchenko (hadr-deex-V10-01-40) 1353 --------------------------------------------- 1030 ---------------------------------------------------------- 1354 - G4VEvaporationChannel, G4LevelManager, G4Ev 1031 - G4VEvaporationChannel, G4LevelManager, G4EvaporationFactory, 1355 G4EvaporationDefaultGEMFactory, G4Evaporati 1032 G4EvaporationDefaultGEMFactory, G4EvaporationGEMFactory - added 1356 new method GetNearestLevel() providing an << 1033 new method GetNearestLevel() providing an access to the nuclear 1357 level data from any nuclear decay channel 1034 level data from any nuclear decay channel 1358 - G4PromptPhotonEvaporation - providing an im 1035 - G4PromptPhotonEvaporation - providing an implementation of 1359 GetNearestLevel(), several fixes on top o << 1036 GetNearestLevel(), several fixes on top of previous tags 1360 1037 1361 31 Aug 2015 Vladimir Ivanchenko (hadr-deex-V1 1038 31 Aug 2015 Vladimir Ivanchenko (hadr-deex-V10-01-39) 1362 --------------------------------------------- 1039 ---------------------------------------------------------- 1363 - G4WilsonAblationModel, G4NeutronRadCapture 1040 - G4WilsonAblationModel, G4NeutronRadCapture - complete migration 1364 to G4PromptPhotonEvaporation 1041 to G4PromptPhotonEvaporation 1365 1042 1366 31 Aug 2015 Vladimir Ivanchenko (hadr-deex-V1 1043 31 Aug 2015 Vladimir Ivanchenko (hadr-deex-V10-01-38) 1367 --------------------------------------------- 1044 ---------------------------------------------------------- 1368 - G4Evaporation - use G4PromptPhotonEvaporati 1045 - G4Evaporation - use G4PromptPhotonEvaporation by default, old 1369 G4PhotonEvaporation class is enabled via << 1046 G4PhotonEvaporation class is enabled via the environment 1370 variable G4UsePhotonEvaporation 1047 variable G4UsePhotonEvaporation 1371 - G4NuclearLevelData - removed debug cout 1048 - G4NuclearLevelData - removed debug cout 1372 1049 1373 19 Aug 2015 Vladimir Ivanchenko (hadr-deex-V1 1050 19 Aug 2015 Vladimir Ivanchenko (hadr-deex-V10-01-37) 1374 --------------------------------------------- 1051 ---------------------------------------------------------- 1375 - G4EvaporationProbability, G4StatMFChannel, 1052 - G4EvaporationProbability, G4StatMFChannel, G4StatMFMicroPartition 1376 added header Randomize.hh 1053 added header Randomize.hh 1377 1054 1378 17 Aug 2015 Vladimir Ivanchenko (hadr-deex-V1 1055 17 Aug 2015 Vladimir Ivanchenko (hadr-deex-V10-01-36) 1379 --------------------------------------------- 1056 ---------------------------------------------------------- 1380 - G4Evaporation - access random engine before 1057 - G4Evaporation - access random engine before the loop 1381 - G4FermiPhaseSpaceDecay - removed obsolete m << 1058 - G4FermiPhaseSpaceDecay - removed obsolete method to sample N-body 1382 decay and left only Kopylov one 1059 decay and left only Kopylov one 1383 - G4PromptPhotonEvaporation - add extra metho 1060 - G4PromptPhotonEvaporation - add extra methods to compute probability 1384 and to sample final states for continium ga << 1061 and to sample final states for continium gamma emission 1385 1062 1386 13 Aug 2015 Gabriele Cosmo (hadr-deex-V10-01- 1063 13 Aug 2015 Gabriele Cosmo (hadr-deex-V10-01-35) 1387 --------------------------------------------- 1064 ---------------------------------------------------------- 1388 - Fixed compilation on Windows; added inclusi 1065 - Fixed compilation on Windows; added inclusion of <functional> 1389 to G4FermiPhaseSpaceDecay.cc for definition 1066 to G4FermiPhaseSpaceDecay.cc for definition of std::bind2nd(). 1390 1067 1391 07 Aug 2015 Vladimir Ivanchenko (hadr-deex-V1 1068 07 Aug 2015 Vladimir Ivanchenko (hadr-deex-V10-01-34) 1392 --------------------------------------------- 1069 ---------------------------------------------------------- 1393 - G4VGammaDeexcitation, G4PhotonEvaporation, 1070 - G4VGammaDeexcitation, G4PhotonEvaporation, G4E1Probability, 1394 G4DiscreteGammaTransition, G4DiscreteGammaD 1071 G4DiscreteGammaTransition, G4DiscreteGammaDeexcitation, 1395 G4ContinuumGammaTransition, G4ContinuumGamm 1072 G4ContinuumGammaTransition, G4ContinuumGammaDeexcitation 1396 in all classes tolerance is reduced to 0. << 1073 in all classes tolerance is reduced to 0.1 keV (was from 1397 1 to 10 keV), this is needed to fix probl 1074 1 to 10 keV), this is needed to fix problem #1760 1398 1075 1399 06 Aug 2015 Vladimir Ivanchenko (hadr-deex-V1 1076 06 Aug 2015 Vladimir Ivanchenko (hadr-deex-V10-01-33) 1400 --------------------------------------------- 1077 ---------------------------------------------------------- 1401 - Fixed compillation 1078 - Fixed compillation 1402 1079 1403 06 Aug 2015 Vladimir Ivanchenko (hadr-deex-V1 1080 06 Aug 2015 Vladimir Ivanchenko (hadr-deex-V10-01-32) 1404 --------------------------------------------- 1081 ---------------------------------------------------------- 1405 - Technical modeifications: finelized migrati 1082 - Technical modeifications: finelized migration to G4Log, G4Exp, G4Pow; 1406 check do/while loops; code cleanup; fixed 1083 check do/while loops; code cleanup; fixed Coverity warning 1407 1084 1408 06 Aug 2015 Alberto Ribon (hadr-deex-V1 1085 06 Aug 2015 Alberto Ribon (hadr-deex-V10-01-31) 1409 --------------------------------------------- 1086 ---------------------------------------------------------- 1410 - G4WilsonAblationModel : replaced std::exp a 1087 - G4WilsonAblationModel : replaced std::exp and std::pow with the 1411 faster G4Exp and G4Pow. 1088 faster G4Exp and G4Pow. 1412 1089 1413 22 May 2015 Vladimir Ivanchenko (hadr-deex-V1 1090 22 May 2015 Vladimir Ivanchenko (hadr-deex-V10-01-30) 1414 --------------------------------------------- 1091 ---------------------------------------------------------- 1415 - G4EvaporationChannel, G4EvaporationProbabil 1092 - G4EvaporationChannel, G4EvaporationProbability - optimisation of 1416 sampling of final state 1093 sampling of final state 1417 1094 1418 23 Apr 2015 Vladimir Ivanchenko (hadr-deex-V1 1095 23 Apr 2015 Vladimir Ivanchenko (hadr-deex-V10-01-29) 1419 --------------------------------------------- 1096 ---------------------------------------------------------- 1420 - G4ChatterjeeCrossSection, G4KalbachCrossSec 1097 - G4ChatterjeeCrossSection, G4KalbachCrossSection - J.M. Quesada 1421 verified/fixed cross sections parameteris 1098 verified/fixed cross sections parameterisations and add comments 1422 1099 1423 16 Apr 2015 Vladimir Ivanchenko (hadr-deex-V1 1100 16 Apr 2015 Vladimir Ivanchenko (hadr-deex-V10-01-28) 1424 --------------------------------------------- 1101 ---------------------------------------------------------- 1425 - G4NeutronRadCapture - proper initialisation 1102 - G4NeutronRadCapture - proper initialisation of G4LorentzVector 1426 in class constructor 1103 in class constructor 1427 1104 1428 16 Apr 2015 Vladimir Ivanchenko (hadr-deex-V1 1105 16 Apr 2015 Vladimir Ivanchenko (hadr-deex-V10-01-27) 1429 --------------------------------------------- 1106 ---------------------------------------------------------- 1430 - G4FissionParameters, G4CompetitiveFission - 1107 - G4FissionParameters, G4CompetitiveFission - fixed kinematics; cleanup 1431 1108 1432 14 Apr 2015 Vladimir Ivanchenko (hadr-deex-V1 1109 14 Apr 2015 Vladimir Ivanchenko (hadr-deex-V10-01-26) 1433 --------------------------------------------- 1110 ---------------------------------------------------------- 1434 - G4ChatterjeeCrossSection, G4KalbachCrossSec << 1111 - G4ChatterjeeCrossSection, G4KalbachCrossSection - new cross section 1435 classes used for all evaporation fragment 1112 classes used for all evaporation fragments 1436 - G4AlphaEvaporationProbability, G4DeuteronEv 1113 - G4AlphaEvaporationProbability, G4DeuteronEvaporationProbability, 1437 G4EvaporationProbability, G4He3EvaporationP 1114 G4EvaporationProbability, G4He3EvaporationProbability, 1438 G4NeutronEvaporationProbability, G4ProtonEv 1115 G4NeutronEvaporationProbability, G4ProtonEvaporationProbability, 1439 G4TritonEvaporationProbability - use these 1116 G4TritonEvaporationProbability - use these new classes, reduced 1440 number of virtual calls, reduce number of << 1117 number of virtual calls, reduce number of computation in the loop 1441 of integration 1118 of integration 1442 1119 1443 10 Apr 2015 Vladimir Ivanchenko (hadr-deex-V1 1120 10 Apr 2015 Vladimir Ivanchenko (hadr-deex-V10-01-25) 1444 --------------------------------------------- 1121 ---------------------------------------------------------- 1445 - G4NeutronRadCapture, G4WilsonAblationModel 1122 - G4NeutronRadCapture, G4WilsonAblationModel - fixed Coverity reports 1446 1123 1447 27 Mar 2015 Gabriele Cosmo (hadr-deex-V10-01- 1124 27 Mar 2015 Gabriele Cosmo (hadr-deex-V10-01-24) 1448 --------------------------------------------- 1125 ---------------------------------------------------------- 1449 - Corrected GNUmakefile in handler module. 1126 - Corrected GNUmakefile in handler module. 1450 1127 1451 26 Mar 2015 Vladimir Ivanchenko (hadr-deex-V1 1128 26 Mar 2015 Vladimir Ivanchenko (hadr-deex-V10-01-23) 1452 --------------------------------------------- 1129 ---------------------------------------------------------- 1453 26 Mar 2015 Vladimir Ivanchenko (hadr-deex-V1 1130 26 Mar 2015 Vladimir Ivanchenko (hadr-deex-V10-01-22) 1454 --------------------------------------------- 1131 ---------------------------------------------------------- 1455 - G4NeutronRadCapture - changed back usage of 1132 - G4NeutronRadCapture - changed back usage of photon evaporation 1456 instead of G4Excitation handler; implemen << 1133 instead of G4Excitation handler; implemented choice 1457 between G4PhotonEvaporation and G4PromptP 1134 between G4PhotonEvaporation and G4PromptPhotonEvaporation; 1458 cleanup the code 1135 cleanup the code 1459 1136 1460 21 Mar 2015 Vladimir Ivanchenko (hadr-deex-V1 1137 21 Mar 2015 Vladimir Ivanchenko (hadr-deex-V10-01-21) 1461 --------------------------------------------- 1138 ---------------------------------------------------------- 1462 - G4VEvaporationChannel, G4PhotonEvaporation << 1139 - G4VEvaporationChannel, G4PhotonEvaporation - removed "timeType" 1463 which is not used anymore; removed name o 1140 which is not used anymore; removed name of channel 1464 - G4PromptPhotonEvaporation - moved virtual m 1141 - G4PromptPhotonEvaporation - moved virtual methods to source 1465 1142 1466 16 Mar 2015 Vladimir Ivanchenko (hadr-deex-V1 1143 16 Mar 2015 Vladimir Ivanchenko (hadr-deex-V10-01-20) 1467 --------------------------------------------- 1144 ---------------------------------------------------------- 1468 - G4WilsonAblationModel, G4EvaporationFactory 1145 - G4WilsonAblationModel, G4EvaporationFactory, G4EvaporationFactory, 1469 G4ExcitationHandler - use default construct 1146 G4ExcitationHandler - use default constructor of G4Evaporation 1470 and access photon evaporation class from 1147 and access photon evaporation class from G4Evaporation 1471 - G4Evaporation - use environment variable "G 1148 - G4Evaporation - use environment variable "G4UsePromptPhotonEvaporation" 1472 to select gamma de-excitation model; if t 1149 to select gamma de-excitation model; if the variable is defined 1473 the new G4PromptPhotonEvaporation class i 1150 the new G4PromptPhotonEvaporation class is used, in not - the 1474 old G4PhotonEvaporation 1151 old G4PhotonEvaporation 1475 << 1152 1476 13 Mar 2015 Vladimir Ivanchenko (hadr-deex-V1 1153 13 Mar 2015 Vladimir Ivanchenko (hadr-deex-V10-01-19) 1477 --------------------------------------------- 1154 ---------------------------------------------------------- 1478 - G4NeutronRadCapture - fixed typo << 1155 - G4NeutronRadCapture - fixed typo 1479 1156 1480 13 Mar 2015 Vladimir Ivanchenko (hadr-deex-V1 1157 13 Mar 2015 Vladimir Ivanchenko (hadr-deex-V10-01-18) 1481 --------------------------------------------- 1158 ---------------------------------------------------------- 1482 - G4NeutronRadCapture - restore special treat << 1159 - G4NeutronRadCapture - restore special treatment of nuclear 1483 capture in hydrogen (do not use G4Excitat << 1160 capture in hydrogen (do not use G4ExcitationHandler in that case) 1484 to avoid rare unrecovable kinematic probl 1161 to avoid rare unrecovable kinematic problem; added check on 1485 initial kinematics for all isotopes << 1162 initial kinematics for all isotopes 1486 1163 1487 12 Mar 2015 Vladimir Ivanchenko (hadr-deex-V1 1164 12 Mar 2015 Vladimir Ivanchenko (hadr-deex-V10-01-17) 1488 --------------------------------------------- 1165 ---------------------------------------------------------- 1489 - G4NeutronRadCapture - fixed kinematics (bug << 1166 - G4NeutronRadCapture - fixed kinematics (bug was introduced in the 1490 previous tag) 1167 previous tag) 1491 1168 1492 11 Mar 2015 Vladimir Ivanchenko (hadr-deex-V1 1169 11 Mar 2015 Vladimir Ivanchenko (hadr-deex-V10-01-16) 1493 --------------------------------------------- 1170 ---------------------------------------------------------- 1494 - G4NeutronRadCapture - moved to handler sub- << 1171 - G4NeutronRadCapture - moved to handler sub-directory; use 1495 G4ExcitationHandler instead of G4PhotonEv 1172 G4ExcitationHandler instead of G4PhotonEvaporation allowing 1496 to have not only gamma de-excitation but 1173 to have not only gamma de-excitation but fission or FermiBreakUp; 1497 - G4VEvaporationChannel, G4VEvaporation, G4VE << 1174 - G4VEvaporationChannel, G4VEvaporation, G4VEvaporationChannel - moved 1498 Set methods from G4PhotonEvaporation allo << 1175 Set methods from G4PhotonEvaporation allowing to reduce number of 1499 new/delete at initialisation << 1176 new/delete at initialisation 1500 - removed unused dependences from sources.cma 1177 - removed unused dependences from sources.cmake 1501 1178 1502 06 Mar 2015 Vladimir Ivanchenko (hadr-deex-V1 1179 06 Mar 2015 Vladimir Ivanchenko (hadr-deex-V10-01-15) 1503 --------------------------------------------- 1180 ---------------------------------------------------------- 1504 - disable G4PromptPhotonEvaporation due to c 1181 - disable G4PromptPhotonEvaporation due to complicate bug in MT mode 1505 1182 1506 06 Mar 2015 Vladimir Ivanchenko (hadr-deex-V1 1183 06 Mar 2015 Vladimir Ivanchenko (hadr-deex-V10-01-14) 1507 --------------------------------------------- 1184 ---------------------------------------------------------- 1508 - G4LevelManager - fixed wrong assert << 1185 - G4LevelManager - fixed wrong assert 1509 1186 1510 06 Mar 2015 Vladimir Ivanchenko (hadr-deex-V1 1187 06 Mar 2015 Vladimir Ivanchenko (hadr-deex-V10-01-13) 1511 --------------------------------------------- 1188 ---------------------------------------------------------- 1512 - G4NeutronRadCapture, G4ExcitationHandler - 1189 - G4NeutronRadCapture, G4ExcitationHandler - use G4PromptPhotonEvaporation 1513 1190 1514 05 Mar 2015 Vladimir Ivanchenko (hadr-deex-V1 1191 05 Mar 2015 Vladimir Ivanchenko (hadr-deex-V10-01-12) 1515 --------------------------------------------- 1192 ---------------------------------------------------------- 1516 - G4PromptPhotonEvaporation - attempt to fix 1193 - G4PromptPhotonEvaporation - attempt to fix clang build problem 1517 1194 1518 05 Mar 2015 Vladimir Ivanchenko (hadr-deex-V1 1195 05 Mar 2015 Vladimir Ivanchenko (hadr-deex-V10-01-11) 1519 --------------------------------------------- 1196 ---------------------------------------------------------- 1520 - G4PromptPhotonEvaporation, G4LevelReader, G 1197 - G4PromptPhotonEvaporation, G4LevelReader, G4NucLevel - cleanup 1521 1198 1522 27 Feb 2015 Vladimir Ivanchenko (hadr-deex-V1 1199 27 Feb 2015 Vladimir Ivanchenko (hadr-deex-V10-01-10) 1523 --------------------------------------------- 1200 ---------------------------------------------------------- 1524 - new nuclear data structure classes are move 1201 - new nuclear data structure classes are moved to management 1525 sub-directory; fixed Coverity warnings; 1202 sub-directory; fixed Coverity warnings; 1526 - removed obsolete G4E1SingleProbability1, G4 1203 - removed obsolete G4E1SingleProbability1, G4VPhotonEvaporation 1527 1204 1528 18 Feb 2015 Vladimir Ivanchenko (hadr-deex-V1 1205 18 Feb 2015 Vladimir Ivanchenko (hadr-deex-V10-01-09) 1529 18 Feb 2015 Vladimir Ivanchenko (hadr-deex-V1 1206 18 Feb 2015 Vladimir Ivanchenko (hadr-deex-V10-01-08) 1530 --------------------------------------------- 1207 ---------------------------------------------------------- 1531 - G4LevelReader - correctly defined max G4flo 1208 - G4LevelReader - correctly defined max G4float value to avoid 1532 numerical problems 1209 numerical problems 1533 1210 1534 17 Feb 2015 Vladimir Ivanchenko (hadr-deex-V1 1211 17 Feb 2015 Vladimir Ivanchenko (hadr-deex-V10-01-07) 1535 --------------------------------------------- 1212 ---------------------------------------------------------- 1536 - cleanup all GNUmakefile and source.cmake re 1213 - cleanup all GNUmakefile and source.cmake removing unused 1537 granula dependencies 1214 granula dependencies 1538 - G4LevelReader - add factor to transform hal 1215 - G4LevelReader - add factor to transform half life time into life time 1539 1216 1540 16 Feb 2015 Vladimir Ivanchenko (hadr-deex-V1 1217 16 Feb 2015 Vladimir Ivanchenko (hadr-deex-V10-01-06) 1541 --------------------------------------------- 1218 ---------------------------------------------------------- 1542 - G4NuclearLevelStore - take out access to G4 1219 - G4NuclearLevelStore - take out access to G4LavelManager 1543 - G4NuclearLevelData - new data class for nuc 1220 - G4NuclearLevelData - new data class for nuclear levels and 1544 gamma transitions; it is pure singleton w 1221 gamma transitions; it is pure singleton with data shared 1545 between threads 1222 between threads 1546 - G4LevelReader, G4LevelManager, G4NucLevel - 1223 - G4LevelReader, G4LevelManager, G4NucLevel - implemented 1547 data nuclear level management using G4Nu 1224 data nuclear level management using G4NuclearLevelData 1548 class << 1225 class 1549 - removed dependency on hadronic/processes su 1226 - removed dependency on hadronic/processes sub-library 1550 1227 1551 13 Feb 2015 Vladimir Ivanchenko (hadr-deex-V1 1228 13 Feb 2015 Vladimir Ivanchenko (hadr-deex-V10-01-05) 1552 --------------------------------------------- 1229 ---------------------------------------------------------- 1553 - G4GEMProbability - revert to -03 tag 1230 - G4GEMProbability - revert to -03 tag 1554 1231 1555 12 Feb 2015 Vladimir Ivanchenko (hadr-deex-V1 1232 12 Feb 2015 Vladimir Ivanchenko (hadr-deex-V10-01-04) 1556 --------------------------------------------- 1233 ---------------------------------------------------------- 1557 - G4GEMProbability - make protection to be mo 1234 - G4GEMProbability - make protection to be more strong - setup 1558 upper limit for excitati 1235 upper limit for excitation of a fragment 8*A*MeV 1559 1236 1560 02 Feb 2015 Vladimir Ivanchenko (hadr-deex-V1 1237 02 Feb 2015 Vladimir Ivanchenko (hadr-deex-V10-01-03) 1561 --------------------------------------------- 1238 ---------------------------------------------------------- 1562 - G4GEMProbability - due to change of history 1239 - G4GEMProbability - due to change of history a very rare bug appeares 1563 in FTF_BIC Physics List where a nucleus g 1240 in FTF_BIC Physics List where a nucleus get excited to 8 GeV; 1564 protection is added to avoid numerical pr 1241 protection is added to avoid numerical problem 1565 1242 1566 02 Feb 2015 Vladimir Ivanchenko (hadr-deex-V1 1243 02 Feb 2015 Vladimir Ivanchenko (hadr-deex-V10-01-02) 1567 --------------------------------------------- 1244 ---------------------------------------------------------- 1568 - G4VGammaDeexcitation, G4DiscreteGammaDeexci 1245 - G4VGammaDeexcitation, G4DiscreteGammaDeexcitation, G4PhotonEvaporation, 1569 changed default set of parameters: ICM di 1246 changed default set of parameters: ICM disabled; 1570 time limit for isomere production is set 1247 time limit for isomere production is set to DBL_MAX; sampling of 1571 gamma decay of long-lived isomere levels << 1248 gamma decay of long-lived isomere levels is performed as it was in 1572 Geant4 9.6 assuming decay at rest and mak 1249 Geant4 9.6 assuming decay at rest and making correction for energy 1573 balance (in that case momentum balance is 1250 balance (in that case momentum balance is not guranteed); binding 1574 energy is taken into account in the case 1251 energy is taken into account in the case of ICM enabled. These 1575 modifications should provide correct samp 1252 modifications should provide correct sampling of the decay time for 1576 all type of levels, energy balance in had 1253 all type of levels, energy balance in hadronic interactions, and 1577 reproducibility of hadronic transport 1254 reproducibility of hadronic transport 1578 - G4NeutronRadCapture - enable ICM by default 1255 - G4NeutronRadCapture - enable ICM by default 1579 1256 1580 06 Jan 2015 Laurent Desorgher (hadr-deex-V10- 1257 06 Jan 2015 Laurent Desorgher (hadr-deex-V10-01-01) 1581 --------------------------------------------- 1258 ---------------------------------------------------------- 1582 - G4VGammaDeexcitation::GenerateGamma() take << 1259 - G4VGammaDeexcitation::GenerateGamma() take into account atomic bond energy 1583 for computation of transition energy and ki << 1260 for computation of transition energy and kinematics in the case of internal 1584 conversion. << 1261 conversion. 1585 1262 1586 10 Dec 2014 Vladimir Ivanchenko (hadr-deex-V1 1263 10 Dec 2014 Vladimir Ivanchenko (hadr-deex-V10-01-00) 1587 --------------------------------------------- 1264 ---------------------------------------------------------- 1588 - G4DiscreteGammaTransition return back corre 1265 - G4DiscreteGammaTransition return back correction on shell number 1589 to avoid assert fail in simplified calor 1266 to avoid assert fail in simplified calorimeter 1590 - G4ContinuumGammaDeexcitation - fixed Coveri 1267 - G4ContinuumGammaDeexcitation - fixed Coverity report 1591 1268 1592 01 Dec 2014 Vladimir Ivanchenko (hadr-deex-V1 1269 01 Dec 2014 Vladimir Ivanchenko (hadr-deex-V10-00-29) 1593 --------------------------------------------- 1270 ---------------------------------------------------------- 1594 - G4VGammaDeexcitation, G4PhotonEvaporation - 1271 - G4VGammaDeexcitation, G4PhotonEvaporation - propagate vacant 1595 shell number after internal conversion al << 1272 shell number after internal conversion allowing to enable 1596 atomic de-excitation in radioactive decay << 1273 atomic de-excitation in radioactive decay 1597 1274 1598 28 Nov 2014 Vladimir Ivanchenko (hadr-deex-V1 1275 28 Nov 2014 Vladimir Ivanchenko (hadr-deex-V10-00-28) 1599 --------------------------------------------- 1276 ---------------------------------------------------------- 1600 - G4FermiBreakUp - fixed value of const coeff 1277 - G4FermiBreakUp - fixed value of const coefficient to probability 1601 of a decay channel 1278 of a decay channel 1602 1279 1603 27 Nov 2014 Vladimir Ivanchenko (hadr-deex-V1 1280 27 Nov 2014 Vladimir Ivanchenko (hadr-deex-V10-00-27) 1604 --------------------------------------------- 1281 ---------------------------------------------------------- 1605 - G4DiscreteGammaDeexcitation, G4DiscreteGamm 1282 - G4DiscreteGammaDeexcitation, G4DiscreteGammaTransition return 1606 back checks on transition energy to avoid 1283 back checks on transition energy to avoid having very low-energy 1607 gamma in final state 1284 gamma in final state 1608 - G4VGammaDeexcitation - removed not needed e 1285 - G4VGammaDeexcitation - removed not needed extra call to 1609 CanDoTransition() inside DoChain() method 1286 CanDoTransition() inside DoChain() method 1610 << 1287 1611 27 Nov 2014 Vladimir Ivanchenko (hadr-deex-V1 1288 27 Nov 2014 Vladimir Ivanchenko (hadr-deex-V10-00-26) 1612 --------------------------------------------- 1289 ---------------------------------------------------------- 1613 - G4DiscreteGammaDeexcitation, G4DiscreteGamm 1290 - G4DiscreteGammaDeexcitation, G4DiscreteGammaTransition fixed 1614 internal conversion for the case when tra << 1291 internal conversion for the case when transition energy is 1615 nearly electron bound energy 1292 nearly electron bound energy 1616 1293 1617 25 Nov 2014 Makoto Asai (hadr-deex-V10-00-25) 1294 25 Nov 2014 Makoto Asai (hadr-deex-V10-00-25) 1618 --------------------------------------------- 1295 ---------------------------------------------------------- 1619 - G4NuclearLevelManager - remove unnecessary 1296 - G4NuclearLevelManager - remove unnecessary data members to reduce 1620 the memory consumption. 1297 the memory consumption. 1621 1298 1622 21 Nov 2014 Vladimir Ivanchenko (hadr-deex-V1 1299 21 Nov 2014 Vladimir Ivanchenko (hadr-deex-V10-00-24) 1623 --------------------------------------------- 1300 ---------------------------------------------------------- 1624 - G4ContinuumGammaTransition, G4ContinuumGamm 1301 - G4ContinuumGammaTransition, G4ContinuumGammaDeexcitation, 1625 G4DiscreteGammaDeexcitation, G4DiscreteGamm 1302 G4DiscreteGammaDeexcitation, G4DiscreteGammaTransition, 1626 G4VGammaDeexcitation - cleanup selection of << 1303 G4VGammaDeexcitation - cleanup selection of continues or discrete 1627 transition 1304 transition 1628 - G4FermiFragmentPool further cleanup values 1305 - G4FermiFragmentPool further cleanup values of excitations 1629 - G4ExcitationHandler - added Description for 1306 - G4ExcitationHandler - added Description for documentation 1630 - GEN probabilities - verified and level ener 1307 - GEN probabilities - verified and level energies using gamma 1631 level data 1308 level data 1632 - G4PhotonEvaporation - improved computation 1309 - G4PhotonEvaporation - improved computation of probability 1633 1310 1634 20 Nov 2014 Vladimir Ivanchenko (hadr-deex-V1 1311 20 Nov 2014 Vladimir Ivanchenko (hadr-deex-V10-00-23) 1635 --------------------------------------------- 1312 ---------------------------------------------------------- 1636 - G4NuclearLevelStore Makoto Asai redesign th 1313 - G4NuclearLevelStore Makoto Asai redesign the class to enshure that 1637 the same level is not uploaded twice runn << 1314 the same level is not uploaded twice running in MT mode 1638 - G4FermiFragmentsPool - added DumpFragment() 1315 - G4FermiFragmentsPool - added DumpFragment() and Dump() methods 1639 - G4VEvaporationChannel, G4GEMChannel, G4GEMP 1316 - G4VEvaporationChannel, G4GEMChannel, G4GEMProbability - added Dump() 1640 method 1317 method 1641 - G4NuclearLevelManager, G4NuclearLevel - add 1318 - G4NuclearLevelManager, G4NuclearLevel - added DumpLevels() method 1642 - G4ContinuumGammaTransition, G4VGammaDeexcit 1319 - G4ContinuumGammaTransition, G4VGammaDeexcitation - coherently use 1643 the same energy tolarence 2 keV 1320 the same energy tolarence 2 keV 1644 1321 1645 17 Nov 2014 Vladimir Ivanchenko (hadr-deex-V1 1322 17 Nov 2014 Vladimir Ivanchenko (hadr-deex-V10-00-22) 1646 --------------------------------------------- 1323 ---------------------------------------------------------- 1647 - G4ContinuumGammaTransition - removed normC 1324 - G4ContinuumGammaTransition - removed normC factor which has no effect 1648 (return to 10.0 algorithm) 1325 (return to 10.0 algorithm) 1649 - G4FermiFragmentPool - fixed memory leak at 1326 - G4FermiFragmentPool - fixed memory leak at destruction; fixed energy 1650 or several excited levels to be the same 1327 or several excited levels to be the same in the gamma level database 1651 - G4E1Probability - removed factor 3 in photo 1328 - G4E1Probability - removed factor 3 in photon emission probability 1652 - G4B10GEMProbability, G4B11GEMProbability nu << 1329 - G4B10GEMProbability, G4B11GEMProbability nuclear level energies are 1653 changed to be the same as in the gamma le 1330 changed to be the same as in the gamma level database 1654 1331 1655 12 Nov 2014 Vladimir Ivanchenko (hadr-deex-V1 1332 12 Nov 2014 Vladimir Ivanchenko (hadr-deex-V10-00-21) 1656 --------------------------------------------- 1333 ---------------------------------------------------------- 1657 - G4ContinuumGammaTransition - added factor 3 1334 - G4ContinuumGammaTransition - added factor 3 to probability of 1658 gamma de-excitation according to theoreti 1335 gamma de-excitation according to theoretical prescriptions 1659 - G4NuclearLevelStore - fixed bug #1684 - wro 1336 - G4NuclearLevelStore - fixed bug #1684 - wrong deletion of user data 1660 at exit 1337 at exit 1661 1338 1662 07 Nov 2014 Vladimir Ivanchenko (hadr-deex-V1 1339 07 Nov 2014 Vladimir Ivanchenko (hadr-deex-V10-00-20) 1663 --------------------------------------------- 1340 ---------------------------------------------------------- 1664 - removed debug cout 1341 - removed debug cout 1665 1342 1666 07 Nov 2014 Vladimir Ivanchenko (hadr-deex-V1 1343 07 Nov 2014 Vladimir Ivanchenko (hadr-deex-V10-00-19) 1667 --------------------------------------------- 1344 ---------------------------------------------------------- 1668 - removed obsolete G4FermiConfigurationList 1345 - removed obsolete G4FermiConfigurationList 1669 - G4ContinuumGammaTransition, G4E1Probability << 1346 - G4ContinuumGammaTransition, G4E1Probability - fixed probability 1670 computation (J.M.Quesada) 1347 computation (J.M.Quesada) 1671 1348 1672 03 Nov 2014 Vladimir Ivanchenko (hadr-deex-V1 1349 03 Nov 2014 Vladimir Ivanchenko (hadr-deex-V10-00-18) 1673 --------------------------------------------- 1350 ---------------------------------------------------------- 1674 - Fixed build problem << 1351 - Fixed build problem 1675 1352 1676 03 Nov 2014 Vladimir Ivanchenko (hadr-deex-V1 1353 03 Nov 2014 Vladimir Ivanchenko (hadr-deex-V10-00-17) 1677 --------------------------------------------- 1354 ---------------------------------------------------------- 1678 - Cleanup and redesign of photon evaporation 1355 - Cleanup and redesign of photon evaporation 1679 1356 1680 31 Oct 2014 Vladimir Ivanchenko (hadr-deex-V1 1357 31 Oct 2014 Vladimir Ivanchenko (hadr-deex-V10-00-16) 1681 --------------------------------------------- 1358 ---------------------------------------------------------- 1682 - Improved design of FermiBreakUp and fix dec 1359 - Improved design of FermiBreakUp and fix decays of "unstable" Fermi 1683 fragments 1360 fragments 1684 1361 1685 29 Oct 2014 Vladimir Ivanchenko (hadr-deex-V1 1362 29 Oct 2014 Vladimir Ivanchenko (hadr-deex-V10-00-15) 1686 --------------------------------------------- 1363 ---------------------------------------------------------- 1687 - G4FermiBreakUp, G4FermiFragmentsPool, G4VEv << 1364 - G4FermiBreakUp, G4FermiFragmentsPool, G4VEvaporation, 1688 G4ExcitationHandler, G4Evaporation, G4Evapo << 1365 G4ExcitationHandler, G4Evaporation, G4EvaporationChannel, G4GEMChannel, 1689 G4UnstableFragmentBreakUp, G4VEvaporationCh 1366 G4UnstableFragmentBreakUp, G4VEvaporationChannel 1690 further reduced memory churn 1367 further reduced memory churn 1691 1368 1692 27 Oct 2014 Vladimir Ivanchenko (hadr-deex-V1 1369 27 Oct 2014 Vladimir Ivanchenko (hadr-deex-V10-00-14) 1693 --------------------------------------------- 1370 ---------------------------------------------------------- 1694 - G4FermiFragmentsPool - added method IfAppli 1371 - G4FermiFragmentsPool - added method IfApplicable() for fast check 1695 if FermiBreakUp is applicable to a given 1372 if FermiBreakUp is applicable to a given excited fragment 1696 - G4EvaporationChannel, G4Evaporation, G4GEMC 1373 - G4EvaporationChannel, G4Evaporation, G4GEMChannel, G4GEMProbability, 1697 G4VEvaporationChannel, G4ExcitationHandler << 1374 G4VEvaporationChannel, G4ExcitationHandler - optimized code 1698 reducing number of new/delete of intermed 1375 reducing number of new/delete of intermediate objects, for that 1699 slightly modified interface to evaporatio 1376 slightly modified interface to evaporation channel; cleanup 1700 logic and implementation 1377 logic and implementation 1701 1378 1702 26 Oct 2014 Vladimir Ivanchenko (hadr-deex-V1 1379 26 Oct 2014 Vladimir Ivanchenko (hadr-deex-V10-00-13) 1703 --------------------------------------------- 1380 ---------------------------------------------------------- 1704 - G4ExcitationHandler - fixed problem in isom 1381 - G4ExcitationHandler - fixed problem in isomere production providing 1705 energy non-concervation on level of 1 MeV 1382 energy non-concervation on level of 1 MeV 1706 1383 1707 25 Oct 2014 Vladimir Ivanchenko (hadr-deex-V1 1384 25 Oct 2014 Vladimir Ivanchenko (hadr-deex-V10-00-12) 1708 --------------------------------------------- 1385 ---------------------------------------------------------- 1709 - G4ExcitationHandler, G4Evaporation, G4Photo << 1386 - G4ExcitationHandler, G4Evaporation, G4PhotonEvaporation - added 1710 protection against abnormal fragments << 1387 protection against abnormal fragments 1711 1388 1712 25 Oct 2014 Vladimir Ivanchenko (hadr-deex-V1 1389 25 Oct 2014 Vladimir Ivanchenko (hadr-deex-V10-00-11) 1713 --------------------------------------------- 1390 ---------------------------------------------------------- 1714 - G4FermiFragmentsPool - is made pure static 1391 - G4FermiFragmentsPool - is made pure static singletone, all methods 1715 and data const in run time, no decay of e 1392 and data const in run time, no decay of exotic states 1716 - G4FermiConfigurationList - reduced memory c << 1393 - G4FermiConfigurationList - reduced memory churn by reusing 1717 vectors which are members of the class; i << 1394 vectors which are members of the class; improved and verified 1718 computation of probabilities; public meth 1395 computation of probabilities; public methods are const 1719 - G4FermiConfiguration, G4UnstableFermiFragme << 1396 - G4FermiConfiguration, G4UnstableFermiFragment - removed unused 1720 members; make all methods be const 1397 members; make all methods be const 1721 1398 1722 22 October 2014 Davide Mancusi (hadr-deex-V10 1399 22 October 2014 Davide Mancusi (hadr-deex-V10-00-10) 1723 --------------------------------------------- 1400 ---------------------------------------------------------- 1724 - Set af/an parameter for INCL++ to 1.02 for 1401 - Set af/an parameter for INCL++ to 1.02 for all nuclei. 1725 1402 1726 14 October 2014 Davide Mancusi (hadr-deex-V10 1403 14 October 2014 Davide Mancusi (hadr-deex-V10-00-09) 1727 --------------------------------------------- 1404 ---------------------------------------------------------- 1728 - Moved theChannels and theChannelFactory to 1405 - Moved theChannels and theChannelFactory to the base class, since they seem to 1729 be common to all classes derived from G4VEv 1406 be common to all classes derived from G4VEvaporation. 1730 - Some code refactoring. 1407 - Some code refactoring. 1731 - Introduce an INCL++-specific fission level- 1408 - Introduce an INCL++-specific fission level-density parameter class. 1732 1409 1733 22 Sept 2014 Vladimir Ivanchenko (hadr-deex-V 1410 22 Sept 2014 Vladimir Ivanchenko (hadr-deex-V10-00-08) 1734 --------------------------------------------- 1411 ---------------------------------------------------------- 1735 - G4FermiFragmentsPool - revert back to the t 1412 - G4FermiFragmentsPool - revert back to the tag -06; make this 1736 class to be G4ThreadLocalSingleton, this 1413 class to be G4ThreadLocalSingleton, this fixing data race due to 1737 lazy initialisation but increase memory p 1414 lazy initialisation but increase memory per thread; this 1738 tag does not change physics 1415 tag does not change physics 1739 1416 1740 09 Sept 2014 Vladimir Ivanchenko (hadr-deex-V 1417 09 Sept 2014 Vladimir Ivanchenko (hadr-deex-V10-00-07) 1741 --------------------------------------------- 1418 ---------------------------------------------------------- 1742 - G4FermiFragmentsPool - do not create list o 1419 - G4FermiFragmentsPool - do not create list of extra decays of abnormal 1743 fragments to avoid data race in MT mode; << 1420 fragments to avoid data race in MT mode; make all run time method 1744 cosnt; move inline methods to source 1421 cosnt; move inline methods to source 1745 1422 1746 23 July 2014 Vladimir Ivanchenko (hadr-deex-V 1423 23 July 2014 Vladimir Ivanchenko (hadr-deex-V10-00-06) 1747 --------------------------------------------- 1424 ---------------------------------------------------------- 1748 - G4NuclearLevelStore - use G4ThreadLocalSing 1425 - G4NuclearLevelStore - use G4ThreadLocalSingleton pattern 1749 providing proper deletion of photon evapo 1426 providing proper deletion of photon evaporation classes 1750 at the end of run 1427 at the end of run 1751 1428 1752 28 March 2014 Gunter Folger (hadr-deex-V10 1429 28 March 2014 Gunter Folger (hadr-deex-V10-00-05) 1753 --------------------------------------------- 1430 ---------------------------------------------------- 1754 -G4ExcitationHandler: add ModelDescription() 1431 -G4ExcitationHandler: add ModelDescription() 1755 1432 1756 26 March 2014 Gunter Folger (hadr-deex-V10 1433 26 March 2014 Gunter Folger (hadr-deex-V10-00-04) 1757 --------------------------------------------- 1434 ---------------------------------------------------- 1758 - use const G4ParticleDefinition* 1435 - use const G4ParticleDefinition* 1759 << 1436 1760 25 February 2014 Alberto Ribon (hadr-deex-V10 1437 25 February 2014 Alberto Ribon (hadr-deex-V10-00-03) 1761 --------------------------------------------- 1438 ---------------------------------------------------- 1762 - CMakeLists.txt - reverting back as before t 1439 - CMakeLists.txt - reverting back as before the previous tag. 1763 1440 1764 14 February 2014 Mathieu Karamitros (hadr-dee 1441 14 February 2014 Mathieu Karamitros (hadr-deex-V10-00-02) 1765 --------------------------------------------- 1442 ---------------------------------------------------------- 1766 - CMakeLists.txt - reordering of add_subdirec 1443 - CMakeLists.txt - reordering of add_subdirectory. 1767 1444 1768 07 February 2014 Vladimir Ivanchenko (hadr-de 1445 07 February 2014 Vladimir Ivanchenko (hadr-deex-V10-00-01) 1769 --------------------------------------------- 1446 ---------------------------------------------------------- 1770 - G4NuclearLevelManager - trivial fix of Cove 1447 - G4NuclearLevelManager - trivial fix of Coverity report 1771 1448 1772 24 January 2014 Vladimir Ivanchenko (hadr-dee 1449 24 January 2014 Vladimir Ivanchenko (hadr-deex-V10-00-00) 1773 --------------------------------------------- 1450 ---------------------------------------------------------- 1774 - G4ExcitationHandler - fixed minor memory le << 1451 - G4ExcitationHandler - fixed minor memory leak in the case when 1775 FermiBreakUp has no final states availabl << 1452 FermiBreakUp has no final states available (hadronprocess 1776 HyperNews post #1371 by Andreas Mueller) 1453 HyperNews post #1371 by Andreas Mueller) 1777 1454 1778 20 November 2013 Vladimir Ivanchenko (hadr-de 1455 20 November 2013 Vladimir Ivanchenko (hadr-deex-V09-06-27) 1779 --------------------------------------------- 1456 ---------------------------------------------------------- 1780 - G4LevelReader, G4NuclearLevelManager - part 1457 - G4LevelReader, G4NuclearLevelManager - partial return back of tag 1781 24 for ReadDataItem method but with attem 1458 24 for ReadDataItem method but with attempt to get compile at 1782 all platforms 1459 all platforms 1783 1460 1784 15 November 2013 Vladimir Ivanchenko (hadr-de 1461 15 November 2013 Vladimir Ivanchenko (hadr-deex-V09-06-26) 1785 --------------------------------------------- 1462 ---------------------------------------------------------- 1786 - G4NuclearLevelManager - fixed trivial Cover 1463 - G4NuclearLevelManager - fixed trivial Coverity warning 1787 - G4NeutronRadcapture - fixed run time memory 1464 - G4NeutronRadcapture - fixed run time memory leak 1788 1465 1789 28 October 2013 Vladimir Ivanchenko (hadr-dee 1466 28 October 2013 Vladimir Ivanchenko (hadr-deex-V09-06-25) 1790 --------------------------------------------- 1467 ---------------------------------------------------------- 1791 - G4LevelReader, G4NuclearLevelManager - atte << 1468 - G4LevelReader, G4NuclearLevelManager - attempt to fix compillation 1792 problem at Windows VC12 << 1469 problem at Windows VC12 1793 1470 1794 24 October 2013 Vladimir Ivanchenko (hadr-dee 1471 24 October 2013 Vladimir Ivanchenko (hadr-deex-V09-06-24) 1795 --------------------------------------------- 1472 ---------------------------------------------------------- 1796 - G4NeutronRadCapture, G4ExcitationHandler - << 1473 - G4NeutronRadCapture, G4ExcitationHandler - changed max isomer level 1797 number to 8 (before was 9) due to limitat 1474 number to 8 (before was 9) due to limitations of PDG encoding 1798 1475 1799 22 October 2013 Vladimir Ivanchenko (hadr-dee 1476 22 October 2013 Vladimir Ivanchenko (hadr-deex-V09-06-23) 1800 --------------------------------------------- 1477 ---------------------------------------------------------- 1801 - G4NeutronRadCapture - added isomere product << 1478 - G4NeutronRadCapture - added isomere production according to the updated 1802 MT interface; added time propagation (cor 1479 MT interface; added time propagation (correct time for delaied capture) 1803 - G4EvaporationChannel, G4ProtonEvaporationPr 1480 - G4EvaporationChannel, G4ProtonEvaporationProbability, G4F20GEMProbability, 1804 G4GEMChannel, G4GEMProbability, G4O17GEMPro 1481 G4GEMChannel, G4GEMProbability, G4O17GEMProbability, G4ContinuumGammaTransition, 1805 G4DiscreteGammaTransition - use G4Log and G 1482 G4DiscreteGammaTransition - use G4Log and G4Exp 1806 1483 1807 21 October 2013 Gunter Folger (hadr-deex 1484 21 October 2013 Gunter Folger (hadr-deex-V09-06-22) 1808 --------------------------------------------- 1485 ---------------------------------------------------------- 1809 - fix trivial compilation issues detected on << 1486 - fix trivial compilation issues detected on Visual C++ 18 1810 from Visual studio 12: 1487 from Visual studio 12: 1811 - fermi_breakup/src/G4FermiFragmentsPool.cc << 1488 - fermi_breakup/src/G4FermiFragmentsPool.cc use G4endl to 1812 end line 1489 end line 1813 - photon_evaporation/src/{G4NuclearLevelMan 1490 - photon_evaporation/src/{G4NuclearLevelManager,G4LevelReader}.cc 1814 check pointer !=0, and don't try to conv 1491 check pointer !=0, and don't try to convert basic_istream to bool. 1815 << 1492 1816 31 August 2013 Vladimir Ivanchenko (hadr-deex 1493 31 August 2013 Vladimir Ivanchenko (hadr-deex-V09-06-21) 1817 --------------------------------------------- 1494 ---------------------------------------------------------- 1818 31 August 2013 Vladimir Ivanchenko (hadr-deex 1495 31 August 2013 Vladimir Ivanchenko (hadr-deex-V09-06-20) 1819 --------------------------------------------- 1496 ---------------------------------------------------------- 1820 - G4ContinuumGammaTransition - fixed bug in p 1497 - G4ContinuumGammaTransition - fixed bug in previous tag 1821 1498 1822 31 August 2013 Vladimir Ivanchenko (hadr-deex 1499 31 August 2013 Vladimir Ivanchenko (hadr-deex-V09-06-19) 1823 --------------------------------------------- 1500 ---------------------------------------------------------- 1824 - G4ContinuumGammaTransition - use G4Uniformr << 1501 - G4ContinuumGammaTransition - use G4Uniformrand and a simple algorithm 1825 to sample continues gamma transition inst 1502 to sample continues gamma transition instead of G4RandGeneralTmp; 1826 number of bins for sampling - 100 instead 1503 number of bins for sampling - 100 instead of 200 1827 - G4RandGeneralTmp - deleted 1504 - G4RandGeneralTmp - deleted 1828 1505 1829 19 June 2013 Vladimir Ivanchenko (hadr-deex-V 1506 19 June 2013 Vladimir Ivanchenko (hadr-deex-V09-06-18) 1830 --------------------------------------------- 1507 ---------------------------------------------------------- 1831 - G4Evaporation - fixed trivial Coverity repo 1508 - G4Evaporation - fixed trivial Coverity report 1832 1509 1833 05 June 2013 Alberto Ribon (hadr-deex-V0 1510 05 June 2013 Alberto Ribon (hadr-deex-V09-06-17) 1834 --------------------------------------------- 1511 ---------------------------------------------------------- 1835 - G4CompetitiveFission : removed a wrong use 1512 - G4CompetitiveFission : removed a wrong use of static which caused 1836 reproducibility violations. 1513 reproducibility violations. 1837 1514 1838 28 May 2013 Vladimir Ivanchenko (hadr-deex-V0 1515 28 May 2013 Vladimir Ivanchenko (hadr-deex-V09-06-16) 1839 --------------------------------------------- 1516 ---------------------------------------------------------- 1840 - G4Evaporation - return back old algorithm t 1517 - G4Evaporation - return back old algorithm to decay light exotic 1841 fragments to fix non-reproducibility 1518 fragments to fix non-reproducibility 1842 - G4ExcitationHandler - improved comments 1519 - G4ExcitationHandler - improved comments 1843 1520 1844 22 May 2013 Vladimir Ivanchenko (hadr-deex-V0 1521 22 May 2013 Vladimir Ivanchenko (hadr-deex-V09-06-15) 1845 --------------------------------------------- 1522 ---------------------------------------------------------- 1846 - G4PhotonEvaporation - correctly propagate t 1523 - G4PhotonEvaporation - correctly propagate time limit to discrete 1847 de-excitation 1524 de-excitation 1848 1525 1849 10 May 2013 Vladimir Ivanchenko (hadr-deex-V0 1526 10 May 2013 Vladimir Ivanchenko (hadr-deex-V09-06-14) 1850 --------------------------------------------- 1527 ---------------------------------------------------------- 1851 - G4ExcitationHandler - removed debug printou 1528 - G4ExcitationHandler - removed debug printout 1852 1529 1853 08 May 2013 Vladimir Ivanchenko (hadr-deex-V0 1530 08 May 2013 Vladimir Ivanchenko (hadr-deex-V09-06-13) 1854 --------------------------------------------- 1531 ---------------------------------------------------------- 1855 - G4ExcitationHandler - added check if an ion 1532 - G4ExcitationHandler - added check if an ion exist in isotope table 1856 - G4Evaporation - added check if ground state << 1533 - G4Evaporation - added check if ground state residual isotope is in 1857 the ion table 1534 the ion table 1858 - G4PhotonEvaporation - change time limit to << 1535 - G4PhotonEvaporation - change time limit to 1 microsecond to be 1859 coherent with the Geant4 isomere table 1536 coherent with the Geant4 isomere table 1860 1537 1861 06 May 2013 Vladimir Ivanchenko (hadr-deex-V0 1538 06 May 2013 Vladimir Ivanchenko (hadr-deex-V09-06-12) 1862 --------------------------------------------- 1539 ---------------------------------------------------------- 1863 - G4ExcitationHandler - used new methods from 1540 - G4ExcitationHandler - used new methods from particle cathegory to 1864 find isomere via level index 1541 find isomere via level index 1865 1542 1866 24 April 2013 Vladimir Ivanchenko (hadr-deex- 1543 24 April 2013 Vladimir Ivanchenko (hadr-deex-V09-06-11) 1867 --------------------------------------------- 1544 ---------------------------------------------------------- 1868 - G4ShellCorrection, G4PairingCorrection - fi 1545 - G4ShellCorrection, G4PairingCorrection - fixed Coverity defects 1869 1546 1870 22 April 2013 Vladimir Ivanchenko (hadr-deex- 1547 22 April 2013 Vladimir Ivanchenko (hadr-deex-V09-06-10) 1871 --------------------------------------------- 1548 ---------------------------------------------------------- 1872 - G4ExcitationHandler - (J.M.Quesada) fixed t << 1549 - G4ExcitationHandler - (J.M.Quesada) fixed typo in the 1873 SetMaxAForFermiBreakUp method 1550 SetMaxAForFermiBreakUp method 1874 1551 1875 22 March 2013 Vladimir Ivanchenko (hadr-deex- 1552 22 March 2013 Vladimir Ivanchenko (hadr-deex-V09-06-09) 1876 --------------------------------------------- 1553 ---------------------------------------------------------- 1877 - G4WilsonAblationModel - fixed typo 1554 - G4WilsonAblationModel - fixed typo 1878 1555 1879 22 March 2013 Vladimir Ivanchenko (hadr-deex- 1556 22 March 2013 Vladimir Ivanchenko (hadr-deex-V09-06-08) 1880 --------------------------------------------- 1557 ---------------------------------------------------------- 1881 - G4Evaporation, G4EvaporationProbability, G4 1558 - G4Evaporation, G4EvaporationProbability, G4CompetitiveFission, 1882 G4FissionBarrier, G4GEMProbability, G4StatM 1559 G4FissionBarrier, G4GEMProbability, G4StatMFMacroNucleon, 1883 G4StatMFMacroTetraNucleon, G4StatMFMacroTri 1560 G4StatMFMacroTetraNucleon, G4StatMFMacroTriNucleon, 1884 G4ContinuumGammaDeexcitation, G4ContinuumGa 1561 G4ContinuumGammaDeexcitation, G4ContinuumGammaTransition, 1885 G4E1Probability, G4E1SingleProbability1, G4 1562 G4E1Probability, G4E1SingleProbability1, G4PairingCorrection, 1886 G4TritonCoulombBarrier - make "const G4doub 1563 G4TritonCoulombBarrier - make "const G4double" -> "static const G4double" 1887 a little performance improvement is expec 1564 a little performance improvement is expected, improved readability 1888 - G4WilsonAblationModel - added warning that 1565 - G4WilsonAblationModel - added warning that the model is not well validated 1889 1566 1890 21 March 2013 Vladimir Ivanchenko (hadr-deex- 1567 21 March 2013 Vladimir Ivanchenko (hadr-deex-V09-06-07) 1891 --------------------------------------------- 1568 ---------------------------------------------------------- 1892 - G4StatMFParameters, G4FermiFragmentsPool, G 1569 - G4StatMFParameters, G4FermiFragmentsPool, G4PairingCorrection, 1893 G4ShellCorrection are now singletons initil << 1570 G4ShellCorrection are now singletons initilized once and shared 1894 between threads 1571 between threads 1895 - G4CameronGilbertPairingCorrections, G4Camer 1572 - G4CameronGilbertPairingCorrections, G4CameronGilbertShellCorrections, 1896 G4CameronShellPlusPairingCorrections, G4Coo 1573 G4CameronShellPlusPairingCorrections, G4CookPairingCorrections, 1897 G4CameronTruranHilfPairingCorrections, G4Co 1574 G4CameronTruranHilfPairingCorrections, G4CookShellCorrections, 1898 G4CameronTruranHilfShellCorrections become << 1575 G4CameronTruranHilfShellCorrections become simple classes (not 1899 singletons anymore), which are keeping st 1576 singletons anymore), which are keeping static data initialized once 1900 - G4EvaporationLevelDensityParameter, G4Fissi 1577 - G4EvaporationLevelDensityParameter, G4FissionBarrier are modified 1901 accordingly << 1578 accordingly 1902 1579 1903 12 March 2013 Dennis Wright (hadr-deex-V09-0 1580 12 March 2013 Dennis Wright (hadr-deex-V09-06-06) 1904 --------------------------------------------- 1581 -------------------------------------------------- 1905 - fixed MacOS clang compiler warnings: unused 1582 - fixed MacOS clang compiler warnings: unused private variables _A, _Z 1906 removed these from G4DiscreteGammaTransitio 1583 removed these from G4DiscreteGammaTransition 1907 1584 1908 8 March 2013 Vladimir Ivanchenko (hadr-deex-V 1585 8 March 2013 Vladimir Ivanchenko (hadr-deex-V09-06-05) 1909 --------------------------------------------- 1586 ---------------------------------------------------------- 1910 - G4UnstableFragmentBreakUp - fixed initialis 1587 - G4UnstableFragmentBreakUp - fixed initialisation 1911 1588 1912 1 March 2013 Andrea Dotti (hadr-deex-V09-06-0 1589 1 March 2013 Andrea Dotti (hadr-deex-V09-06-04) 1913 --------------------------------------------- 1590 ---------------------------------------------------------- 1914 - G4RandGeneralTmp.hh - prepared modification 1591 - G4RandGeneralTmp.hh - prepared modification for G4MT. 1915 No effect (#ifdef protection) for sequentia 1592 No effect (#ifdef protection) for sequential build. 1916 - G4ExcitationHandler - cleaned up logic to c 1593 - G4ExcitationHandler - cleaned up logic to create an excited isomer 1917 1594 1918 14 February 2013 Vladimir Ivanchenko (hadr-de 1595 14 February 2013 Vladimir Ivanchenko (hadr-deex-V09-06-03) 1919 --------------------------------------------- 1596 ---------------------------------------------------------- 1920 - G4StatMFMicroPartition - fixed compillation 1597 - G4StatMFMicroPartition - fixed compillation at Windows 1921 1598 1922 14 February 2013 Vladimir Ivanchenko (hadr-de 1599 14 February 2013 Vladimir Ivanchenko (hadr-deex-V09-06-02) 1923 --------------------------------------------- 1600 ---------------------------------------------------------- 1924 - G4UnstableFragmentBreakUp - removed static 1601 - G4UnstableFragmentBreakUp - removed static and G4ThreadLocal 1925 - G4StatMF, G4StatMFMicroCanonical, G4StatMFM << 1602 - G4StatMF, G4StatMFMicroCanonical, G4StatMFMicroManager, 1926 G4StatMFMicroPartition - use integer Z and 1603 G4StatMFMicroPartition - use integer Z and A 1927 - G4VEvaporationChannel - added virtual metho 1604 - G4VEvaporationChannel - added virtual method GetLifeTime, 1928 enumerator G4EvaporationChannelType, whic << 1605 enumerator G4EvaporationChannelType, which is defined in 1929 constructor of the class; by default << 1606 constructor of the class; by default 1930 G4EvaporationChannelType = fDelayedEmissi 1607 G4EvaporationChannelType = fDelayedEmission 1931 1608 1932 12 February 2013 Vladimir Ivanchenko (hadr-de 1609 12 February 2013 Vladimir Ivanchenko (hadr-deex-V09-06-01) 1933 --------------------------------------------- 1610 ---------------------------------------------------------- 1934 - G4ExcitationHandler - fixed typo in access << 1611 - G4ExcitationHandler - fixed typo in access method name: 1935 GetPhotonEvaporation instead of wrong Set 1612 GetPhotonEvaporation instead of wrong SetPhotonEvaporation 1936 1613 1937 24 January 2013 Vladimir Ivanchenko (hadr-dee 1614 24 January 2013 Vladimir Ivanchenko (hadr-deex-V09-06-00) 1938 --------------------------------------------- 1615 ---------------------------------------------------------- 1939 - G4ExcitationHandler - if FermiBreakUp retur << 1616 - G4ExcitationHandler - if FermiBreakUp returns unchanged 1940 fragment then the fragment is decayed by 1617 fragment then the fragment is decayed by Evaporation instead of 1941 PhotonEvaporation to avoid production of 1618 PhotonEvaporation to avoid production of non-physical isotopes 1942 like (4H) 1619 like (4H) 1943 1620 1944 21 September 2012 Gabriele Cosmo (hadr-deex-V 1621 21 September 2012 Gabriele Cosmo (hadr-deex-V09-05-11) 1945 --------------------------------------------- 1622 ------------------------------------------------------ 1946 - Explicitly use inclusion of headers for sys 1623 - Explicitly use inclusion of headers for system of units and physical 1947 constants, in plan to remove implicit inclu 1624 constants, in plan to remove implicit inclusion from globals.hh. 1948 1625 1949 11 August 2012 Vladimir Ivanchenko (hadr-deex 1626 11 August 2012 Vladimir Ivanchenko (hadr-deex-V09-05-10) 1950 --------------------------------------------- 1627 ---------------------------------------------------------- 1951 - G4DiscreteGammaTransition - minor cleanup 1628 - G4DiscreteGammaTransition - minor cleanup 1952 1629 1953 09 August 2012 Vladimir Ivanchenko (hadr-deex 1630 09 August 2012 Vladimir Ivanchenko (hadr-deex-V09-05-09) 1954 --------------------------------------------- 1631 ---------------------------------------------------------- 1955 - G4DiscreteGammaTransition - fixed algorithm 1632 - G4DiscreteGammaTransition - fixed algorithm of selection of 1956 discrete transition (bug #1338) - restore 1633 discrete transition (bug #1338) - restore transition 1957 to the ground state in gamma+C12 reaction << 1634 to the ground state in gamma+C12 reaction 1958 1635 1959 06 July 2012 Vladimir Ivanchenko (hadr-deex-V 1636 06 July 2012 Vladimir Ivanchenko (hadr-deex-V09-05-08) 1960 --------------------------------------------- 1637 ---------------------------------------------------------- 1961 - Fixed remaining shadowing and Coverity warn 1638 - Fixed remaining shadowing and Coverity warnings in 1962 G4WilsonAblationModel, G4NeutronRadCapture, 1639 G4WilsonAblationModel, G4NeutronRadCapture, G4StatMFMacroTemperature 1963 1640 1964 12 June 2012 Vladimir Ivanchenko (hadr-deex-V 1641 12 June 2012 Vladimir Ivanchenko (hadr-deex-V09-05-07) 1965 --------------------------------------------- 1642 ---------------------------------------------------------- 1966 11 June 2012 Vladimir Ivanchenko (hadr-deex-V 1643 11 June 2012 Vladimir Ivanchenko (hadr-deex-V09-05-06) 1967 --------------------------------------------- 1644 ---------------------------------------------------------- 1968 - Fixed shadowing and Coverity warnings 1645 - Fixed shadowing and Coverity warnings 1969 1646 1970 25 May 2012 Vladimir Ivanchenko (hadr-deex-V0 1647 25 May 2012 Vladimir Ivanchenko (hadr-deex-V09-05-05) 1971 --------------------------------------------- 1648 ---------------------------------------------------------- 1972 - G4PhotonEvaporation - added check of enviro 1649 - G4PhotonEvaporation - added check of environment variable 1973 G4AddTimeLimitToPhotonEvaporation, if it 1650 G4AddTimeLimitToPhotonEvaporation, if it is define a time 1974 limit 1.e10-16, comparison of this limit << 1651 limit 1.e10-16, comparison of this limit with nuclear level life time 1975 allows to identify to sample narrow gamma 1652 allows to identify to sample narrow gamma lines or use relativistic 1976 kinematics which will result in Doppler b 1653 kinematics which will result in Doppler broading of nuclear lines, 1977 this option has a side effect - momentum 1654 this option has a side effect - momentum non-conservation 1978 - G4VGammaDeexcitation - use this threshold, 1655 - G4VGammaDeexcitation - use this threshold, cleanup comments 1979 - G4DiscreteGammaTransition - cleanup comment 1656 - G4DiscreteGammaTransition - cleanup comments 1980 1657 1981 07 March 2012 Vladimir Ivanchenko (hadr-deex- 1658 07 March 2012 Vladimir Ivanchenko (hadr-deex-V09-05-04) 1982 --------------------------------------------- 1659 ---------------------------------------------------------- 1983 - fixed source.cmake 1660 - fixed source.cmake 1984 1661 1985 07 March 2012 Vladimir Ivanchenko (hadr-deex- 1662 07 March 2012 Vladimir Ivanchenko (hadr-deex-V09-05-03) 1986 --------------------------------------------- 1663 ---------------------------------------------------------- 1987 - G4PhotonEvaporation, G4CompetitiveFission, 1664 - G4PhotonEvaporation, G4CompetitiveFission, G4EvaporationChannel, 1988 G4UnstableFragmentBreakUp, G4GEMChannel, G4 1665 G4UnstableFragmentBreakUp, G4GEMChannel, G4VEvaporationChannel, 1989 G4Evaporation << 1666 G4Evaporation 1990 removed Initialise method and use GetEmis 1667 removed Initialise method and use GetEmissionProbability method 1991 directly - minor performance improvement 1668 directly - minor performance improvement 1992 - G4PromptPhotonEvaporation, G4LevelManager, << 1669 - G4PromptPhotonEvaporation, G4LevelManager, G4NucLevel, 1993 G4LevelReader - new classes 1670 G4LevelReader - new classes 1994 - G4NuclearLevelStore - add method GetLevelMa << 1671 - G4NuclearLevelStore - add method GetLevelManager for the new 1995 G4PromptPhotonEvaporation model 1672 G4PromptPhotonEvaporation model 1996 1673 1997 1674 1998 27 January 2012 Vladimir Ivanchenko (hadr-dee 1675 27 January 2012 Vladimir Ivanchenko (hadr-deex-V09-05-02) 1999 --------------------------------------------- 1676 ---------------------------------------------------------- 2000 - G4Evaporation - cleanup logic of initialisa 1677 - G4Evaporation - cleanup logic of initialisation and setup options; 2001 always define photon evaporation channel 1678 always define photon evaporation channel as first; removed 2002 obsolete constructor 1679 obsolete constructor 2003 - G4EvaporationFactory, G4EvaporationGEMFacto << 1680 - G4EvaporationFactory, G4EvaporationGEMFactory, 2004 G4EvaporationDefaultGEMFactory - simplified 1681 G4EvaporationDefaultGEMFactory - simplified constructors 2005 - G4ExcitationHandler - do not delete G4VEvap 1682 - G4ExcitationHandler - do not delete G4VEvaporation if it is set 2006 via Set method (to avoid double deletion 1683 via Set method (to avoid double deletion by QMD) 2007 1684 2008 23 January 2012 Vladimir Ivanchenko (hadr-dee 1685 23 January 2012 Vladimir Ivanchenko (hadr-deex-V09-05-01) 2009 --------------------------------------------- 1686 ---------------------------------------------------------- 2010 - G4VEvaporationFactory, G4VEvaporation, G4Ev 1687 - G4VEvaporationFactory, G4VEvaporation, G4Evaporation, G4EvaporationGEMFactory, 2011 G4EvaporationFactory, G4EvaporationDefaultG << 1688 G4EvaporationFactory, G4EvaporationDefaultGEMFactory - added pointer of 2012 the G4VPhotonEvaporation to the constructor 1689 the G4VPhotonEvaporation to the constructor and delete it at destruction 2013 - G4ExcitationHandler - propagate G4VPhotonEv 1690 - G4ExcitationHandler - propagate G4VPhotonEvaporation pointer to G4Evaporation 2014 and do not delete is at destruction; this a << 1691 and do not delete is at destruction; this allowing to use the same gamma 2015 evaporation object inside G4Evaporation cla 1692 evaporation object inside G4Evaporation class and G4ExcitationHandler; 2016 added access methods to de-excitation compo << 1693 added access methods to de-excitation components 2017 1694 2018 06 January 2012 Vladimir Ivanchenko (hadr-dee 1695 06 January 2012 Vladimir Ivanchenko (hadr-deex-V09-05-00) 2019 --------------------------------------------- 1696 ---------------------------------------------------------- 2020 - G4VEvaporationFactory, G4Evaporation, G4Eva 1697 - G4VEvaporationFactory, G4Evaporation, G4EvaporationGEMFactory, 2021 G4EvaporationFactory, G4EvaporationDefaultG << 1698 G4EvaporationFactory, G4EvaporationDefaultGEMFactory - added proper 2022 destruction of decay channels after run << 1699 destruction of decay channels after run 2023 1700 2024 03 November 2011 Laurent Desorgher (hadr-deex 1701 03 November 2011 Laurent Desorgher (hadr-deex-V09-04-21) 2025 --------------------------------------------- 1702 ---------------------------------------------------------- 2026 - Extend the use of G4PhotoEvaporation to Z>1 << 1703 - Extend the use of G4PhotoEvaporation to Z>100. Note that for Z>100 at the 2027 moment the binding energy of the vacant e- << 1704 moment the binding energy of the vacant e- shell left after internal conversion 2028 is set as 0 and the atomic relaxation will << 1705 is set as 0 and the atomic relaxation will not be simulated later on. 2029 << 1706 2030 17 October 2011 Laurent Desorgher (hadr-deex- 1707 17 October 2011 Laurent Desorgher (hadr-deex-V09-04-20) 2031 --------------------------------------------- 1708 ---------------------------------------------------------- 2032 - G4NuclearLevelStore (photo-evaporation): 1709 - G4NuclearLevelStore (photo-evaporation): 2033 add AddUserEvaporationDataFile(G4int Z, G4i 1710 add AddUserEvaporationDataFile(G4int Z, G4int A,G4String filename) 2034 The given data file will be used for the tr << 1711 The given data file will be used for the treatment of the photo evaporation 2035 of the given isotope instead of using the f << 1712 of the given isotope instead of using the file provided in the photo evaporation 2036 database. 1713 database. 2037 1714 2038 30 September 2011 Vladimir Ivanchenko (hadr-d 1715 30 September 2011 Vladimir Ivanchenko (hadr-deex-V09-04-19) 2039 --------------------------------------------- 1716 ---------------------------------------------------------- 2040 - G4StatMFMacroCanonical - fixed compillation << 1717 - G4StatMFMacroCanonical - fixed compillation warnings introduced 2041 in previous tag 1718 in previous tag 2042 1719 2043 29 September 2011 Vladimir Ivanchenko (hadr-d 1720 29 September 2011 Vladimir Ivanchenko (hadr-deex-V09-04-18) 2044 --------------------------------------------- 1721 ---------------------------------------------------------- 2045 - G4ProtonEvaporationProbability - fixed Cove 1722 - G4ProtonEvaporationProbability - fixed Coverity warning 2046 - G4WilsonAblationModel, G4CompetitiveFission 1723 - G4WilsonAblationModel, G4CompetitiveFission, G4StatMF, G4StatMFChannel, 2047 G4StatMFFragment, G4StatMFMicroCanonical, G 1724 G4StatMFFragment, G4StatMFMicroCanonical, G4StatMFMacroCanonical, 2048 G4PhotonEvaporation - complete migration to 1725 G4PhotonEvaporation - complete migration to integer Z and A 2049 1726 2050 13 July 2011 Vladimir Ivanchenko (hadr-deex-V 1727 13 July 2011 Vladimir Ivanchenko (hadr-deex-V09-04-17) 2051 --------------------------------------------- 1728 ---------------------------------------------------------- 2052 - G4VMultiFragmentation, G4GEMChannel, G4Alph 1729 - G4VMultiFragmentation, G4GEMChannel, G4AlphaEvaporationProbability, 2053 G4DeuteronEvaporationProbability, G4TritonE 1730 G4DeuteronEvaporationProbability, G4TritonEvaporationProbability, 2054 G4He3EvaporationProbability, G4ProtonEvapor 1731 G4He3EvaporationProbability, G4ProtonEvaporationProbability, 2055 G4NeutronEvaporationProbability - Fixed Cov 1732 G4NeutronEvaporationProbability - Fixed Coverity warnings 2056 - GNUmakefiles and source.cmake - remove non- 1733 - GNUmakefiles and source.cmake - remove non-used dependences 2057 - G4VEvaporationFactory - cleanup 1734 - G4VEvaporationFactory - cleanup 2058 1735 2059 28 June 2011 Vladimir Ivanchenko (hadr-deex-V 1736 28 June 2011 Vladimir Ivanchenko (hadr-deex-V09-04-16) 2060 --------------------------------------------- 1737 ---------------------------------------------------------- 2061 - G4Evaporation - added extra protection - do 1738 - G4Evaporation - added extra protection - do not compute GEM probability 2062 for teh case Eexc > 3MeV*A, fixed FPE probe << 1739 for teh case Eexc > 3MeV*A, fixed FPE probelem for rare FTFP events 2063 1740 2064 27 June 2011 Vladimir Ivanchenko (hadr-deex-V 1741 27 June 2011 Vladimir Ivanchenko (hadr-deex-V09-04-15) 2065 --------------------------------------------- 1742 ---------------------------------------------------------- 2066 - G4EvaporationProbability - fixed numerical 1743 - G4EvaporationProbability - fixed numerical problem - exp function 2067 of too big argument << 1744 of too big argument 2068 << 1745 2069 06 June 2011 Vladimir Ivanchenko (hadr-deex-V 1746 06 June 2011 Vladimir Ivanchenko (hadr-deex-V09-04-14) 2070 --------------------------------------------- 1747 ---------------------------------------------------------- 2071 - G4ExcitationHandler - added protection for << 1748 - G4ExcitationHandler - added protection for small excitation energy into 2072 photon evaporation lo 1749 photon evaporation loop 2073 - G4Evaporation - directly send low Z,A fragm 1750 - G4Evaporation - directly send low Z,A fragments to the FermiBreakUp model 2074 << 1751 2075 06 June 2011 Laurent Desorgher (mma) 1752 06 June 2011 Laurent Desorgher (mma) 2076 ----------------------------------- 1753 ----------------------------------- 2077 - PhotonEvaporation2.1 : z93.a237 (Np237) alp << 1754 - PhotonEvaporation2.1 : z93.a237 (Np237) alpha coefficients (column 7) 2078 corrected from Nudat2 1755 corrected from Nudat2 2079 << 1756 2080 20 May 2011 Vladimir Ivanchenko (hadr-deex-V0 1757 20 May 2011 Vladimir Ivanchenko (hadr-deex-V09-04-13) 2081 --------------------------------------------- 1758 ---------------------------------------------------------- 2082 - G4ExcitationHandler - improved comments 1759 - G4ExcitationHandler - improved comments 2083 - G4NeutronEvaporationProbability, G4ProtonEv 1760 - G4NeutronEvaporationProbability, G4ProtonEvaporationProbability - 2084 fixed gcc-4.6.0 warnings 1761 fixed gcc-4.6.0 warnings 2085 1762 2086 11 May 2011 Vladimir Ivanchenko (hadr-deex-V0 1763 11 May 2011 Vladimir Ivanchenko (hadr-deex-V09-04-12) 2087 --------------------------------------------- 1764 ---------------------------------------------------------- 2088 - G4GEMCoulombBarrierHE - fixed link problem 1765 - G4GEMCoulombBarrierHE - fixed link problem introduced in previous tags 2089 1766 2090 8 May 2011 Vladimir Ivanchenko (hadr-deex-V09 1767 8 May 2011 Vladimir Ivanchenko (hadr-deex-V09-04-11) 2091 --------------------------------------------- 1768 ---------------------------------------------------------- 2092 - G4DiscreteGammaTransition - enable old usag 1769 - G4DiscreteGammaTransition - enable old usage of the ICM flag to 2093 keep 4-momentum 1770 keep 4-momentum balance 2094 1771 2095 7 May 2011 Vladimir Ivanchenko (hadr-deex-V09 1772 7 May 2011 Vladimir Ivanchenko (hadr-deex-V09-04-10) 2096 --------------------------------------------- 1773 ---------------------------------------------------------- 2097 - G4VGammaDeexcitation - added Get method for 1774 - G4VGammaDeexcitation - added Get method for the ICM flag, commented 2098 out usage of this fl 1775 out usage of this flag during sampling 2099 - G4DiscreteGammaTransition - enable usage of << 1776 - G4DiscreteGammaTransition - enable usage of the ICM flag (if false 2100 then energy sub << 1777 then energy subtracted but e- is not produced) 2101 - G4FermiFragmentPool (J.M.Quesada) improved 1778 - G4FermiFragmentPool (J.M.Quesada) improved printout, fixed energy condition 2102 1779 2103 6 May 2011 Vladimir Ivanchenko (hadr-deex-V09 1780 6 May 2011 Vladimir Ivanchenko (hadr-deex-V09-04-09) 2104 --------------------------------------------- 1781 ---------------------------------------------------------- 2105 - G4FermiConfigurationList - fixed minor memo 1782 - G4FermiConfigurationList - fixed minor memory leak 2106 - G4Evaporation, Photon_evaporation, utils - 1783 - G4Evaporation, Photon_evaporation, utils - fixed Coverity warnings 2107 - GEM - fixed Coverity warnings, moved constr 1784 - GEM - fixed Coverity warnings, moved constructor and destructor to 2108 the head for probability and CoulombBarrier 1785 the head for probability and CoulombBarrier classes, add integer Z and A, 2109 use G4Pow << 1786 use G4Pow 2110 1787 2111 26 April 2011 Vladimir Ivanchenko (hadr-deex- 1788 26 April 2011 Vladimir Ivanchenko (hadr-deex-V09-04-08) 2112 --------------------------------------------- 1789 ---------------------------------------------------------- 2113 - G4FermiConfigurationList - fixed compillati << 1790 - G4FermiConfigurationList - fixed compillation wartning 2114 1791 2115 23 April 2011 Vladimir Ivanchenko (hadr-deex- 1792 23 April 2011 Vladimir Ivanchenko (hadr-deex-V09-04-07) 2116 --------------------------------------------- 1793 ---------------------------------------------------------- 2117 - G4FermiSplitter and G4FermiIntegerPartition 1794 - G4FermiSplitter and G4FermiIntegerPartition are removed 2118 - G4FermiConfiguration is now a simple contei 1795 - G4FermiConfiguration is now a simple conteiner 2119 - G4FermiConfigurationList - unused methods a << 1796 - G4FermiConfigurationList - unused methods are removed 2120 - G4FermiFragmentsPool - removed map and acce 1797 - G4FermiFragmentsPool - removed map and access to map methods 2121 - G4ExcitationHandler - updated logic: first 1798 - G4ExcitationHandler - updated logic: first call only to MFM 2122 model, second - evaporation loop, where FBU 1799 model, second - evaporation loop, where FBU is called for light 2123 fragments, products of FBU are sent to the << 1800 fragments, products of FBU are sent to the 3d loop on 2124 photon evaporation 1801 photon evaporation 2125 1802 2126 18 April 2011 Vladimir Ivanchenko (hadr-deex- 1803 18 April 2011 Vladimir Ivanchenko (hadr-deex-V09-04-06) 2127 --------------------------------------------- 1804 ---------------------------------------------------------- 2128 - fixed source.cmake 1805 - fixed source.cmake 2129 1806 2130 06 April 2011 Vladimir Ivanchenko (hadr-deex- 1807 06 April 2011 Vladimir Ivanchenko (hadr-deex-V09-04-05) 2131 --------------------------------------------- 1808 ---------------------------------------------------------- 2132 - General cleanup of the FermiBreakUp model: 1809 - General cleanup of the FermiBreakUp model: constructors 2133 and descructors moved to source; integer 1810 and descructors moved to source; integer Z and A; less 2134 number of 'new' and 'delete'; use G4Pow 1811 number of 'new' and 'delete'; use G4Pow 2135 1812 2136 04 April 2011 Vladimir Ivanchenko (hadr-deex- 1813 04 April 2011 Vladimir Ivanchenko (hadr-deex-V09-04-04) 2137 --------------------------------------------- 1814 ---------------------------------------------------------- 2138 - G4FermiPhaseSpaceDecay - extended printout 1815 - G4FermiPhaseSpaceDecay - extended printout when kinematics fail, 2139 fixed computation of majorant in BetaKopy 1816 fixed computation of majorant in BetaKopylov method, 2140 general cleanup 1817 general cleanup 2141 1818 2142 30 March 2011 Vladimir Ivanchenko (hadr-deex- 1819 30 March 2011 Vladimir Ivanchenko (hadr-deex-V09-04-03) 2143 --------------------------------------------- 1820 ---------------------------------------------------------- 2144 - G4ExcitationHandler - fixed crash at destru << 1821 - G4ExcitationHandler - fixed crash at destruction, removed private 2145 inline methods 1822 inline methods 2146 1823 2147 22 March 2011 Vladimir Ivanchenko (hadr-deex- 1824 22 March 2011 Vladimir Ivanchenko (hadr-deex-V09-04-02) 2148 --------------------------------------------- 1825 ---------------------------------------------------------- 2149 - G4ExcitationHandler (J.M.Quesada) Products 1826 - G4ExcitationHandler (J.M.Quesada) Products of Fermi BreakUp cannot 2150 be deexcited via Fermi BreakUp; general cl 1827 be deexcited via Fermi BreakUp; general cleanup of the class 2151 1828 2152 23 February 2011 Vladimir Ivanchenko (hadr-de 1829 23 February 2011 Vladimir Ivanchenko (hadr-deex-V09-04-01) 2153 --------------------------------------------- 1830 ---------------------------------------------------------- 2154 - G4NeutronRadCapture - fixed G4Particle chan << 1831 - G4NeutronRadCapture - fixed G4Particle change - kill primary 2155 particle and save residual nucleus 1832 particle and save residual nucleus 2156 1833 2157 20 January 2011 Vladimir Ivanchenko (hadr-dee 1834 20 January 2011 Vladimir Ivanchenko (hadr-deex-V09-04-00) 2158 --------------------------------------------- 1835 ---------------------------------------------------------- 2159 - G4ParaFissionModel - fixed initialisation o 1836 - G4ParaFissionModel - fixed initialisation of G4Fragment (A,Z order), 2160 use G4NucleiProperties << 1837 use G4NucleiProperties to access mass 2161 1838 2162 23 October 2010 Vladimir Ivanchenko (hadr-dee 1839 23 October 2010 Vladimir Ivanchenko (hadr-deex-V09-03-27) 2163 --------------------------------------------- 1840 ---------------------------------------------------------- 2164 - G4Evaporation, G4EvaporationChannel, G4Evap 1841 - G4Evaporation, G4EvaporationChannel, G4EvaporationProbability - 2165 improved computation of minimal and maximal 1842 improved computation of minimal and maximal evaporation energy 2166 - G4E1Probability, G4PhotonEvaporation - fixe << 1843 - G4E1Probability, G4PhotonEvaporation - fixed probability 2167 1844 2168 19 October 2010 Vladimir Ivanchenko (hadr-dee 1845 19 October 2010 Vladimir Ivanchenko (hadr-deex-V09-03-26) 2169 --------------------------------------------- 1846 ---------------------------------------------------------- 2170 - G4ParaFissionModel - use GetA_asInt() 1847 - G4ParaFissionModel - use GetA_asInt() 2171 1848 2172 18 October 2010 Vladimir Ivanchenko (hadr-dee 1849 18 October 2010 Vladimir Ivanchenko (hadr-deex-V09-03-25) 2173 --------------------------------------------- 1850 ---------------------------------------------------------- 2174 G4GEMChannel - cleanup: integer Z,A; G4Pow; u 1851 G4GEMChannel - cleanup: integer Z,A; G4Pow; use the same formulas as in 2175 G4GEMProbability class << 1852 G4GEMProbability class 2176 1853 2177 17 October 2010 Vladimir Ivanchenko (hadr-dee 1854 17 October 2010 Vladimir Ivanchenko (hadr-deex-V09-03-24) 2178 --------------------------------------------- 1855 ---------------------------------------------------------- 2179 - photon_evaporation, fission - integer Z and 1856 - photon_evaporation, fission - integer Z and A, constructors 2180 moved to src, usage of G4Pow, general clea 1857 moved to src, usage of G4Pow, general cleanup 2181 - G4ContiniumGammaTransition - use exponentia << 1858 - G4ContiniumGammaTransition - use exponential law for sampling of 2182 decay time 1859 decay time 2183 - removed unused classes: G4DummyProbability, 1860 - removed unused classes: G4DummyProbability, G4E1ProbabilityXXX, 2184 G4E1SingleProbabilityXXX, where XXX=001,01, 1861 G4E1SingleProbabilityXXX, where XXX=001,01,1,10,100 - these classes 2185 are the same as the one really used but a s 1862 are the same as the one really used but a scale factor for the 2186 probability is different, scale factor may 1863 probability is different, scale factor may be applied in the main 2187 class if needed 1864 class if needed 2188 1865 2189 17 October 2010 Vladimir Ivanchenko (hadr-dee 1866 17 October 2010 Vladimir Ivanchenko (hadr-deex-V09-03-23) 2190 --------------------------------------------- 1867 ---------------------------------------------------------- 2191 - utils, management, evaporation - integer Z 1868 - utils, management, evaporation - integer Z and A, constructors 2192 moved to src, usage of G4Pow, general clea 1869 moved to src, usage of G4Pow, general cleanup 2193 - G4EvaporationChannel - removed new and dele << 1870 - G4EvaporationChannel - removed new and delete of probability objects 2194 at each to the class, use instead local G4E 1871 at each to the class, use instead local G4EvaporationProbability 2195 of the channel 1872 of the channel 2196 1873 2197 29 October 2010 Vladimir Ivanchenko (hadr-dee 1874 29 October 2010 Vladimir Ivanchenko (hadr-deex-V09-03-22) 2198 --------------------------------------------- 1875 ---------------------------------------------------------- 2199 - Fixed problems reported by the Coveruty too 1876 - Fixed problems reported by the Coveruty tool (mainly pedantic 2200 initialisation); moved constructors and des 1877 initialisation); moved constructors and destructors to source 2201 1878 2202 12 October 2010 Dennis Wright (hadr-deex-V09- 1879 12 October 2010 Dennis Wright (hadr-deex-V09-03-21) 2203 --------------------------------------------- 1880 --------------------------------------------------- 2204 - add Luciano Pandola's README file explainin 1881 - add Luciano Pandola's README file explaining the photo-evaporation 2205 data files 1882 data files 2206 1883 2207 11 October 2010 Vladimir Ivanchenko (hadr-dee 1884 11 October 2010 Vladimir Ivanchenko (hadr-deex-V09-03-20) 2208 --------------------------------------------- 1885 ---------------------------------------------------------- 2209 1886 2210 10 October 2010 Michael Kelsey 1887 10 October 2010 Michael Kelsey 2211 ------------------------------ 1888 ------------------------------ 2212 - G4NuclearLevelManager: Replace stream inpu 1889 - G4NuclearLevelManager: Replace stream input in Read() with char[] input 2213 and manual conversion to double; eliminate 1890 and manual conversion to double; eliminate 142 MB memory churn and CPU. 2214 1891 2215 7 October 2010 Michael Kelsey 1892 7 October 2010 Michael Kelsey 2216 ----------------------------- 1893 ----------------------------- 2217 - G4NuclearLevelStore, G4NuclearLevelManager, 1894 - G4NuclearLevelStore, G4NuclearLevelManager, G4NuclearLevel: Eliminate 2218 passing and copying of vectors; fill Nuclea 1895 passing and copying of vectors; fill NuclearLevel directly by Manager. 2219 - G4ContinuumGammaTransition.cc: Follow G4Nu 1896 - G4ContinuumGammaTransition.cc: Follow G4NuclearLevelManager changes. 2220 - G4DiscreteGammaTransition: Use const-ref f 1897 - G4DiscreteGammaTransition: Use const-ref for G4NuclerLevel data member. 2221 1898 2222 9 September 2010 Vladimir Ivanchenko (hadr-de 1899 9 September 2010 Vladimir Ivanchenko (hadr-deex-V09-03-19) 2223 --------------------------------------------- 1900 ---------------------------------------------------------- 2224 - G4NeutronRadCapture - use G4PhotonEvaporati 1901 - G4NeutronRadCapture - use G4PhotonEvaporation instead of simplfied 2225 one gamma emission me 1902 one gamma emission method; use integer Z and A 2226 1903 2227 9 June 2010 Vladimir Ivanchenko (hadr-deex-V0 1904 9 June 2010 Vladimir Ivanchenko (hadr-deex-V09-03-18) 2228 --------------------------------------------- 1905 ---------------------------------------------------------- 2229 - G4Evaporation - fixed problem of isotope pr 1906 - G4Evaporation - fixed problem of isotope production for high Z 2230 fragments introduced in pre 1907 fragments introduced in previous tags 2231 1908 2232 25 May 2010 Vladimir Ivanchenko (hadr-deex-V0 1909 25 May 2010 Vladimir Ivanchenko (hadr-deex-V09-03-17) 2233 --------------------------------------------- 1910 ---------------------------------------------------------- 2234 - G4E1Probability - added numerical protectio 1911 - G4E1Probability - added numerical protection to avoid division by zero 2235 1912 2236 19 May 2010 Vladimir Ivanchenko (hadr-deex-V0 1913 19 May 2010 Vladimir Ivanchenko (hadr-deex-V09-03-16) 2237 --------------------------------------------- 1914 ---------------------------------------------------------- 2238 - G4UnstableFragmentBreakUp - fix selection o << 1915 - G4UnstableFragmentBreakUp - fix selection of decay channel by addition of check 2239 on residual fra 1916 on residual fragment Z and A (addressed 2240 problem reporte 1917 problem reported stt for the tag 03-14) 2241 1918 2242 19 May 2010 Vladimir Ivanchenko (hadr-deex-V0 1919 19 May 2010 Vladimir Ivanchenko (hadr-deex-V09-03-15) 2243 --------------------------------------------- 1920 ---------------------------------------------------------- 2244 - G4UnstableFragmentBreakUp - fixed selection 1921 - G4UnstableFragmentBreakUp - fixed selection of decay channel 2245 - G4E1Probability - code cleanup and optimisa << 1922 - G4E1Probability - code cleanup and optimisation by usage of G4Pow, integer A 2246 and introduction of const 1923 and introduction of const members 2247 - G4GEMProbability - code cleanup and optimis 1924 - G4GEMProbability - code cleanup and optimisation by usage of G4Pow and integer Z,A 2248 - G4ExcitationHandler - forced FermiBreakUp 1925 - G4ExcitationHandler - forced FermiBreakUp for A < 5 2249 - G4PhotonEvaporation - (F.Lei) added correct 1926 - G4PhotonEvaporation - (F.Lei) added correction of electron state after emission 2250 - G4FermiFragmentsPool - JMQ fixed fragment 1 1927 - G4FermiFragmentsPool - JMQ fixed fragment 111 2251 1928 2252 11 May 2010 Vladimir Ivanchenko (hadr-deex-V0 1929 11 May 2010 Vladimir Ivanchenko (hadr-deex-V09-03-14) 2253 --------------------------------------------- 1930 ---------------------------------------------------------- 2254 - G4UnstableFragmentBreakUp - new class to de 1931 - G4UnstableFragmentBreakUp - new class to decay exotic fragmnet (like 2n or 2p) 2255 - G4Evaporation - added call to G4UnstableFra 1932 - G4Evaporation - added call to G4UnstableFragmentBreakUp if natural abandances 2256 of cold fragment is zero; o << 1933 of cold fragment is zero; optimized logic of stopping of 2257 evaporation loop 1934 evaporation loop 2258 - G4PhotonEvaporation - cleanup new methods E 1935 - G4PhotonEvaporation - cleanup new methods EmittedFragment and BreakUpFragment 2259 - G4ExcitationHandler - use BreakUpFragment m 1936 - G4ExcitationHandler - use BreakUpFragment method for photon deexcitation 2260 1937 2261 10 May 2010 Vladimir Ivanchenko (hadr-deex-V0 1938 10 May 2010 Vladimir Ivanchenko (hadr-deex-V09-03-13) 2262 --------------------------------------------- 1939 ---------------------------------------------------------- 2263 - G4VGammaDeexcitation - take into account bo << 1940 - G4VGammaDeexcitation - take into account bounding energy of electron 2264 in the case of elect 1941 in the case of electron emmision; fixed kinematic 2265 - G4DiscreteGammaTransition - Removed unphysi << 1942 - G4DiscreteGammaTransition - Removed unphysical corretions of gamma energy; 2266 fixed default partic << 1943 fixed default particle as gamma; do not subtract 2267 bounding energy in c 1944 bounding energy in case of electron emmision 2268 - G4ExcitationHandler - allowed emmision e- i 1945 - G4ExcitationHandler - allowed emmision e- instead of gamma due to internal conversion 2269 1946 2270 1947 2271 03 May 2010 Vladimir Ivanchenko (hadr-deex-V0 1948 03 May 2010 Vladimir Ivanchenko (hadr-deex-V09-03-12) 2272 --------------------------------------------- 1949 ---------------------------------------------------------- 2273 - G4Evaporation - improved condition how to s 1950 - G4Evaporation - improved condition how to stop deexcitation loop 2274 - G4VGammaDeexcitation - take into account el 1951 - G4VGammaDeexcitation - take into account electron mass in the case of 2275 electron emmision 1952 electron emmision 2276 - G4PhotonEvaporation - improved printout 1953 - G4PhotonEvaporation - improved printout 2277 - G4ExcitationHandler - disable MFM 1954 - G4ExcitationHandler - disable MFM 2278 - G4StatMFFragment, G4CompetitiveFission, G4E 1955 - G4StatMFFragment, G4CompetitiveFission, G4EvaporationProbability, 2279 G4GEMProbability - use correct header files 1956 G4GEMProbability - use correct header files 2280 1957 2281 28 April 2010 Vladimir Ivanchenko (hadr-deex- 1958 28 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-11) 2282 --------------------------------------------- 1959 ---------------------------------------------------------- 2283 - G4ExcitationHandler - (JQM+VI) add check on 1960 - G4ExcitationHandler - (JQM+VI) add check on stability of primary; 2284 do evaporati 1961 do evaporation if FermiBreakUp or MFM 2285 cannot deexc << 1962 cannot deexcite a fragment; 2286 added SetParameter 1963 added SetParameters method 2287 - G4Evaporation - rewrite BreakUp method; add 1964 - G4Evaporation - rewrite BreakUp method; added Initialise method, where setup 2288 all options and not at run 1965 all options and not at run time; added InitialiseEvaporation 2289 method to setup decay chann 1966 method to setup decay channels; changed order of decay 2290 channels - first photon eva 1967 channels - first photon evaporation, second - fision, 2291 after all other channels as 1968 after all other channels as before 2292 - virtual interfaces - moved constructors and 1969 - virtual interfaces - moved constructors and destructors to source files 2293 1970 2294 26 April 2010 Vladimir Ivanchenko (hadr-deex- 1971 26 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-10) 2295 --------------------------------------------- 1972 ---------------------------------------------------------- 2296 - G4FermiConfiguration - (JQM) parameter of C << 1973 - G4FermiConfiguration - (JQM) parameter of Coulomb energy Kappa is changed 2297 from 1 to 6 accordi 1974 from 1 to 6 according to recommendation of original 2298 author of the model 1975 author of the model A. Botvina 2299 - G4FermiPhaseSpaceDecay - (JQM) improved mod 1976 - G4FermiPhaseSpaceDecay - (JQM) improved model of sampling of kinetic energy; 2300 - (VI) cleanup the c 1977 - (VI) cleanup the code by using G4Pow; moved constructor 2301 and destructor to << 1978 and destructor to the source 2302 1979 2303 25 April 2010 Vladimir Ivanchenko (hadr-deex- 1980 25 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-09) 2304 --------------------------------------------- 1981 ---------------------------------------------------------- 2305 - G4ExcitationHandler - (JQM+VI) apply FermiB << 1982 - G4ExcitationHandler - (JQM+VI) apply FermiBreakUp to fragments with A>1 2306 (before was A>4) in o << 1983 (before was A>4) in order to reduce number of 2307 fake gamma produced i 1984 fake gamma produced in order deexcite light 2308 fragments; added para 1985 fragments; added parameter minExcitation = 1 keV 2309 - G4VEvaporationChannel, G4PhotonEvaporation << 1986 - G4VEvaporationChannel, G4PhotonEvaporation - added 2 new virtual methods 2310 EmittedFragment and B 1987 EmittedFragment and BreakUpFragment 2311 1988 2312 23 April 2010 Vladimir Ivanchenko (hadr-deex- 1989 23 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-08) 2313 --------------------------------------------- 1990 ---------------------------------------------------------- 2314 - G4VGammaDeexcitation - kinematic of 2-body 1991 - G4VGammaDeexcitation - kinematic of 2-body decay rewritten 2315 - G4DiscreteGammaTransition, G4DiscreteGammaD << 1992 - G4DiscreteGammaTransition, G4DiscreteGammaDeexcitation, 2316 G4ContinuumGammaDeexcitation - set energy t 1993 G4ContinuumGammaDeexcitation - set energy tolerance 1 keV; 2317 set destruct 1994 set destructors to be virtual 2318 1995 2319 21 April 2010 Vladimir Ivanchenko (hadr-deex- 1996 21 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-07) 2320 --------------------------------------------- 1997 ---------------------------------------------------------- 2321 - G4FermiFragmentsPool - (JMQ) extended list 1998 - G4FermiFragmentsPool - (JMQ) extended list of stable fragments 2322 - G4DiscreteGammaTransition - (JMQ) make tran 1999 - G4DiscreteGammaTransition - (JMQ) make transition depended on Z and A 2323 (before w << 2000 (before was only Z) and added 2324 energy to 2001 energy tolerance 2325 - G4ContinuumGammaDeexcitation - (JQM) more a 2002 - G4ContinuumGammaDeexcitation - (JQM) more accurate Lorentz computations 2326 - G4VGammaDeexcitation - (JMQ) improved Loren 2003 - G4VGammaDeexcitation - (JMQ) improved Lorentz computations 2327 2004 2328 20 April 2010 Vladimir Ivanchenko (hadr-deex- 2005 20 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-06) 2329 --------------------------------------------- 2006 ---------------------------------------------------------- 2330 - G4GEMProbability - (JQM + VI) fixed numeric 2007 - G4GEMProbability - (JQM + VI) fixed numerical problem (division by zero) 2331 2008 2332 16 April 2010 Vladimir Ivanchenko (hadr-deex- 2009 16 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-05) 2333 --------------------------------------------- 2010 ---------------------------------------------------------- 2334 - G4ExcitationHandler - enable Multi-Fragment 2011 - G4ExcitationHandler - enable Multi-Fragmentation model 2335 - G4StatMFMacroTemperature - cleanup logic of 2012 - G4StatMFMacroTemperature - cleanup logic of solving equation for 2336 temperature; moved constructors an 2013 temperature; moved constructors and destructor to source 2337 2014 2338 09 April 2010 Vladimir Ivanchenko (hadr-deex- 2015 09 April 2010 Vladimir Ivanchenko (hadr-deex-V09-03-04) 2339 --------------------------------------------- 2016 ---------------------------------------------------------- 2340 - G4ProtonEvaporationProbability, G4DeuteronE 2017 - G4ProtonEvaporationProbability, G4DeuteronEvaporationProbability, 2341 G4TritonEvaporationProbability, G4He3Evapor 2018 G4TritonEvaporationProbability, G4He3EvaporationProbability, 2342 G4AlphaEvaporationProbability - (JMQ) retur 2019 G4AlphaEvaporationProbability - (JMQ) return back to published 2343 variant OPT3 (Kalbach) paramet << 2020 variant OPT3 (Kalbach) parameterization of inverse 2344 cross section << 2021 cross section 2345 2022 2346 05 March 2010 Vladimir Ivanchenko (hadr-deex- 2023 05 March 2010 Vladimir Ivanchenko (hadr-deex-V09-03-03) 2347 --------------------------------------------- 2024 ---------------------------------------------------------- 2348 - G4Evaporation - set as a default variant ev << 2025 - G4Evaporation - set as a default variant evaporation combined 2349 standard + GEM probabilitie 2026 standard + GEM probabilities 2350 2027 2351 17 February 2009 Vladimir Ivanchenko (hadr-de 2028 17 February 2009 Vladimir Ivanchenko (hadr-deex-V09-03-02) 2352 --------------------------------------------- 2029 ---------------------------------------------------------- 2353 - G4ExcitationHandler - deactivate Multi-Frag 2030 - G4ExcitationHandler - deactivate Multi-Fragmentation model 2354 2031 2355 05 February 2009 Vladimir Ivanchenko (hadr-de 2032 05 February 2009 Vladimir Ivanchenko (hadr-deex-V09-03-01) 2356 --------------------------------------------- 2033 ---------------------------------------------------------- 2357 - G4ExcitationHandler - activate FermiBreakUp 2034 - G4ExcitationHandler - activate FermiBreakUp and Multi-Fragmentation models 2358 2035 2359 18 January 2010 Vladimir Ivanchenko (hadr-de 2036 18 January 2010 Vladimir Ivanchenko (hadr-deex-V09-03-00) 2360 --------------------------------------------- 2037 ---------------------------------------------------------- 2361 - Move 9.3 version to the head of cvs for fol 2038 - Move 9.3 version to the head of cvs for following files: G4FissionBarrier.hh, 2362 G4FissionBarrier.cc, G4VGammaDeexcitation.c 2039 G4FissionBarrier.cc, G4VGammaDeexcitation.cc, G4VGammaDeexcitation.hh, 2363 2040 2364 09 December 2009 Gunter Folger (hadr-deex-V0 2041 09 December 2009 Gunter Folger (hadr-deex-V09-02-23) 2365 --------------------------------------------- 2042 ----------------------------------------------------- 2366 - Include fixes in ablation by Pete Truscott: 2043 - Include fixes in ablation by Pete Truscott: 2367 Ablation has been updated, largely to comp 2044 Ablation has been updated, largely to comply with updates in 2368 G4Evaporation, but also some oddities in t << 2045 G4Evaporation, but also some oddities in the way G4Fragment works 2369 (or doesn't work!), and to fix a bug in fr << 2046 (or doesn't work!), and to fix a bug in fragment identification 2370 when evaporation isn't used. 2047 when evaporation isn't used. 2371 2048 2372 01 December 2009 Gabriele Cosmo (hadr-deex-V0 2049 01 December 2009 Gabriele Cosmo (hadr-deex-V09-02-22) 2373 --------------------------------------------- 2050 ----------------------------------------------------- 2374 - Fixed singletons in utils sub-module to can 2051 - Fixed singletons in utils sub-module to canonical form, to help preventing 2375 leaks reported by Valgrind (tag hadr-deex-u 2052 leaks reported by Valgrind (tag hadr-deex-util-V09-02-01). 2376 - Corrected argument to std::pow() in G4Fermi 2053 - Corrected argument to std::pow() in G4FermiConfiguration.cc to fix 2377 compilation problem on Windows VC7. 2054 compilation problem on Windows VC7. 2378 2055 2379 27 November 2009 Vladimir Ivanchenko (hadr-de 2056 27 November 2009 Vladimir Ivanchenko (hadr-deex-V09-02-21) 2380 --------------------------------------------- 2057 ---------------------------------------------------------- 2381 - G4ExcitationHandler - cleanup the logic; re 2058 - G4ExcitationHandler - cleanup the logic; reduce number internal vectors; 2382 fixed memory leak; sh 2059 fixed memory leak; should work bit faster 2383 2060 2384 24 November 2009 Vladimir Ivanchenko (hadr-de 2061 24 November 2009 Vladimir Ivanchenko (hadr-deex-V09-02-20) 2385 --------------------------------------------- 2062 ---------------------------------------------------------- 2386 - G4ExcitationHandler - fixed double deletion 2063 - G4ExcitationHandler - fixed double deletion only on top of tag 18 2387 2064 2388 23 November 2009 Vladimir Ivanchenko (hadr-de 2065 23 November 2009 Vladimir Ivanchenko (hadr-deex-V09-02-19) 2389 --------------------------------------------- 2066 ---------------------------------------------------------- 2390 - G4ExcitationHandler - fixed double deletion 2067 - G4ExcitationHandler - fixed double deletion; cleanup logic of 2391 new/delete of interme 2068 new/delete of intermediate G4Fragments 2392 reducing number of co 2069 reducing number of coping 2393 2070 2394 22 November 2009 Vladimir Ivanchenko (hadr-de 2071 22 November 2009 Vladimir Ivanchenko (hadr-deex-V09-02-18) 2395 --------------------------------------------- 2072 ---------------------------------------------------------- 2396 - G4FissionLevelDensityParameter tuning using 2073 - G4FissionLevelDensityParameter tuning using IAEA benchmark 2397 2074 2398 19 November 2009 Vladimir Ivanchenko (hadr-de 2075 19 November 2009 Vladimir Ivanchenko (hadr-deex-V09-02-17) 2399 --------------------------------------------- 2076 ---------------------------------------------------------- 2400 - G4ExcitationHandler - fixed memory leak 2077 - G4ExcitationHandler - fixed memory leak 2401 2078 2402 19 November 2009 Vladimir Ivanchenko (hadr-de 2079 19 November 2009 Vladimir Ivanchenko (hadr-deex-V09-02-16) 2403 --------------------------------------------- 2080 ---------------------------------------------------------- 2404 - J.M.Quesada retuning for IAEA spallation d 2081 - J.M.Quesada retuning for IAEA spallation data fission parameters 2405 in G4FissionParameters and G4FissionLevel 2082 in G4FissionParameters and G4FissionLevelDensityParameter 2406 - J.M.Quesada improved implementation of Gam 2083 - J.M.Quesada improved implementation of Gamma function computation 2407 in configuration weight inside G4FermiCon 2084 in configuration weight inside G4FermiConfiguration 2408 - V.Ivanchenko added a G4NeutronRadCapture m << 2085 - V.Ivanchenko added a G4NeutronRadCapture model (a simple 1 gamma 2409 emission with 4-momentum bala 2086 emission with 4-momentum balance) 2410 - V.Ivanchenko return default setup of 9.2 f 2087 - V.Ivanchenko return default setup of 9.2 for G4ExcitationHandler 2411 2088 2412 08 October 2009 Vladimir Ivanchenko (hadr-dee 2089 08 October 2009 Vladimir Ivanchenko (hadr-deex-V09-02-15) 2413 --------------------------------------------- 2090 ---------------------------------------------------------- 2414 - J.M.Quesada fixed old problem in G4GEMChan 2091 - J.M.Quesada fixed old problem in G4GEMChannel - computation of 2415 Coulomb barrier was not consistent wi << 2092 Coulomb barrier was not consistent with G4GEMProbability 2416 2093 2417 25 September 2009 Vladimir Ivanchenko (hadr-d 2094 25 September 2009 Vladimir Ivanchenko (hadr-deex-V09-02-14) 2418 --------------------------------------------- 2095 ---------------------------------------------------------- 2419 - J.M.Quesada fixed G4GEMProbability and G4G << 2096 - J.M.Quesada fixed G4GEMProbability and G4GEMChannel to provide 2420 the same probability as proposed in origin 2097 the same probability as proposed in original papers; 2421 J.M.Quesada fixed G4ExitationHandler to fo << 2098 J.M.Quesada fixed G4ExitationHandler to for the case when FermiBreakUp 2422 and multi-fragmentation model are activate 2099 and multi-fragmentation model are activated; 2423 - V.Ivanchenko added a protection on unphysi 2100 - V.Ivanchenko added a protection on unphysical initial state in G4GEMChannel 2424 2101 2425 16 September 2009 Vladimir Ivanchenko (hadr-d 2102 16 September 2009 Vladimir Ivanchenko (hadr-deex-V09-02-13) 2426 --------------------------------------------- 2103 ---------------------------------------------------------- 2427 - J.M.Quesada updated nearly all classes of 2104 - J.M.Quesada updated nearly all classes of GEM sub-package by 2428 introduction new classes G4GEMCoulombBarri 2105 introduction new classes G4GEMCoulombBarrier, G4AlphaGEMCoulombBarrier, 2429 G4DeuteronGEMCoulombBarrier, G4He3GEMCoulo 2106 G4DeuteronGEMCoulombBarrier, G4He3GEMCoulombBarrier, 2430 G4ProtonGEMCoulombBarrier, G4TritonGEMCoul << 2107 G4ProtonGEMCoulombBarrier, G4TritonGEMCoulombBarrier and corresponding 2431 changings in other classes of the sub-pack 2108 changings in other classes of the sub-package; 2432 fixed units inside G4GEMProbability comput 2109 fixed units inside G4GEMProbability computations 2433 2110 2434 27 July 2009 Vladimir Ivanchenko (hadr-deex-V 2111 27 July 2009 Vladimir Ivanchenko (hadr-deex-V09-02-12) 2435 --------------------------------------------- 2112 --------------------------------------------------------- 2436 - G4EvaporationGEMFactory - cleanup 2113 - G4EvaporationGEMFactory - cleanup 2437 - G4Evaporation - added method SetCombinedCan 2114 - G4Evaporation - added method SetCombinedCannels to define new evaporation 2438 factory G4EvaporationDefaul 2115 factory G4EvaporationDefaultGEMFactory 2439 - G4EvaporationDefaultGEMFactory - new class 2116 - G4EvaporationDefaultGEMFactory - new class proposed by J.M.Quesada in 2440 which light mesons probab 2117 which light mesons probabilities are computed from 2441 default classes and other 2118 default classes and other fragments from GEM 2442 - G4FissionLevelDensityParameter, G4FissionPa 2119 - G4FissionLevelDensityParameter, G4FissionParameters - J.M.Quesada tuning 2443 to IAEA benchmark data 2120 to IAEA benchmark data 2444 2121 2445 15 July 2009 Vladimir Ivanchenko (hadr-deex-V 2122 15 July 2009 Vladimir Ivanchenko (hadr-deex-V09-02-11) 2446 --------------------------------------------- 2123 --------------------------------------------------------- 2447 - G4GEMProbability - J.M.Quesada fixed units 2124 - G4GEMProbability - J.M.Quesada fixed units (hbar_Plank -> hbarc) 2448 2125 2449 9 July 2009 Vladimir Ivanchenko (hadr-deex-V0 2126 9 July 2009 Vladimir Ivanchenko (hadr-deex-V09-02-10) 2450 --------------------------------------------- 2127 --------------------------------------------------------- 2451 - G4FermiFragmentsPool - J.M.Quesada fixed un 2128 - G4FermiFragmentsPool - J.M.Quesada fixed units (keV -> MeV), removed 2452 wrong levels, added 2129 wrong levels, added new levels according 2453 to http://www.nndc. 2130 to http://www.nndc.bnl.gov/chart 2454 2131 2455 13 March 2009 Vladimir Ivanchenko (hadr-deex- 2132 13 March 2009 Vladimir Ivanchenko (hadr-deex-V09-02-09) 2456 --------------------------------------------- 2133 --------------------------------------------------------- 2457 - G4CompetitiveFission - fixed 4-momentum bal << 2134 - G4CompetitiveFission - fixed 4-momentum balance by using direct Lorentz 2458 computations (JMQ); 2135 computations (JMQ); 2459 - use G4 units (VI). 2136 - use G4 units (VI). 2460 << 2137 2461 12 March 2009 Alexander Howard (hadr-deex-V09 2138 12 March 2009 Alexander Howard (hadr-deex-V09-02-08) 2462 --------------------------------------------- 2139 ---------------------------------------------------- 2463 - Added Tatsumi's fixes ( G4GEMProbability.cc << 2140 - Added Tatsumi's fixes ( G4GEMProbability.cc and G4GEMChannel.cc ) to GEM 2464 on top of patch9-02 ("hadr-deex-V09-02-07" 2141 on top of patch9-02 ("hadr-deex-V09-02-07" and "hadr-deex-util-V09-02-00") 2465 2142 2466 04 March 2009 Gabriele Cosmo 2143 04 March 2009 Gabriele Cosmo 2467 ---------------------------- 2144 ---------------------------- 2468 - Fixed leaks in singleton classes in the 'ut 2145 - Fixed leaks in singleton classes in the 'util' module. Corrected wherever 2469 needed inlining of constructors/destructors 2146 needed inlining of constructors/destructors for base classes and usage of 2470 virtual specification. Corresponds to tag " 2147 virtual specification. Corresponds to tag "hadr-deex-util-V09-02-00". 2471 2148 2472 15 February 2009 Vladimir Ivanchenko (hadr-de 2149 15 February 2009 Vladimir Ivanchenko (hadr-deex-V09-02-07) 2473 --------------------------------------------- 2150 --------------------------------------------------------- 2474 - G4EvaporationProbability - hbar_Plank subst 2151 - G4EvaporationProbability - hbar_Plank substituted by hbarc (JMQ fix) 2475 - G4FissionProbability - fixed forgotten pare << 2152 - G4FissionProbability - fixed forgotten parenthesis (JMQ fix) 2476 2153 2477 13 February 2009 Vladimir Ivanchenko (hadr-de 2154 13 February 2009 Vladimir Ivanchenko (hadr-deex-V09-02-06) 2478 --------------------------------------------- 2155 --------------------------------------------------------- 2479 - Jose Manuel Quesada change the shape of pro 2156 - Jose Manuel Quesada change the shape of probabilities (back to 9.2) 2480 for d, t, He3, alpha near the Coulomb barri 2157 for d, t, He3, alpha near the Coulomb barrier 2481 2158 2482 12 February 2009 Vladimir Ivanchenko (hadr-de 2159 12 February 2009 Vladimir Ivanchenko (hadr-deex-V09-02-05) 2483 --------------------------------------------- 2160 --------------------------------------------------------- 2484 - Jose Manuel Quesada change the shape of pro << 2161 - Jose Manuel Quesada change the shape of probabilities 2485 for d, t, He3, alpha near the Coulomb barri 2162 for d, t, He3, alpha near the Coulomb barrier 2486 2163 2487 11 February 2009 Vladimir Ivanchenko (hadr-de 2164 11 February 2009 Vladimir Ivanchenko (hadr-deex-V09-02-04) 2488 --------------------------------------------- 2165 --------------------------------------------------------- 2489 - Jose Manuel Quesada set default OPT=3 back 2166 - Jose Manuel Quesada set default OPT=3 back for all particles 2490 and add smearing of Coloumb barriers of d, << 2167 and add smearing of Coloumb barriers of d, t, he3, alpha 2491 2168 2492 10 February 2009 Vladimir Ivanchenko (hadr-de 2169 10 February 2009 Vladimir Ivanchenko (hadr-deex-V09-02-03) 2493 --------------------------------------------- 2170 --------------------------------------------------------- 2494 - Exclude updated G4VGammaDeexcitation 2171 - Exclude updated G4VGammaDeexcitation 2495 2172 2496 10 February 2009 Vladimir Ivanchenko (hadr-de 2173 10 February 2009 Vladimir Ivanchenko (hadr-deex-V09-02-02) 2497 --------------------------------------------- 2174 --------------------------------------------------------- 2498 - Jose Manuel Quesada set default OPT=3 for e << 2175 - Jose Manuel Quesada set default OPT=3 for evaporation of protons 2499 and neutrons and OPT=1 for deuterons, trito 2176 and neutrons and OPT=1 for deuterons, tritons, alpha and He3 2500 2177 2501 10 February 2009 Vladimir Ivanchenko (hadr-de 2178 10 February 2009 Vladimir Ivanchenko (hadr-deex-V09-02-01) 2502 --------------------------------------------- 2179 --------------------------------------------------------- 2503 - Miguel Cortes added extra protection to G4V 2180 - Miguel Cortes added extra protection to G4VGammaDeexcitation 2504 2181 2505 27 January 2009 Vladimir Ivanchenko (hadr-dee 2182 27 January 2009 Vladimir Ivanchenko (hadr-deex-V09-02-00) 2506 --------------------------------------------- 2183 -------------------------------------------------------- 2507 - Miguel Cortes fix of Lorentz transformation 2184 - Miguel Cortes fix of Lorentz transformation in G4VGammaDeexcitation, 2508 which provides Doppler broading of gamma li 2185 which provides Doppler broading of gamma lines 2509 2186 2510 09 December 2008 Alexander Howard (hadr-deex- 2187 09 December 2008 Alexander Howard (hadr-deex-V09-01-25) 2511 --------------------------------------------- 2188 ---------------------------------------------------- 2512 - further increased verbosity in G4Evaporatio 2189 - further increased verbosity in G4Evaporation.cc to try to understand channel 2513 probability failure in very rare case 2190 probability failure in very rare case 2514 2191 2515 08 December 2008 Alexander Howard (hadr-deex- 2192 08 December 2008 Alexander Howard (hadr-deex-V09-01-24) 2516 --------------------------------------------- 2193 ---------------------------------------------------- 2517 - increased verbosity in G4Evaporation.cc to 2194 - increased verbosity in G4Evaporation.cc to try to understand channel 2518 probability failure in very rare case 2195 probability failure in very rare case 2519 2196 2520 27 November 2008 Alexander Howard (hadr-deex- 2197 27 November 2008 Alexander Howard (hadr-deex-V09-01-23) 2521 --------------------------------------------- 2198 ---------------------------------------------------- 2522 - added delete to G4EvaporationChannel.cc to 2199 - added delete to G4EvaporationChannel.cc to fix memory leak 2523 << 2200 2524 19 November 2008 Dennis Wright (hadr-deex-V09 2201 19 November 2008 Dennis Wright (hadr-deex-V09-01-22) 2525 --------------------------------------------- 2202 ---------------------------------------------------- 2526 - fixed bug #1028 in fission/G4CompetitiveFis 2203 - fixed bug #1028 in fission/G4CompetitiveFission::FissionCharge: 2527 trivial change of A to Af in line 343 2204 trivial change of A to Af in line 343 2528 << 2205 2529 19 November 2008 V.Ivanchenko (hadr-deex-V09- 2206 19 November 2008 V.Ivanchenko (hadr-deex-V09-01-21) 2530 --------------------------------------------- 2207 --------------------------------------------------- 2531 - added comments to modifications of MF model 2208 - added comments to modifications of MF model 2532 2209 2533 19 November 2008 Alexander Howard (hadr-deex- 2210 19 November 2008 Alexander Howard (hadr-deex-V09-01-20) 2534 --------------------------------------------- 2211 ----------------------------------------------------- 2535 - Switched OFF FermiBreakUp by default. 2212 - Switched OFF FermiBreakUp by default. 2536 2213 2537 19 November 2008 Alexander Howard (hadr-deex- 2214 19 November 2008 Alexander Howard (hadr-deex-V09-01-19) 2538 --------------------------------------------- 2215 ----------------------------------------------------- 2539 - Fix from JMQ for Zirconium (nu remains alwa 2216 - Fix from JMQ for Zirconium (nu remains always positive in 2540 G4NeutronEvaporationProbability.cc) 2217 G4NeutronEvaporationProbability.cc) 2541 2218 2542 18 November 2008 Alexander Howard (hadr-deex- 2219 18 November 2008 Alexander Howard (hadr-deex-V09-01-18) 2543 --------------------------------------------- 2220 ----------------------------------------------------- 2544 - Fix in G4GEMChannel.cc according to T. Koi 2221 - Fix in G4GEMChannel.cc according to T. Koi (anA,aZ) -> (AResidual,ZResidual) 2545 for pairing correction in ExEnergy. 2222 for pairing correction in ExEnergy. 2546 2223 2547 05 November 2008 Gabriele Cosmo (hadr-deex-V0 2224 05 November 2008 Gabriele Cosmo (hadr-deex-V09-01-17) 2548 --------------------------------------------- 2225 ----------------------------------------------------- 2549 - Fix in evaporation/G4DeuteronEvaporationPro 2226 - Fix in evaporation/G4DeuteronEvaporationProbability.cc for compilation 2550 error on Windows-VC++; fixed typo in class 2227 error on Windows-VC++; fixed typo in class scope specification for a 2551 couple of methods... 2228 couple of methods... 2552 2229 2553 05 November 2008 Dennis Wright (hadr-deex-V09 2230 05 November 2008 Dennis Wright (hadr-deex-V09-01-16) 2554 --------------------------------------------- 2231 ---------------------------------------------------- 2555 - multifragmentation/G4StatMFChannel.cc: fix << 2232 - multifragmentation/G4StatMFChannel.cc: fix gcc 4.3 compiler warnings 2556 at lines 94 and 226. (place parentheses ar 2233 at lines 94 and 226. (place parentheses around && in ||) 2557 2234 2558 24 October 2008 Dennis Wright (hadr-deex-V09- 2235 24 October 2008 Dennis Wright (hadr-deex-V09-01-15) 2559 --------------------------------------------- 2236 --------------------------------------------------- 2560 - replace G4NucleiPropertiesTable::GetBinding << 2237 - replace G4NucleiPropertiesTable::GetBindingEnergy with 2561 G4NucleiProperties::GetBindingEnergy in G4S << 2238 G4NucleiProperties::GetBindingEnergy in G4StatMFMacroTriNucleon, 2562 G4StatMFMacroBiNucleon, and G4StatMFMacroTe 2239 G4StatMFMacroBiNucleon, and G4StatMFMacroTetraNucleon 2563 2240 2564 30 September 2008 A.Howard (hadr-deex-V09-01- 2241 30 September 2008 A.Howard (hadr-deex-V09-01-14) 2565 --------------------------------------------- 2242 --------------------------------------------------- 2566 Correct tag of the head + trivial fix from JM 2243 Correct tag of the head + trivial fix from JMQ to prevent negative 2567 cross-sections for incident protons on target 2244 cross-sections for incident protons on targets with A < Carbon. 2568 2245 2569 2246 2570 19 September 2008 A.Howard (hadr-deex-V09-01- 2247 19 September 2008 A.Howard (hadr-deex-V09-01-13) 2571 --------------------------------------------- 2248 --------------------------------------------------- 2572 First inclusion of JMQ's recent changes to ev 2249 First inclusion of JMQ's recent changes to evaporation and handler. 2573 Directories touched: evaporation (everywhere) 2250 Directories touched: evaporation (everywhere), handler (MAC's changes + JMQ 2574 interface changes), management (G4VEvaporatio 2251 interface changes), management (G4VEvaporationChannel.hh (interface)), util 2575 (G4VEmissionProbability.hh (interface)) - MIS 2252 (G4VEmissionProbability.hh (interface)) - MIS-TAGGED - this is closer to ref07 2576 ***********PLEASE IGNORE********** 2253 ***********PLEASE IGNORE********** 2577 2254 2578 2255 2579 25 July 2008 V.Ivanchenko (hadr-deex-V09-01-1 2256 25 July 2008 V.Ivanchenko (hadr-deex-V09-01-12) 2580 --------------------------------------------- 2257 --------------------------------------------------- 2581 Multi-Fragmentation model have been fixed by << 2258 Multi-Fragmentation model have been fixed by I.Pshenichnov in collaboration 2582 with Alexander Botvina and Igor Mishustin (FI 2259 with Alexander Botvina and Igor Mishustin (FIAS, Frankfurt, INR, 2583 Moscow and Kurchatov Institute, Moscow, pshen 2260 Moscow and Kurchatov Institute, Moscow, pshenich@fias.uni-frankfurt.de) 2584 2261 2585 G4StatMFMacroTemperature - return original al 2262 G4StatMFMacroTemperature - return original algorithm 2586 G4StatMFMacroMultiplicity - additional checks 2263 G4StatMFMacroMultiplicity - additional checks in solver of equation 2587 for the chemical 2264 for the chemical potential 2588 G4StatMFMacroCanonical - fixed infinite loop 2265 G4StatMFMacroCanonical - fixed infinite loop for a fagment with Z=A; 2589 fixed memory leak 2266 fixed memory leak 2590 G4StatMFChannel - fixed semi-infine loop 2267 G4StatMFChannel - fixed semi-infine loop 2591 G4StatMFMacroMultiNucleon - fixed computation 2268 G4StatMFMacroMultiNucleon - fixed computation of the symmetry energy 2592 2269 2593 24 July 2008 V.Ivanchenko (hadr-deex-V09-01-1 2270 24 July 2008 V.Ivanchenko (hadr-deex-V09-01-11) 2594 --------------------------------------------- 2271 --------------------------------------------------- 2595 G4EvaporationProbability - Coulomb barrier up 2272 G4EvaporationProbability - Coulomb barrier upgraded (J. M. Quesada) 2596 2273 2597 12 July 2008 V.Ivanchenko (hadr-deex-V09-01-1 2274 12 July 2008 V.Ivanchenko (hadr-deex-V09-01-10) 2598 --------------------------------------------- 2275 --------------------------------------------------- 2599 Integraded fixes in G4EvaporationProbabilitie 2276 Integraded fixes in G4EvaporationProbabilities and the tag hadr-deex-V09-01-08, 2600 OPT=2 is set (J. M. Quesada) 2277 OPT=2 is set (J. M. Quesada) 2601 2278 2602 05 June 2008 A.Howard (hadr-deex-V09-01-09) 2279 05 June 2008 A.Howard (hadr-deex-V09-01-09) 2603 --------------------------------------------- 2280 --------------------------------------------------- 2604 2281 2605 Fixed memory leak in G4ExcitationHandler than 2282 Fixed memory leak in G4ExcitationHandler thanks to Tatsumi Koi. The fix is on 2606 top of hadr-deex-V09-01-01, but does not incl 2283 top of hadr-deex-V09-01-01, but does not include any of the other subsequent 2607 developments. Required for public beta relea 2284 developments. Required for public beta release. 2608 2285 2609 05 June 2008 J. M. Quesada (hadr-deex-V09-01- 2286 05 June 2008 J. M. Quesada (hadr-deex-V09-01-08) 2610 --------------------------------------------- 2287 --------------------------------------------------- 2611 2288 2612 Bug fixed in OPT=1 (Chatterjee) charged part << 2289 Bug fixed in OPT=1 (Chatterjee) charged particle cross sections. 2613 Unphysical values at very low emission energi << 2290 Unphysical values at very low emission energies have been corrected (set 2614 to 0). 2291 to 0). 2615 OPT=1 by default ( OPT=2 in previous tag) 2292 OPT=1 by default ( OPT=2 in previous tag) 2616 2293 2617 2294 2618 24 May 2008 A.Howard (hadr-deex-V09-01-07) << 2295 24 May 2008 A.Howard (hadr-deex-V09-01-07) 2619 --------------------------------------------- 2296 --------------------------------------------------- 2620 2297 2621 As hadr-deex-V09-01-06 but with photon_evapor 2298 As hadr-deex-V09-01-06 but with photon_evaporation updated to new interface. 2622 Should now be stable (co-works with low energ << 2299 Should now be stable (co-works with low energy tag emlowen-V09-01-14, I guess) - 2623 see hadr-deex-V09-01-01. 2300 see hadr-deex-V09-01-01. 2624 2301 2625 24 May 2008 A.Howard (hadr-deex-V09-01-06) << 2302 24 May 2008 A.Howard (hadr-deex-V09-01-06) 2626 --------------------------------------------- 2303 --------------------------------------------------- 2627 2304 2628 As hadr-deex-V09-01-05 but with G4ExcitationH 2305 As hadr-deex-V09-01-05 but with G4ExcitationHandler.cc put back to correct version 2629 2306 2630 2307 2631 24 May 2008 A.Howard (hadr-deex-V09-01-05) << 2308 24 May 2008 A.Howard (hadr-deex-V09-01-05) 2632 --------------------------------------------- 2309 --------------------------------------------------- 2633 2310 2634 Updated to Jose Manuel Quesada's latest versi 2311 Updated to Jose Manuel Quesada's latest version (should be what was intended in 2635 hadr-deex-V09-01-03). Does not include Fan L 2312 hadr-deex-V09-01-03). Does not include Fan Lei's interface change. This is, 2636 however, still on the HEAD. 2313 however, still on the HEAD. 2637 2314 2638 24 May 2008 A.Howard (hadr-deex-V09-01-04) << 2315 24 May 2008 A.Howard (hadr-deex-V09-01-04) 2639 --------------------------------------------- 2316 --------------------------------------------------- 2640 2317 2641 Updated to Jose Manuel Quesada's latest versi 2318 Updated to Jose Manuel Quesada's latest version (should be what was intended in hadr-deex-V09-01-03). Also includes Fan Lei's change 2642 to the photon_evaporation interface. 2319 to the photon_evaporation interface. 2643 2320 2644 2321 2645 08 May 2008 J. M. Quesada (hadr-deex-V09-01- << 2322 08 May 2008 J. M. Quesada (hadr-deex-V09-01-03) 2646 --------------------------------------------- 2323 --------------------------------------------------- 2647 2324 2648 Coulomb barrier has been added again. Standa << 2325 Coulomb barrier has been added again. Standard parameterization is used for it. It acts as an additional component of inverse reaction cross sections, making it cero when emission energy drops below it. Physical reason: reaction cross sections come from fitting to exp. data at energies normally well above the barrier. The strong competition betwen the different channels makes it very sensible to subtle differences in emission probabilities at low emission energies, when little excitation energy is available. 2649 2326 2650 01 May 2008 J. M. Quesada (hadr-deex-V09-01- << 2327 01 May 2008 J. M. Quesada (hadr-deex-V09-01-02) 2651 --------------------------------------------- 2328 --------------------------------------------------- 2652 - First trial with cvs. << 2329 - First trial with cvs. 2653 New inverse cross sections: 2330 New inverse cross sections: 2654 OPT=1 Chetterjee's parameterization t 2331 OPT=1 Chetterjee's parameterization to reaction cross sections from optical potential global fittings. 2655 OPT=2 as OPT=1 but for protons the We 2332 OPT=2 as OPT=1 but for protons the Wellisch's parameterization for protons is used (DEFAULT) 2656 OPT=3 Kalbach's modifications of Chat 2333 OPT=3 Kalbach's modifications of Chatterjee's parameterization of cross sections 2657 OPT=4 as OPT=3 but for protons the We 2334 OPT=4 as OPT=3 but for protons the Wellisch's parameterization for protons is used 2658 2335 2659 Coulomb barrier has been suppressed as it ent << 2336 Coulomb barrier has been suppressed as it enters through inverse cross sections. Also methods related to former Dostrovski's cross sections (alpha , beta and C parameters) have been suppressed. 2660 2337 2661 2338 2662 01 May 2008 Fan Lei (hadr-deex-V09-01-01) << 2339 01 May 2008 Fan Lei (hadr-deex-V09-01-01) 2663 --------------------------------------------- 2340 --------------------------------------------------- 2664 - photon_evaporation 2341 - photon_evaporation 2665 G4PhotonEvaporation.cc: Atomic relaxation m 2342 G4PhotonEvaporation.cc: Atomic relaxation model is no longer applied following 2666 internal electron conversion. Instead the v << 2343 internal electron conversion. Instead the vaccant shell index is passed to 2667 radioactive decay model, where the ARM is a << 2344 radioactive decay model, where the ARM is applied. 2668 2345 2669 21 March 2008 Dennis Wright (hadr-deex-V09-0 2346 21 March 2008 Dennis Wright (hadr-deex-V09-01-00) 2670 --------------------------------------------- 2347 -------------------------------------------------- 2671 - added parentheses to fix gcc-4.3 compiler w 2348 - added parentheses to fix gcc-4.3 compiler warnings in 2672 G4StatMFChannel::CheckFragments and ::Place 2349 G4StatMFChannel::CheckFragments and ::PlaceFragments 2673 2350 2674 15 November 2007 Alex Howard (hadr-deex-V09- 2351 15 November 2007 Alex Howard (hadr-deex-V09-00-06) 2675 --------------------------------------------- 2352 --------------------------------------------------- 2676 - Added Jose Manuel Quesada's modification to 2353 - Added Jose Manuel Quesada's modification to util/src/G4CoulombBarrier.cc in 2677 order to go back to the original Dostrovski 2354 order to go back to the original Dostrovski's formulation which is described 2678 in the Physics Reference Manual. The previ 2355 in the Physics Reference Manual. The previous implementation (from Vicente 2679 Lara) was inconsistent and less to an under 2356 Lara) was inconsistent and less to an under-estimate of the Coulomb Barrier. 2680 2357 2681 2358 2682 15 November 2007 F Lei (hadr-deex-V09-00-05) 2359 15 November 2007 F Lei (hadr-deex-V09-00-05) 2683 --------------------------------------------- 2360 --------------------------------------------------- 2684 - photon_evaporation 2361 - photon_evaporation 2685 bug fix #952. Changes to G4VGammaDeexciatio << 2362 bug fix #952. Changes to G4VGammaDeexciation.cc:line 279; 2686 G4NuclearLevelManageer.cc:line 189; 2363 G4NuclearLevelManageer.cc:line 189; 2687 G4ContinuumGammaDeexcitation.cc:line133 << 2364 G4ContinuumGammaDeexcitation.cc:line133. 2688 2365 2689 2366 2690 01 November 2007 Dennis Wright (hadr-deex-V0 2367 01 November 2007 Dennis Wright (hadr-deex-V09-00-04) 2691 --------------------------------------------- 2368 ----------------------------------------------------- 2692 - suppressed gamma level file warnings in G4N 2369 - suppressed gamma level file warnings in G4NuclearLevelManager.cc 2693 To turn them on again, set pre-compiler fla << 2370 To turn them on again, set pre-compiler flag 2694 CPPFLAGS += -DGAMMAFILEWARNING 2371 CPPFLAGS += -DGAMMAFILEWARNING 2695 << 2372 2696 2373 2697 01 October 2007 Alex Howard (hadr-deex-V09-0 2374 01 October 2007 Alex Howard (hadr-deex-V09-00-03) 2698 --------------------------------------------- 2375 --------------------------------------------------- 2699 - Protected Rj (Q_beta) factor against divide 2376 - Protected Rj (Q_beta) factor against divide by zeroes - occurs occasionally. 2700 Following files were altered: 2377 Following files were altered: 2701 G4AlphaEvaporationProbability.hh, G4He3Evap << 2378 G4AlphaEvaporationProbability.hh, G4He3EvaporationProbability.hh, 2702 G4DeuteronEvaporationProbability.hh, G4Neut << 2379 G4DeuteronEvaporationProbability.hh, G4NeutronEvaporationProbability.hh, 2703 G4TritonEvaporationProbability.hh, G4Proton 2380 G4TritonEvaporationProbability.hh, G4ProtonEvaporationProbability.hh 2704 2381 2705 2382 2706 19 September 2007 Alex Howard (hadr-deex-V09 2383 19 September 2007 Alex Howard (hadr-deex-V09-00-02) 2707 --------------------------------------------- 2384 --------------------------------------------------- 2708 - Removed atomic mass number from "gamma fact << 2385 - Removed atomic mass number from "gamma factor" within 2709 G4DeuteronEvaporationProbability.cc, G4Trit << 2386 G4DeuteronEvaporationProbability.cc, G4TritonEvaporationProbability.cc, 2710 G4He3EvaporationProbability.cc, G4AlphaEvap 2387 G4He3EvaporationProbability.cc, G4AlphaEvaporationProbability.cc 2711 2388 2712 2389 2713 23 August 2007 Alex Howard (hadr-deex-V09-00 2390 23 August 2007 Alex Howard (hadr-deex-V09-00-01) 2714 --------------------------------------------- 2391 ----------------------------------------------- 2715 - Removed Coulomb Barrier to beta parameter a 2392 - Removed Coulomb Barrier to beta parameter as it's already included in the 2716 inverse cross-section formula and is introd 2393 inverse cross-section formula and is introduced in terms of the energy limit 2717 of the integration. 2394 of the integration. 2718 - Introduced missing Rj factor in the followi 2395 - Introduced missing Rj factor in the following files (evaporation module): 2719 G4EvaporationProbability.cc, G4EvaporationP << 2396 G4EvaporationProbability.cc, G4EvaporationProbability.hh, 2720 G4AlphaEvaporationProbability.hh, G4Deutero << 2397 G4AlphaEvaporationProbability.hh, G4DeuteronEvaporationProbability.hh, 2721 G4He3EvaporationProbability.hh, G4NeutronEv << 2398 G4He3EvaporationProbability.hh, G4NeutronEvaporationProbability.hh, 2722 G4ProtonEvaporationProbability.hh, G4Triton 2399 G4ProtonEvaporationProbability.hh, G4TritonEvaporationProbability.hh 2723 2400 2724 2401 2725 28 July 2007 Alex Howard (hadr-deex-V09-00-0 2402 28 July 2007 Alex Howard (hadr-deex-V09-00-00) 2726 --------------------------------------------- 2403 ----------------------------------------------- 2727 - Added Coulomb Barrier to Beta parameter for 2404 - Added Coulomb Barrier to Beta parameter for inverse channel 2728 cross-section. Needs verification. Required 2405 cross-section. Needs verification. Required additions and changes to the 2729 following files: 2406 following files: 2730 G4EvaporationProbability.hh, G4EvaporationPro << 2407 G4EvaporationProbability.hh, G4EvaporationProbability.cc, 2731 G4AlphaEvaporationProbability.hh, G4DeuteronE << 2408 G4AlphaEvaporationProbability.hh, G4DeuteronEvaporationProbability.hh, 2732 G4He3EvaporationProbability.hh, G4NeutronEvap << 2409 G4He3EvaporationProbability.hh, G4NeutronEvaporationProbability.hh, 2733 G4ProtonEvaporationProbability.hh, G4TritonEv << 2410 G4ProtonEvaporationProbability.hh, G4TritonEvaporationProbability.hh, 2734 G4AlphaEvaporationProbability.cc, G4DeuteronE << 2411 G4AlphaEvaporationProbability.cc, G4DeuteronEvaporationProbability.cc, 2735 G4He3EvaporationProbability.cc, G4NeutronEvap << 2412 G4He3EvaporationProbability.cc, G4NeutronEvaporationProbability.cc, 2736 G4ProtonEvaporationProbability.cc, G4TritonEv 2413 G4ProtonEvaporationProbability.cc, G4TritonEvaporationProbability.cc 2737 2414 2738 2415 2739 5 June 2007 Alex Howard (hadr-deex-V08-03-01 2416 5 June 2007 Alex Howard (hadr-deex-V08-03-01) 2740 --------------------------------------------- 2417 ----------------------------------------------- 2741 - Fixed bug in fix "hadr-deex-V08-03-00" - de 2418 - Fixed bug in fix "hadr-deex-V08-03-00" - deleted pointers and iterators were 2742 attempted to be accessed. Now a final stat 2419 attempted to be accessed. Now a final state iterator list is created and 2743 filled when necessary. 2420 filled when necessary. 2744 2421 2745 2422 2746 18 May 2007 Alex Howard (hadr-deex-V08-03-00 2423 18 May 2007 Alex Howard (hadr-deex-V08-03-00) 2747 --------------------------------------------- 2424 ----------------------------------------------- 2748 - Fixed bug in low A,Z false condition in G4D 2425 - Fixed bug in low A,Z false condition in G4DiscreteGammaDeexcitation.cc, now 2749 the condition is (Z<2 || A<3 || Z>98) false ( 2426 the condition is (Z<2 || A<3 || Z>98) false (so stops at Cf rather than >100) 2750 and includes helium (previously excluded) 2427 and includes helium (previously excluded) 2751 - Fixed bug in pointer to iterator moving bef 2428 - Fixed bug in pointer to iterator moving before its beginning G4ExcitationHandler.cc 2752 2429 2753 14 Feb 2007 Alex Howard (hadr-deex-V08-02-02 2430 14 Feb 2007 Alex Howard (hadr-deex-V08-02-02) 2754 --------------------------------------------- 2431 ----------------------------------------------- 2755 - evaporation 2432 - evaporation 2756 Added protection to exclude negative proba << 2433 Added protection to exclude negative probabilities from the 2757 "competitive channel sum". With fix below 2434 "competitive channel sum". With fix below this should only happen due to 2758 a precision error, but is protected noneth 2435 a precision error, but is protected nonetheless. 2759 2436 2760 12 Feb 2007 Alex Howard (hadr-deex-V08-02-01 2437 12 Feb 2007 Alex Howard (hadr-deex-V08-02-01) 2761 --------------------------------------------- 2438 ----------------------------------------------- 2762 - fission 2439 - fission 2763 Fixed probability to no longer be negative 2440 Fixed probability to no longer be negative. Is now equivalent to what is 2764 written in the Physics Reference Manual. V << 2441 written in the Physics Reference Manual. Vicente Lara suggested/agreed 2765 with fix. 2442 with fix. 2766 2443 2767 5 Jan 2007 Dennis Wright (hadr-deex-V08-02-0 2444 5 Jan 2007 Dennis Wright (hadr-deex-V08-02-00) 2768 --------------------------------------------- 2445 ----------------------------------------------- 2769 - fission 2446 - fission 2770 Fixed several memory leaks in G4ParaFissio 2447 Fixed several memory leaks in G4ParaFissionModel 2771 2448 2772 19 Aug 2006 Dennis Wright (hadr-deex-V08-01-0 2449 19 Aug 2006 Dennis Wright (hadr-deex-V08-01-00) 2773 --------------------------------------------- 2450 ----------------------------------------------- 2774 - multifragmentation 2451 - multifragmentation 2775 G4VStatMFMacroCluster.hh : removed meaning 2452 G4VStatMFMacroCluster.hh : removed meaningless const qualifier from 2776 methods GetInvLevelDensity, GetZARatio and 2453 methods GetInvLevelDensity, GetZARatio and GetSize 2777 << 2454 2778 - handler 2455 - handler 2779 G4ExcitationHandler.hh : removed meaningle 2456 G4ExcitationHandler.hh : removed meaningless const qualifier from 2780 mehtods GetMaxZ, GetMaxA and GetMinE 2457 mehtods GetMaxZ, GetMaxA and GetMinE 2781 2458 2782 20 Apr 2006 Dennis Wright (hadr-deex-V08-00-0 2459 20 Apr 2006 Dennis Wright (hadr-deex-V08-00-03) 2783 --------------------------------------------- 2460 ----------------------------------------------- 2784 - photon_evaporation 2461 - photon_evaporation 2785 G4NuclearLevelManager.cc : in method MakeL 2462 G4NuclearLevelManager.cc : in method MakeLevels(), restrict the missing 2786 file warning to Z > 10 2463 file warning to Z > 10 2787 2464 2788 08 Apr 2006 Dennis Wright (hadr-deex-V08-00-0 2465 08 Apr 2006 Dennis Wright (hadr-deex-V08-00-02) 2789 --------------------------------------------- 2466 ---------------------------------------------- 2790 - photon_evaporation 2467 - photon_evaporation 2791 G4PhotonEvaporation.cc : in method BreakItU 2468 G4PhotonEvaporation.cc : in method BreakItUp(), fix memory leak - 2792 delete entries to armProducts vector. 2469 delete entries to armProducts vector. This is in response to 2793 bug report 851. << 2470 bug report 851. 2794 2471 2795 05 Jan 2006 Dennis Wright (hadr-deex-V08-00-0 2472 05 Jan 2006 Dennis Wright (hadr-deex-V08-00-01) 2796 --------------------------------------------- 2473 ---------------------------------------------- 2797 2474 2798 - photon_evaporation 2475 - photon_evaporation 2799 G4NuclearLevelManager.cc : in method MakeL << 2476 G4NuclearLevelManager.cc : in method MakeLevels(), re-enable the 2800 warning that no gamma levels file exis << 2477 warning that no gamma levels file exists. This is in response 2801 to bug report 814. << 2478 to bug report 814. 2802 2479 2803 - fission 2480 - fission 2804 G4ParaFissionModel.hh : fix compilation er 2481 G4ParaFissionModel.hh : fix compilation errors which do not show up 2805 because there is no .cc file. This is << 2482 because there is no .cc file. This is in response to bug report 2806 817. Note: splitting this class into << 2483 817. Note: splitting this class into header and implementation 2807 files will have to wait for a director << 2484 files will have to wait for a directory re-organization because 2808 as it stands now, there are circular d << 2485 as it stands now, there are circular dependencies between the 2809 fission and evaporation directories. 2486 fission and evaporation directories. 2810 2487 2811 24 Nov 2005 Dennis Wright (hadr-deex-V07-01-0 2488 24 Nov 2005 Dennis Wright (hadr-deex-V07-01-00) 2812 --------------------------------------------- 2489 ---------------------------------------------- 2813 2490 2814 - photon_evaporation (tag hadr-deex-photo-V07 2491 - photon_evaporation (tag hadr-deex-photo-V07-01-00 by Aatos Heikkinen) 2815 <sstream> migration for G4NuclearLevelMana << 2492 <sstream> migration for G4NuclearLevelManager.cc, 2816 G4NuclearLevelData 2493 G4NuclearLevelDataStore.cc, 2817 G4DiscreteGammaDee 2494 G4DiscreteGammaDeexcitation.cc 2818 minor update of G4VGammaDeexcitation.cc 2495 minor update of G4VGammaDeexcitation.cc 2819 2496 2820 - util (tag hadr-deex-util-V07-01-00 by Aatos 2497 - util (tag hadr-deex-util-V07-01-00 by Aatos Heikkinen) 2821 <sstream> migration for G4CoulombBarrier.c 2498 <sstream> migration for G4CoulombBarrier.cc 2822 G4VCoulombBarrier. 2499 G4VCoulombBarrier.cc, 2823 2500 2824 - gem_evaporation (tag hadr-deex-gem-V07-01-0 2501 - gem_evaporation (tag hadr-deex-gem-V07-01-00 by Aatos Heikkinen) 2825 <sstream> migration for G4GEMCoulombBarrie 2502 <sstream> migration for G4GEMCoulombBarrierHE.cc 2826 2503 2827 - fermi_breakup (tag hadr-deex-fermi-V07-01-0 2504 - fermi_breakup (tag hadr-deex-fermi-V07-01-00 by Aatos Heikkinen) 2828 <sstream> migration for G4FermiSplitter.cc 2505 <sstream> migration for G4FermiSplitter.cc 2829 2506 2830 2507 2831 2508