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