Geant4 Cross Reference |
1 ------------------------------------------------------------------- 2 3 ================================================== 4 Geant4 - an Object-Oriented Toolkit for Simulation 5 ================================================== 6 7 History file for High Precision Neutron model 8 --------------------------------------------- 9 10 This file should be used to summarize modifications introduced in the 11 code and to keep track of all tags. 12 13 --------------------------------------------------------------- 14 * Please list in reverse chronological order (last date on top) 15 --------------------------------------------------------------- 16 17 3 November 2015 Tatsumi Koi (hadr-hpn-V10-01-24) 18 Delete files in src 19 Move files in include to particle_hp directory 20 sources.cmake 21 Add dummy file of G4NeutronHP.cc at src avoiding error in GNU system 22 23 24 28 October 2015 Tatsumi Koi (hadr-hpn-V10-01-23) 25 Re tag for testing 26 27 28 25 October 2015 Tatsumi Koi (hadr-hpn-V10-01-22) 29 Re tag for testing 30 31 32 19 October 2015 Tatsumi Koi (hadr-hpn-V10-01-21) 33 Test for merging NeutronHP and ParticleHP 34 sources.cmake 35 include/G4NeutronHPBGGNucleonInelasticXS.hh 36 include/G4NeutronHPCapture.hh 37 include/G4NeutronHPCaptureData.hh 38 include/G4NeutronHPElastic.hh 39 include/G4NeutronHPElasticData.hh 40 include/G4NeutronHPFission.hh 41 include/G4NeutronHPFissionData.hh 42 include/G4NeutronHPJENDLHEElasticData.hh 43 include/G4NeutronHPJENDLHEInelasticData.hh 44 include/G4NeutronHPThermalScattering.hh 45 include/G4NeutronHPThermalScatteringData.hh 46 47 48 8 October 2015 Tatsumi Koi (hadr-hpn-V10-01-20) 49 Fix circular dependency, co-working with hadr-hpp-V10-01-22 50 51 52 6 October 2015 Tatsumi Koi (hadr-hpn-V10-01-19) 53 Fix problem on previous tag. 54 Instead of comment out delete corresponding lines 55 sources.cmake 56 57 58 5 October 2015 Tatsumi Koi (hadr-hpn-V10-01-18) 59 Test for merging NeutronHP and ParticleHP 60 sources.cmake 61 include/G4NeutronHPInelastic.hh 62 include/G4NeutronHPInelasticData.hh 63 64 65 15 July 2015 Tatsumi Koi (hadr-hpn-V10-01-17) 66 Code clean up 67 include/G4NeutronHPInelasticData.hh 68 include/G4NeutronHPElasticData.hh 69 include/G4NeutronHPCaptureData.hh 70 include/G4NeutronHPFissionData.hh 71 src/G4NeutronHPCaptureData.cc 72 src/G4NeutronHPFissionData.cc 73 src/G4NeutronHPInelasticData.cc 74 src/G4NeutronHPElasticData.cc 75 76 77 1 July 2015 Tatsumi Koi (hadr-hpn-V10-01-16) 78 Adding UI command for changing verbose level 79 include/G4NeutronHPMessenger.hh 80 src/G4NeutronHPMessenger.cc 81 82 83 29 June 2015 Tatsumi Koi (hadr-hpn-V10-01-15) 84 Fix reproducibility on multithreading mode 85 include/G4NeutronHPFissionBaseFS.hh 86 include/G4NeutronHPFSFissionFS.hh 87 src/G4NeutronHPFissionBaseFS.cc 88 src/G4NeutronHPFSFissionFS.cc 89 90 91 24 June 2015 Tatsumi Koi (hadr-hpn-V10-01-14) 92 Fix problem at deletion in multithreading mode 93 include/G4NeutronHPFission.hh 94 include/G4NeutronHPInelastic.hh 95 src/G4NeutronHPFission.cc 96 src/G4NeutronHPInelastic.cc 97 98 99 8 June 2015 Tatsumi Koi (hadr-hpn-V10-01-13) 100 Fix problem on photon distribution Bugzilla #1745 101 src/G4NeutronHPPhotonDist.cc 102 103 104 4 June 2015 Tatsumi Koi (hadr-hpn-V10-01-12) 105 Add model and cross section description 106 107 108 27 May 2015 Gabriele Cosmo (hadr-hpn-V10-01-11) 109 Corrected GNUmakefile for inclusion of internal zlib. 110 111 112 24 May 2015 Tatsumi Koi (hadr-hpn-V10-01-10) 113 Making not to use the cache of cross section 114 Since the same feature is offered in CrossSectionDataStore 115 Co-working with global-V10-01-08 116 src/G4NeutronHPCaptureData.cc 117 src/G4NeutronHPFissionData.cc 118 src/G4NeutronHPInelasticData.cc 119 src/G4NeutronHPThermalScatteringData.cc 120 src/G4NeutronHPElasticData.cc 121 122 123 18 May 2015 Tatsumi Koi (hadr-hpn-V10-01-09) 124 Changing to use G4Threading::IsMasterThread() instera of !G4Threading::IsWorkerThread() 125 Co-working with global-V10-01-08 126 src/G4NeutronHPCapture.cc 127 src/G4NeutronHPFission.cc 128 src/G4NeutronHPInelastic.cc 129 src/G4NeutronHPThermalScatteringData.cc 130 src/G4NeutronHPThermalScattering.cc 131 src/G4NeutronHPElastic.cc 132 133 134 24 April 2015 Tatsumi Koi (hadr-hpn-V10-01-08) 135 Fix coverity issue #60888&60889 136 src/G4NeutronHPInterpolator.cc 137 138 139 13 April 2015 Tatsumi Koi (hadr-hpn-V10-01-07) 140 Fix coverity issue #14992 141 src/G4NeutronHPEnAngCorrelation.cc 142 143 144 27 March 2015 Tatsumi Koi (hadr-hpn-V10-01-06) 145 Fix warning from compiler 146 src/G4NeutronHPFission.cc 147 148 149 20 March 2015 Tatsumi Koi (hadr-hpn-V10-01-05) 150 Fix problem of Wendt-Fission-Fragment model in multi thread library 151 include/G4NeutronHPChannel.hh 152 include/G4WendtFissionFragmentGenerator.hh 153 src/G4FPYSamplingOps.cc 154 src/G4NeutronHPChannel.cc 155 src/G4NeutronHPFission.cc 156 src/G4WendtFissionFragmentGenerator.cc 157 158 159 09 Febrary 2015 Tatsumi Koi (hadr-hpn-V10-01-04) 160 Delete unnecessary codes: Bugzilla#1710 161 src/G4NeutronHPInelasticCompFS.cc 162 163 164 15 January 2015 Tatsumi Koi (hadr-hpn-V10-01-03) 165 Fix coverity issue #43437 166 src/G4NeutronHPElasticFS.cc 167 168 169 13 January 2015 Tatsumi Koi (hadr-hpn-V10-01-02) 170 Fix coverity issue #43442 171 src/G4NeutronHPChannelList.cc 172 173 174 8 January 2015 Tatsumi Koi (hadr-hpn-V10-01-01) 175 Fix coverity issue #53411 176 include/G4FissionProductYieldDist.hh 177 src/G4FissionProductYieldDist.cc 178 179 180 11 December 2014 Gabriele Cosmo (hadr-hpn-V10-01-00) 181 Removed commented header in sources.cmake script to allow for proper 182 validation of sources in system testing. 183 184 185 17 November 2014 Tatsumi Koi (hadr-hpn-V10-00-36) 186 Fix potential overwritten problem Bugzilla#1689 187 include/G4NeutronHPInterpolator.hh 188 189 190 17 November 2014 Tatsumi Koi (hadr-hpn-V10-00-35) 191 Fix problem caused by QNAN on Windows 192 src/G4FPYSamplingOps.cc 193 194 195 12 November 2014 Tatsumi Koi (hadr-hpn-V10-00-34) 196 Fix for boundary-checking error 197 include/G4NeutronHPProduct.hh 198 include/G4NeutronHPContAngularPar.hh 199 200 201 11 November 2014 Tatsumi Koi (hadr-hpn-V10-00-33) 202 Fix for Bugzilla #1686 203 src/G4NeutronHPElasticFS.cc 204 205 206 11 November 2014 Tatsumi Koi (hadr-hpn-V10-00-32) 207 Fix warning message in gcc4.1 compiler 208 include/G4NeutronHPEnAngCorrelation.hh 209 210 211 8 November 2014 Tatsumi Koi (hadr-hpn-V10-00-31) 212 Fix problem on single threading mode 213 include/G4NeutronHPEnAngCorrelation.hh 214 include/G4NeutronHPProduct.hh 215 include/G4NeutronHPAngular.hh 216 include/G4VNeutronHPEnergyAngular.hh 217 Fix missing "ifndef/define/endif" 218 include/G4WendtFissionFragmentGenerator.hh 219 220 221 31 October 2014 Tatsumi Koi (hadr-hpn-V10-00-30) 222 Fix reproducibility on multithreading mode 223 include/G4NeutronHPEnAngCorrelation.hh 224 include/G4NeutronHPProduct.hh 225 include/G4NeutronHPAngular.hh 226 include/G4VNeutronHPEnergyAngular.hh 227 src/G4NeutronHPAngular.cc 228 src/G4NeutronHPEnAngCorrelation.cc 229 src/G4NeutronHPProduct.cc 230 231 232 27 October 2014 Tatsumi Koi (hadr-hpn-V10-00-29) 233 Additional fix for problem on prvious tag on non multi thread library 234 include/G4NeutronHPPhotonDist.hh 235 src/G4NeutronHPPhotonDist.cc 236 237 238 26 October 2014 Tatsumi Koi (hadr-hpn-V10-00-28) 239 Additional fix for problem on prvious tag on gcc4.4.7 compilers 240 241 242 23 October 2014 Tatsumi Koi (hadr-hpn-V10-00-27) 243 Avoid issuing Hash of NeutronHPVector from worker threads 244 include/G4NeutronHPProduct.hh 245 include/G4NeutronHPPartial.hh 246 src/G4NeutronHPElasticFS.cc 247 Fix problem on prvious tag 248 include/G4NeutronHPManager.hh 249 250 251 19 October 2014 Tatsumi Koi (hadr-hpn-V10-00-26) 252 Migration of sharing final state data among worker threads 253 include/G4NeutronHPArbitaryTab.hh 254 include/G4NeutronHPContAngularPar.hh 255 include/G4NeutronHPContEnergyAngular.hh 256 include/G4NeutronHPIsoData.hh 257 include/G4NeutronHPPartial.hh 258 include/G4NeutronHPPhotonDist.hh 259 include/G4NeutronHPVector.hh 260 src/G4NeutronHPContAngularPar.cc 261 src/G4NeutronHPContEnergyAngular.cc 262 src/G4NeutronHPPhotonDist.cc 263 src/G4NeutronHPVector.cc 264 265 266 17 October 2014 Tatsumi Koi (hadr-hpn-V10-00-25) 267 Adjust A and Z in the case of miss much between selected data and target nucleus 268 src/G4NeutronHPInelasticBaseFS.cc 269 src/G4NeutronHPInelasticCompFS.cc 270 271 272 18 September 2014 Tatsumi Koi (hadr-hpn-V10-00-24) 273 Final state data is shared among worker threads. 274 include/G4NeutronHPFinalState.hh 275 include/G4NeutronHPManager.hh 276 src/G4NeutronHPCapture.cc 277 src/G4NeutronHPChannel.cc 278 src/G4NeutronHPElastic.cc 279 src/G4NeutronHPFinalState.cc 280 src/G4NeutronHPFission.cc 281 src/G4NeutronHPInelastic.cc 282 src/G4NeutronHPManager.cc 283 284 285 16 September 2014 Tatsumi Koi (hadr-hpn-V10-00-23) 286 Use BuildPhysicsTable 287 Co-working with hadr-modman-V10-00-05 and hadr-man-V10-00-11 288 include/G4NeutronHPCapture.hh 289 include/G4NeutronHPElastic.hh 290 include/G4NeutronHPFission.hh 291 include/G4NeutronHPInelastic.hh 292 src/G4NeutronHPCapture.cc 293 src/G4NeutronHPFission.cc 294 src/G4NeutronHPInelastic.cc 295 src/G4NeutronHPThermalScattering.cc 296 src/G4NeutronHPElastic.cc 297 298 299 300 15 September 2014 Tatsumi Koi (hadr-hpn-V10-00-22) 301 Use BuildPhysicsTable 302 Co-working with hadr-modman-V10-00-05 and hadr-man-V10-00-11 303 include/G4NeutronHPThermalScattering.hh 304 src/G4NeutronHPThermalScattering.cc 305 306 307 12 September 2014 Tatsumi Koi (hadr-hpn-V10-00-21) 308 Thermal scattering final state data is shared among worker threads. 309 include/G4NeutronHPThermalScattering.hh 310 include/G4NeutronHPManager.hh 311 src/G4NeutronHPManager.cc 312 src/G4NeutronHPThermalScattering.cc 313 314 315 10 September 2014 Tatsumi Koi (hadr-hpn-V10-00-20) 316 Thermal scattering cross section data is shared among worker threads. 317 include/G4NeutronHPThermalScatteringData.hh 318 include/G4NeutronHPManager.hh 319 src/G4NeutronHPManager.cc 320 src/G4NeutronHPThermalScatteringData.cc 321 322 323 5 September 2014 Tatsumi Koi (hadr-hpn-V10-00-19) 324 Cross section data is shared among worker threads. 325 include/G4NeutronHPManager.hh 326 src/G4NeutronHPCaptureData.cc 327 src/G4NeutronHPFissionData.cc 328 src/G4NeutronHPInelasticData.cc 329 src/G4NeutronHPManager.cc 330 src/G4NeutronHPElasticData.cc 331 332 333 25 August 2014 Tatsumi Koi (hadr-hpn-V10-00-18) 334 -Delete unnecessary issue of BuildPhysicTable 335 src/G4NeutronHPThermalScattering.cc 336 -Introducing ThreadLocalManager 337 for storing information related to each individual reactions 338 sources.cmake 339 include/G4NeutronHPThreadLocalManager.hh 340 include/G4NeutronHPManager.hh 341 src/G4NeutronHPThreadLocalManager.cc 342 src/G4NeutronHPManager.cc 343 344 345 18 August 2014 Tatsumi Koi (hadr-hpn-V10-00-17) 346 -Adding UI commands for controlling options of HP package 347 include/G4NeutronHPFinalState.hh 348 include/G4NeutronHPFissionData.hh 349 include/G4NeutronHPManager.hh 350 src/G4NeutronHPCaptureData.cc 351 src/G4NeutronHPNames.cc 352 src/G4NeutronHPFinalState.cc 353 src/G4NeutronHPFissionFS.cc 354 src/G4NeutronHPFissionData.cc 355 src/G4NeutronHPInelasticData.cc 356 src/G4NeutronHPCaptureFS.cc 357 src/G4NeutronHPManager.cc 358 src/G4NeutronHPElasticData.cc 359 -Adding G4NeutronHPMessenger class 360 sources.cmake 361 include/G4NeutronHPMessenger.hh 362 src/G4NeutronHPMessenger.cc 363 364 365 14 August 2014 Tatsumi Koi (hadr-hpn-V10-00-16) 366 -Adding information of data source to each data file 367 G4NDL4.5 368 - Migrate G4NDL4.5 369 Reading and storing source information 370 include/G4NeutronHPManager.hh 371 src/G4NeutronHPNames.cc 372 src/G4NeutronHPManager.cc 373 374 375 6 August 2014 Tatsumi Koi (hadr-hpn-V10-00-15) 376 -Fix rare core dump caused by angular parameter being all zero. 377 The angular parameters of the first and last seoncondary energy 378 in ThermalScattering/Inelastic/FS have all zero elements 379 include/G4NeutronHPThermalScattering.hh 380 src/G4NeutronHPThermalScattering.cc 381 -Uncomment out para and ortho hydrogen and liquid and solid methane 382 src/G4NeutronHPThermalScatteringNames.cc 383 384 385 30 July 2014 Alberto Ribon (hadr-hpn-V10-00-14) 386 - G4NeutronHPElasticData, G4NeutronHPInelasticData, G4NeutronHPCaptureData, 387 G4NeutronHPFissionData, G4NeutronHPJENDLHEData: proper deletion of 388 physics vectors. 389 390 391 25 July 2014 Tatsumi Koi (hadr-hpn-V10-00-13) 392 - Delete unused (and also uncompilable) header file. 393 G4NeutronHPPhotonXSection.hh 394 395 396 21 May 2014 Andrea Dotti (hadr-hpn-V10-00-12) 397 - Change deleting of maps in G4NeutronHPFFFissionFS destructor. 398 399 400 21 May 2014 Andrea Dotti (hadr-hpn-V10-00-11) 401 - Do not call G4PhysicsTable::clearAndDestroy() in destructors of 402 G4NeutronHPCaptureData, G4NeutronHPElasticData, G4NeutronHPFissionData 403 G4NeutronHPInelasticData. Because G4PhysicsTable content are manged by 404 allocators 405 406 407 20 May 2014 Tatsumi Koi (hadr-hpn-V10-00-10) 408 -Fix bug in kinematics of residual nucleus 409 src/G4NeutronHPCaptureFS.cc 410 411 412 19 May 2014 Tatsumi Koi (hadr-hpn-V10-00-09) 413 -Defeating warning message from clang3.4 compiler 414 include/G4NeutronHPThermalScattering.hh 415 416 417 19 May 2014 Tatsumi Koi (hadr-hpn-V10-00-08) 418 -Defeating warning message from gcc4.9.0 compiler 419 include/G4NeutronHPThermalScattering.hh 420 421 422 14 May 2014 Tatsumi Koi for Federico Carminati (hadr-hpn-V10-00-07) 423 -Fix memory leaks and simplify function for better stability 424 include/G4NeutronHPHash.hh 425 include/G4NeutronHPFFFissionFS.hh 426 src/G4NeutronHPFinalState.cc 427 src/G4NeutronHPVector.cc 428 src/G4NeutronHPFFFissionFS.cc 429 src/G4NeutronHPInterpolator.cc 430 431 432 12 May 2014 Tatsumi Koi (hadr-hpn-V10-00-06) 433 -Defeating warning message from gcc4.9.0 compiler 434 src/G4NeutronHPThermalScattering.cc 435 436 437 4 May 2014 Tatsumi Koi (hadr-hpn-V10-00-05) 438 -Fix problem on single temperature data file 439 src/G4NeutronHPThermalScattering.cc 440 441 442 23 April 2014 Tatsumi Koi (hadr-hpn-V10-00-04) 443 -Reset isotope pointer to the target G4Nucleus object of reaction 444 src/G4NeutronHPCapture.cc 445 src/G4NeutronHPElastic.cc 446 src/G4NeutronHPFission.cc 447 src/G4NeutronHPInelastic.cc 448 449 450 14 March 2014 Tatsumi Koi (hadr-hpn-V10-00-03) 451 -Remove const_cast now that pointer to G4ParticleDefinition is const 452 include/G4NeutronHPThermalBoost.hh 453 src/G4NeutronHPInelasticBaseFS.cc 454 src/G4NeutronHPFissionFS.cc 455 src/G4NeutronHPCaptureFS.cc 456 src/G4NeutronHPInelasticCompFS.cc 457 src/G4NeutronHPElasticFS.cc 458 src/G4NeutronHPThermalScattering.cc 459 460 461 14 March 2014 Tatsumi Koi (hadr-hpn-V10-00-02) 462 Fix compilation warnings detected by clang compiler on MacOS-10.9. 463 src/G4NeutronHPInelasticCompFS.cc 464 465 466 29 Jan 2014 Gunter Folger (hadr-hpn-V10-00-01) 467 Removed low_energy from sources.cmake 468 469 470 16 December 2013 Tatsumi Koi (hadr-hpn-V10-00-00) 471 Fix problem reading zlibed data files 472 src/G4NeutronHPThermalScatteringData.cc 473 474 475 21 November 2013 John Apostolakis (hadr-hpn-V09-06-24) 476 Made the data arrays 'const' in place of G4ThreadLocal. 477 in G4NeutronHPFastLegendre (and its subfiles) 478 479 480 12 November 2013 Tatsumi Koi (hadr-hpn-V09-06-23) 481 Fix compiler warnings: 482 include/G4ENDFTapeRead.hh 483 src/G4WendtFissionFragmentGenerator.cc 484 src/G4ENDFTapeRead.cc 485 486 487 10 November 2013 Tatsumi Koi (hadr-hpn-V09-06-22) 488 Fix compiler warnings: 489 src/G4WendtFissionFragmentGenerator.cc 490 src/G4FPYBiasedLightFragmentDist.cc 491 src/G4FPYSamplingOps.cc 492 src/G4FissionProductYieldDist.cc 493 Fix on problems on gnumake 494 GNUmakefile 495 496 497 8 November 2013 Tatsumi Koi (hadr-hpn-V09-06-21) 498 Fix problem on Wendt model 499 src/G4FPYSamplingOps.cc 500 src/G4FissionProductYieldDist.cc 501 src/G4FissionFragmentGenerator.cc 502 src/G4WendtFissionFragmentGenerator.cc 503 src/G4NeutronHPChannel.cc 504 src/G4NeutronHPFission.cc 505 506 507 8 November 2013 Tatsumi Koi (hadr-hpn-V09-06-20) 508 Merging branch of "FissFragGen" for update of fix for windows platform and reading data file in Wendt model 509 -%svn merge --dry-run -r 75913:76341 svn+ssh://svn.cern.ch/reps/geant4/branches/geant4/source/processes/hadronic/models/neutron_hp/_symbols/FissFragGen 510 511 512 7 November 2013 Tatsumi Koi (hadr-hpn-V09-06-19) 513 Merging branch of "FissFragGen" where fission fragments generator is developed 514 -%svn merge -r 69414:75913 svn+ssh://svn.cern.ch/reps/geant4/branches/geant4/source/processes/hadronic/models/neutron_hp/_symbols/FissFragGen 515 Please read FissFragGen.History for detail information 516 517 518 31 October 2013 Tatsumi Koi (hadr-hpn-V09-06-18) 519 -Fix problem on Windows platform to echo environment variable 520 src/G4NeutronHPInelasticBaseFS.cc 521 522 523 15 October 2013 Tatsumi Koi (hadr-hpn-V09-06-17) 524 -Change G4ParticleTable::GetParticleTable()->GetIon(,,) 525 to G4IonTable::GetIonTable()->GetIon(,,); 526 src/G4NeutronHPFinalState.cc 527 src/G4NeutronHPInelasticBaseFS.cc 528 src/G4NeutronHPFissionFS.cc 529 src/G4NeutronHPIsotropic.cc 530 src/G4NeutronHPCaptureFS.cc 531 src/G4NeutronHPChannelList.cc 532 src/G4NeutronHPInelasticCompFS.cc 533 src/G4NeutronHPElasticFS.cc 534 src/G4NeutronHPContAngularPar.cc 535 536 537 12 Jun 2013 Tatsumi Koi (hadr-hpn-V09-06-16) 538 -Fix for warning message 539 src/G4NeutronHPThermalScatteringData.cc 540 541 542 10 Jun 2013 Tatsumi Koi (hadr-hpn-V09-06-15) 543 -Fix "UNINIT", "FORWARD_NULL" 544 src/G4NeutronHPThermalScattering.cc 545 -Replace "abs" to "fabs" 546 src/G4NeutronHPThermalScatteringData.cc 547 548 549 7 Jun 2013 Tatsumi Koi (hadr-hpn-V09-06-14) 550 -Fix for hadr-hpn-V09-06-13 551 src/G4NeutronHPThermalScattering.cc 552 -Fix for "INVALIDATE_ITERATOR" 553 -Enable to use single temperature data file 554 src/G4NeutronHPThermalScatteringData.cc 555 -Fix for extrapolation problem reported by CIEMAT group 556 src/G4NeutronHPThermalScattering.cc 557 -Add trick for fixing problem in dynamically generated materials 558 include/G4NeutronHPThermalScattering.hh 559 src/G4NeutronHPThermalScattering.cc 560 561 562 29 May 2013 Tatsumi Koi (hadr-hpn-V09-06-13) 563 -Adding a capability register user prepared thermal scattering file 564 include/G4NeutronHPThermalScatteringNames.hh 565 include/G4NeutronHPThermalScatteringData.hh 566 include/G4NeutronHPThermalScattering.hh 567 src/G4NeutronHPThermalScatteringData.cc 568 src/G4NeutronHPThermalScattering.cc 569 src/G4NeutronHPThermalScatteringNames.cc 570 571 572 28 May 2013 Tatsumi Koi (hadr-hpn-V09-06-12) 573 -Adding a capability to disable adjustment of final state photons in capture 574 Fix for Bugzilla #1279 575 include/G4NeutronHPFinalState.hh 576 src/G4NeutronHPCaptureFS.cc 577 578 579 17 May 2013 Tatsumi Koi (hadr-hpn-V09-06-11) 580 - Activate capability of reading zlibed data file 581 src/G4NeutronHPManager.cc 582 583 584 7 May 2013 Tatsumi Koi (hadr-hpn-V09-06-10) 585 - Making GetVerboseLevel into const member function 586 587 588 2 May 2013 Tatsumi Koi (hadr-hpn-V09-06-09) 589 Add package-wide verbose level control 590 Sharing one value on entire package 591 include/G4NeutronHPManager.hh 592 include/G4NeutronHPCapture.hh 593 include/G4NeutronHPCaptureData.hh 594 include/G4NeutronHPElastic.hh 595 include/G4NeutronHPElasticData.hh 596 include/G4NeutronHPFission.hh 597 include/G4NeutronHPFissionData.hh 598 include/G4NeutronHPInelastic.hh 599 include/G4NeutronHPInelasticData.hh 600 src/G4NeutronHPManager.cc 601 src/G4NeutronHPCapture.cc 602 src/G4NeutronHPCaptureData.cc 603 src/G4NeutronHPElastic.cc 604 src/G4NeutronHPElasticData.cc 605 src/G4NeutronHPFission.cc 606 src/G4NeutronHPFissionData.cc 607 src/G4NeutronHPInelastic.cc 608 src/G4NeutronHPInelasticData.cc 609 Delete (Comment out) BuildPhysicsTable from constructor 610 src/G4NeutronHPCaptureData.cc 611 src/G4NeutronHPElasticData.cc 612 src/G4NeutronHPFissionData.cc 613 src/G4NeutronHPInelasticData.cc 614 Construction for UR-14 615 src/G4NeutronHPName.cc 616 617 618 30 April 2013 Tatsumi Koi (hadr-hpn-V09-06-08) 619 Fix UNINIT_CTOR "theBuffer" 620 src/G4NeutronHPElementData.cc 621 Replace std::cout to G4cout 622 src/G4NeutronHPThermalScattering.cc 623 624 625 16 April 2013 Tatsumi Koi (hadr-hpn-V09-06-07) 626 Deactivate capability of reading zlibed G4NEUTRONHPDATA library 627 src/G4NeutronHPManager.cc 628 629 630 16 April 2013 Tatsumi Koi (hadr-hpn-V09-06-06) 631 Merging branch of "hpz" which enable to read zlibed data files 632 Step 1 merge trunk to the branch 633 svn merge -r 67425:68410 svn+ssh://svn.cern.ch/reps/geant4/trunk/geant4/source/processes/hadronic/models/neutron_hp 634 Step 2 merge the branch to trunk 635 g4svn merge --branch hpz 636 Step 3 restore test before commit 637 svn update --force test 638 Step 4 639 svn commit 640 641 642 26 March 2013 Ben Morgan (hadr-hpn-V09-06-05) 643 - sources.cmake : Use new ZLIB variables for include paths and library 644 links to allow transparent use of internal/external zlib. 645 NB: The code does not use ZLIB at present, but this patch allows 646 usage from now on as you require. 647 648 649 12 March 2013 Dennis Wright (hadr-hpn-V09-06-04) 650 - fix MacOS Clang compiler warnings: 651 G4NeutronHPCapture.hh : remove unused private variable "it" 652 G4NeutronHPCaptureFS.hh : remove unused private variables "theCurrentA" 653 and "theCurrentZ" 654 G4NeutronHPThermalScattering.hh : remove unused private variable "xSec" 655 and "numEle" 656 657 658 9 January 2013 Tatsumi Koi (hadr-hpn-V09-06-03) 659 Fixed improper use of abort() 660 src/G4NeutronHPThermalScattering.cc 661 662 663 11 December 2012 Tatsumi Koi (hadr-hpn-V09-06-02) 664 Delete HP or Low Energy Parameterization Models and data sets from sources.cmake 665 666 667 6 December 2012 Tatsumi Koi (hadr-hpn-V09-06-01) 668 Delete HP or Low Energy Parameterization Models and data sets from repository 669 670 671 6 December 2012 Tatsumi Koi (hadr-hpn-V09-06-00) 672 Delete legacy lines for cvs 673 674 675 29 November 2012 Alberto Ribon (hadr-hpn-V09-05-26) 676 Added protection against negative argument in square root 677 src/G4NeutronHPInelasticCompFS.cc 678 679 680 7 November 2012 Tatsumi Koi (hadr-hpn-V09-05-25) 681 Fix compiler warning of potential usage of uninitialized variable 682 src/G4NeutronHPContAngularPar.cc 683 684 685 6 November 2012 Tatsumi Koi (hadr-hpn-V09-05-24) 686 Fix compilation warnings for shadowed variables 687 src/G4NeutronHPCapture.cc 688 Bug fix in returing unchaged final states 689 src/G4NeutronHPChannelList.cc 690 Fix potential floating point error 691 src/G4NeutronHPContAngularPar.cc 692 693 694 6 November 2012 Gabriele Cosmo (hadr-hpn-V09-05-23) 695 Fix for porting on AIX in G4NeutronHPVector header. 696 697 698 2 November 2012 Tatsumi Koi (hadr-hpn-V09-05-22) 699 Fix Bugzilla report #1366 700 src/G4NeutronHPContAngularPar.cc 701 702 703 2 November 2012 Tatsumi Koi (hadr-hpn-V09-05-21) 704 Enhance functionality of ReactionWhiteBoard 705 include/G4NeutronHPReactionWhiteBoard.hh 706 src/G4NeutronHPReasctionWhiteBoard.cc 707 - Modified sources.cmake for 09-05-21(18) 708 sources.cmake 709 710 711 2 November 2012 Tatsumi Koi (hadr-hpn-V09-05-20) 712 Enable to handle final states of dynamically generated G4Elements 713 include/G4NeutronHPCapture.hh 714 include/G4NeutronHPElastic.hh 715 include/G4NeutronHPFission.hh 716 include/G4NeutronHPInelastic.hh 717 src/G4NeutronHPCapture.cc 718 src/G4NeutronHPElastic.cc 719 src/G4NeutronHPFission.cc 720 src/G4NeutronHPInelastic.cc 721 722 723 1 November 2012 Tatsumi Koi (hadr-hpn-V09-05-19) 724 Enable to handle cross sections of dynamically generated G4Elements 725 include/G4NeutronHPData.hh 726 src/G4NeutronHPData.cc 727 include/G4NeutronHPCaptureData.hh 728 include/G4NeutronHPElasticData.hh 729 include/G4NeutronHPFissionData.hh 730 include/G4NeutronHPInelastic.hh 731 src/G4NeutronHPCaptureData.cc 732 src/G4NeutronHPElasticData.cc 733 src/G4NeutronHPFissionData.cc 734 src/G4NeutronHPInelasticData.cc 735 736 737 31 October 2012 Tatsumi Koi (hadr-hpn-V09-05-18) 738 Add NeutronHPManager and NeutronHPReactionWhiteBoard 739 include/G4NeutronHPManager.hh 740 include/G4NeutronHPReactionWhiteBoard.hh 741 src/G4NeutronHPManager.cc 742 src/G4NeutronHPReasctionWhiteBoard.cc 743 Set A and Z of the reaction into "targetNucleus" from HadronicProcess 744 src/G4NeutronHPChannel.cc 745 src/G4NeutronHPCapture.cc 746 src/G4NeutronHPFission.cc 747 src/G4NeutronHPInelastic.cc 748 src/G4NeutronHPElastic.cc 749 750 751 26 September 2012 Gabriele Cosmo (hadr-hpn-V09-05-17) 752 - Explicitly use inclusion of headers for system of units and physical 753 constants, in plan to remove implicit inclusion from globals.hh. 754 755 756 13 August 2012 Alberto Ribon (hadr-hpn-V09-05-16) 757 - Fixed compilation error in G4NeutronHPCaptureFS.cc when the constructor 758 of the Lorentz vector is made explicit. 759 760 761 31 July 2012 Tatsumi Koi (hadr-hpn-V09-05-15) 762 - Add name 763 G4NeutronHPJENDLHEData.cc 764 765 766 14 June 2012 Tatsumi Koi (hadr-hpn-V09-05-14) 767 - Bug fix which introduced in the fix compilation warnings for shadowed variables 768 src/G4NeutronHPThermalScattering.cc 769 770 771 13 June 2012 Tatsumi Koi (hadr-hpn-V09-05-13) 772 - Delete unnecessary outputs 773 src/G4NeutronHPCapture.cc 774 - Fix compilation warnings for shadowed variables 775 776 777 13 June 2012 Tatsumi Koi (hadr-hpn-V09-05-12) 778 - Set DBL_MAX for the upper limit of Energy Check Levels 779 780 781 12 June 2012 Tatsumi Koi (hadr-hpn-V09-05-11) 782 - Bug fix related compilation error on WIN32-VC 783 include/G4NeutronHPVector.hh 784 785 786 11 June 2012 Tatsumi Koi (hadr-hpn-V09-05-10) 787 - Increase upper limit of Energy Check Levels 788 Allow the difference caused by miss much in target isotope selections 789 include/G4NeutronHPElastic.hh 790 include/G4NeutronHPCapture.hh 791 src/G4NeutronHPCapture.cc 792 src/G4NeutronHPInelastic.cc 793 src/G4NeutronHPElastic.cc 794 795 796 8 June 2012 Tatsumi Koi (hadr-hpn-V09-05-09) 797 - Fix compilation error on WIN32-VC 798 include/G4NeutronHPVector.hh 799 800 801 7 June 2012 Tatsumi Koi (hadr-hpn-V09-05-08) 802 - Protection of huge Ep breakdown caused by a miss match between cross section data set and model 803 include/G4NeutronHPChannelList.hh 804 src/G4NeutronHPChannelList.cc 805 - Add final momentum check which expected to be 806 src/G4NeutronHPInelasticBaseFS.cc 807 - Add method to loosen check for bad energy violation 808 and allow huge differences when "G4NEUTRONHP_DO_NOT_ADJUST_FINAL_STATE" was set 809 include/G4NeutronHPInelastic.hh 810 src/G4NeutronHPInelastic.cc 811 812 813 6 June 2012 Tatsumi Koi for E.Mendoza (hadr-hpn-V09-05-07) 814 - Use QI values for limiting the products energies 815 src/G4NeutronHPInelasticCompFS.cc 816 - Add Isotropic emission in CM system 817 src/G4NeutronHPAngular.cc 818 - Add non LIN-LIN interpolation 819 include/G4NeutronHPVector.hh 820 src/G4NeutronHPVector.cc 821 - Bug fix 822 include/G4InterpolationManager.hh 823 - Add 2D interpolation 824 include/G4NeutronHPArbitaryTab.hh 825 src/G4NeutronHPArbitaryTab.cc 826 - Protection for Zero devided 827 src/G4NeutronHPInterpolator.cc 828 - Bug fix 829 src/G4NeutronHPCaptureFS.cc 830 - Modified sources.cmake for 09-05-06 831 sources.cmake 832 833 834 1 June 2012 Tatsumi Koi (hadr-hpn-V09-05-06) 835 - Add Capability to produce fission fragments those currently neglected, based on ENDF nfy data 836 Enable by setting enviroment varibale for "G4NEUTRONHP_PRODUCE_FISSION_FRAGMENTS" 837 include/G4NeutronHPFFFissionFS.hh 838 include/G4NeutronHPFissionFS.hh 839 src/G4NeutronHPFissionFS.cc 840 src/G4NeutronHPFFFissionFS.cc 841 - Set proper excited isomer index and methods 842 src/G4NeutronHPChannel.cc 843 - Bug fix (introduced in 09-05-05) 844 include/G4NeutronHPDataUsed.hh 845 846 847 31 May 2012 Tatsumi Koi (hadr-hpn-V09-05-05) 848 - Add excited isomer index and methods 849 include/G4NeutronHPFinalState.hh 850 include/G4NeutronHPDataUsed.hh 851 - Set proper excited isomer index and methods 852 src/G4NeutronHPElasticFS.cc 853 src/G4NeutronHPNames.cc 854 src/G4NeutronHPInelasticCompFS.cc 855 src/G4NeutronHPCaptureFS.cc 856 src/G4NeutronHPFSFissionFS.cc 857 src/G4NeutronHPFissionBaseFS.cc 858 src/G4NeutronHPInelasticBaseFS.cc 859 860 861 25 May 2012 Tatsumi Koi (hadr-hpn-V09-05-04) 862 - Migrate frameFlag (MF6 LCT) = 3, which is used several ENDF/B-VII.1 files 863 (This had been used in previous but the energies were beyond 20MeV.) 864 include/G4NeutronHPProduct.hh 865 src/G4NeutronHPEnAngCorrelation.cc 866 867 868 11 May 2012 Gunter Folger (hadr-hpn-V09-05-03) 869 - In G4NeutronHPFission add method to loosen check for bad energy violation 870 to allow for a violation of order of nuclear mass (250GeV) 871 872 873 24 April 2012 Tatsumi Koi (hadr-hpn-V09-05-02) 874 - Add NeutronHPBGGNucleonInelasticXS to avoid problem in Shielding Physics List 875 include/G4NeutronHPBGGNucleonInelasticXS.hh 876 src/G4NeutronHPBGGNucleonInelasticXS.cc 877 sources.cmake 878 879 880 19 March 2012 Tatsumi Koi (hadr-hpn-V09-05-01) 881 - Protect emission of unphysical ultra-low energy photons 882 883 884 16 January 2012 Tatsumi Koi (hadr-hpn-V09-05-00) 885 - Avoid warning messages 886 src/G4NeutronHPInelastic.cc 887 888 889 28 November 2011 Tatsumi Koi (hadr-hpn-V09-04-32) 890 -Temporal fix for Bug report 1264 891 Permanent fix should be done in Photon Evaporation Model 892 src/G4NeutronHPCaptureFS.cc 893 894 895 9 November 2011 Gabriele Cosmo (hadr-hpn-V09-04-31) 896 - Workaround fixes to allow compilation on Windows/VC++10 897 src/G4NeutronHPThermalScattering.cc 898 src/G4NeutronHPThermalScatteringData.cc 899 900 901 3 November 2011 Tatsumi Koi (hadr-hpn-V09-04-30) 902 - Fix Bug which introduced previous tag and add several administrations 903 src/G4NeutronHPNames.cc 904 - Fix memory leak 905 src/G4NeutronHPThermalScatteringData.cc 906 - Fix FPE error 907 src/G4NeutronHPThermalScattering.cc 908 909 910 31 October 2011 Tatsumi Koi (hadr-hpn-V09-04-29) 911 - Cosmetic fix 912 src/G4NeutronHPNames.cc 913 src/G4NeutronHPCapture.cc 914 src/G4NeutronHPChannel.cc 915 src/G4NeutronHPFission.cc 916 src/G4NeutronHPInelastic.cc 917 src/G4NeutronHPIsoData.cc 918 src/G4NeutronHPCaptureFS.cc 919 src/G4NeutronHPElasticFS.cc 920 src/G4NeutronHPElastic.cc 921 - Add ENDF/B-VII Thermal Scattering Materials 922 Excluding para (ortho) H and D, liquid (solid) methane and benzene 923 src/G4NeutronHPThermalScatteringNames.cc 924 925 926 17 October 2011 Tatsumi Koi (hadr-hpn-V09-04-28) 927 - Enable to handle excited isomer nuclie as targets 928 include/G4NeutronHP4NInelasticFS.hh 929 include/G4NeutronHPND2AInelasticFS.hh 930 include/G4NeutronHPElasticFS.hh 931 include/G4NeutronHPLCFissionFS.hh 932 include/G4NeutronHPNAInelasticFS.hh 933 include/G4NeutronHPIsoData.hh 934 include/G4NeutronHPPDInelasticFS.hh 935 include/G4NeutronHPNT2AInelasticFS.hh 936 include/G4NeutronHPFinalState.hh 937 include/G4NeutronHPTCFissionFS.hh 938 include/G4NeutronHPNames.hh 939 include/G4NeutronHPHe3InelasticFS.hh 940 include/G4NeutronHP3NInelasticFS.hh 941 include/G4NeutronHPPTInelasticFS.hh 942 include/G4NeutronHPDInelasticFS.hh 943 include/G4NeutronHP2NDInelasticFS.hh 944 include/G4NeutronHPNInelasticFS.hh 945 include/G4NeutronHPInelasticCompFS.hh 946 include/G4NeutronHPPInelasticFS.hh 947 include/G4NeutronHP2NPInelasticFS.hh 948 include/G4NeutronHPN2PInelasticFS.hh 949 include/G4NeutronHP3NPInelasticFS.hh 950 include/G4NeutronHPTInelasticFS.hh 951 include/G4NeutronHPFissionFS.hh 952 include/G4NeutronHPNPAInelasticFS.hh 953 include/G4NeutronHP2NInelasticFS.hh 954 include/G4NeutronHP2PInelasticFS.hh 955 include/G4NeutronHPN3AInelasticFS.hh 956 include/G4NeutronHPDAInelasticFS.hh 957 include/G4NeutronHPFCFissionFS.hh 958 include/G4NeutronHPNHe3InelasticFS.hh 959 include/G4NeutronHPElementData.hh 960 include/G4NeutronHPPAInelasticFS.hh 961 include/G4NeutronHPNDInelasticFS.hh 962 include/G4NeutronHP3AInelasticFS.hh 963 include/G4NeutronHPD2AInelasticFS.hh 964 include/G4NeutronHPFSFissionFS.hh 965 include/G4NeutronHPCaptureFS.hh 966 include/G4NeutronHPNPInelasticFS.hh 967 include/G4NeutronHP2NAInelasticFS.hh 968 include/G4NeutronHPN2AInelasticFS.hh 969 include/G4NeutronHPAInelasticFS.hh 970 include/G4NeutronHP3NAInelasticFS.hh 971 include/G4NeutronHPNTInelasticFS.hh 972 include/G4NeutronHPChannel.hh 973 include/G4NeutronHPNXInelasticFS.hh 974 include/G4NeutronHPT2AInelasticFS.hh 975 include/G4NeutronHP2N2AInelasticFS.hh 976 include/G4NeutronHP2AInelasticFS.hh 977 include/G4NeutronHPSCFissionFS.hh 978 include/G4NeutronHPFissionBaseFS.hh 979 include/G4NeutronHPInelasticBaseFS.hh 980 src/G4NeutronHP4NInelasticFS.cc 981 src/G4NeutronHPND2AInelasticFS.cc 982 src/G4NeutronHPElasticFS.cc 983 src/G4NeutronHPLCFissionFS.cc 984 src/G4NeutronHPNAInelasticFS.cc 985 src/G4NeutronHPIsoData.cc 986 src/G4NeutronHPPDInelasticFS.cc 987 src/G4NeutronHPNT2AInelasticFS.cc 988 src/G4NeutronHPTCFissionFS.cc 989 src/G4NeutronHPNames.cc 990 src/G4NeutronHPHe3InelasticFS.cc 991 src/G4NeutronHP3NInelasticFS.cc 992 src/G4NeutronHP2NDInelasticFS.cc 993 src/G4NeutronHPPTInelasticFS.cc 994 src/G4NeutronHPDInelasticFS.cc 995 src/G4NeutronHPNInelasticFS.cc 996 src/G4NeutronHPInelasticCompFS.cc 997 src/G4NeutronHPN2PInelasticFS.cc 998 src/G4NeutronHP2NPInelasticFS.cc 999 src/G4NeutronHPPInelasticFS.cc 1000 src/G4NeutronHP3NPInelasticFS.cc 1001 src/G4NeutronHPTInelasticFS.cc 1002 src/G4NeutronHPNPAInelasticFS.cc 1003 src/G4NeutronHPFissionFS.cc 1004 src/G4NeutronHP2NInelasticFS.cc 1005 src/G4NeutronHP2PInelasticFS.cc 1006 src/G4NeutronHPN3AInelasticFS.cc 1007 src/G4NeutronHPDAInelasticFS.cc 1008 src/G4NeutronHPFCFissionFS.cc 1009 src/G4NeutronHPNHe3InelasticFS.cc 1010 src/G4NeutronHPElementData.cc 1011 src/G4NeutronHPPAInelasticFS.cc 1012 src/G4NeutronHPNDInelasticFS.cc 1013 src/G4NeutronHP3AInelasticFS.cc 1014 src/G4NeutronHPD2AInelasticFS.cc 1015 src/G4NeutronHPCaptureFS.cc 1016 src/G4NeutronHPFSFissionFS.cc 1017 src/G4NeutronHPNPInelasticFS.cc 1018 src/G4NeutronHPAInelasticFS.cc 1019 src/G4NeutronHP2NAInelasticFS.cc 1020 src/G4NeutronHPN2AInelasticFS.cc 1021 src/G4NeutronHPNTInelasticFS.cc 1022 src/G4NeutronHP3NAInelasticFS.cc 1023 src/G4NeutronHPChannel.cc 1024 src/G4NeutronHPNXInelasticFS.cc 1025 src/G4NeutronHPT2AInelasticFS.cc 1026 src/G4NeutronHP2N2AInelasticFS.cc 1027 src/G4NeutronHP2AInelasticFS.cc 1028 src/G4NeutronHPSCFissionFS.cc 1029 src/G4NeutronHPFissionBaseFS.cc 1030 src/G4NeutronHPInelasticBaseFS.cc 1031 1032 11 October 2011 Tatsumi Koi (hadr-hpn-V09-04-27) 1033 - Migrate to high order (>30) Legendre polynominal 1034 include/G4NeutronHPFastLegendre.hh 1035 src/G4NeutronHPFastLegendre.cc 1036 1037 7 October 2011 Tatsumi Koi (hadr-hpn-V09-04-26) 1038 - Enable to use Thermal Scattering Model and Data with G4Nist Materials 1039 src/G4NeutronHPThermalScatteringData.cc 1040 src/G4NeutronHPThermalScattering.cc 1041 src/G4NeutronHPThermalScatteringNames.cc 1042 include/G4NeutronHPThermalScatteringData.hh 1043 include/G4NeutronHPThermalScattering.hh 1044 include/G4NeutronHPThermalScatteringNames.hh 1045 1046 5 October 2011 Tatsumi Koi (hadr-hpn-V09-04-25) 1047 - Protection for producing 0 kinetic energy neutron 1048 src/G4NeutronHPElasticFS.cc 1049 1050 25 September 2011 Tatsumi Koi (hadr-hpn-V09-04-24) 1051 - Migrate to integer A and Z 1052 src/G4NeutronHPorLCaptureModel.cc 1053 src/G4NeutronHPorLFissionModel.cc 1054 src/G4NeutronHPorLElasticModel.cc 1055 src/G4NeutronHPorLEInelasticModel.cc 1056 src/G4NeutronHPThermalScattering.cc 1057 1058 9 September 2011 Michael Kelsey (hadr-hpn-V09-04-23) 1059 - Migrate to new interface of G4HadFinalState (hadr-util-V09-04-02) 1060 src/G4NeutronHPFissionFS.cc 1061 1062 29 August 2011 Tatsumi Koi (hadr-hpn-V09-04-22) 1063 - Migrate new interface of VCrossSectionDataSet (hadr-cross-V09-04-14) 1064 - Add Cache for kinetic energy, element, material and cross section 1065 src/G4NeutronHPThermalScatteringData.cc 1066 src/G4NeutronHPElasticData.cc 1067 src/G4NeutronHPCaptureData.cc 1068 src/G4NeutronHPFissionData.cc 1069 src/G4NeutronHPInelasticData.cc 1070 src/G4NeutronHPorLCaptureData.cc 1071 src/G4NeutronHPorLEInelasticData.cc 1072 src/G4NeutronHPorLElasticData.cc 1073 src/G4NeutronHPorLFissionData.cc 1074 include/G4NeutronHPThermalScatteringData.hh 1075 include/G4NeutronHPCaptureData.hh 1076 include/G4NeutronHPElasticData.hh 1077 include/G4NeutronHPFissionData.hh 1078 include/G4NeutronHPInelasticData.hh 1079 include/G4NeutronHPorLCaptureData.hh 1080 include/G4NeutronHPorLElasticData.hh 1081 include/G4NeutronHPorLEInelasticData.hh 1082 include/G4NeutronHPorLFissionData.hh 1083 1084 22 August 2011 Tatsumi Koi (hadr-hpn-V09-04-21) 1085 - Protection for not producing 0 kinetic energy neutron 1086 src/G4NeutronHPElasticFS.cc 1087 1088 20 June 2011 Tatsumi Koi (hadr-hpn-V09-04-20) 1089 - Reasonably relax the checking condition of inconsistency in repFlag3 1090 src/G4NeutronHPElasticFS.cc 1091 1092 11 June 2011 Tatsumi Koi (hadr-hpn-V09-04-19) 1093 - Protection for very low "remaining_energy" 1094 Unexpected edge value 1095 src/G4NeutronHPContAngularPar.cc 1096 1097 11 June 2011 Tatsumi Koi (hadr-hpn-V09-04-18) 1098 - Protection for very low "remaining_energy" 1099 Unexpected edge value 1100 Additional general protection about this issue 1101 src/G4NeutronHPContAngularPar.cc 1102 1103 10 June 2011 Tatsumi Koi (hadr-hpn-V09-04-17) 1104 - Protection for very low "remaining_energy" 1105 src/G4NeutronHPContAngularPar.cc 1106 1107 10 June 2011 Tatsumi Koi (hadr-hpn-V09-04-16) 1108 - Update for more collaborated work with other and previous version. 1109 src/G4NeutronHPContAngularPar.cc 1110 1111 10 June 2011 Tatsumi Koi (hadr-hpn-V09-04-15) 1112 - Update for more collaborated work with other and previous version. 1113 src/G4NeutronHPInelasticCompFS.cc 1114 - Change contact information 1115 src/G4NeutronHPNames.cc 1116 1117 9 June 2011 Tatsumi Koi (hadr-hpn-V09-04-14) 1118 - Instead of internal level schemes as a function of mt value, 1119 use QI value for calculating excitation energy of residual. 1120 Request from E.Mendoza and D.Cano (CIEMAT) 1121 src/G4NeutronHPInelasticCompFS.cc 1122 1123 9 June 2011 Tatsumi Koi (hadr-hpn-V09-04-13) 1124 - Fix for wrong interpretation and use of "interpolE" 1125 Pointed out by E.Mendoza and D.Cano (CIEMAT) 1126 src/G4NeutronHPContAngularPar.cc 1127 1128 9 June 2011 Tatsumi Koi (hadr-hpn-V09-04-12) 1129 -Fix for migration to G4NDL3.15(ENDF-VII.r0) 1130 src/G4NeutronHPIsotropic.cc 1131 -Set Cross section Name in costructor 1132 src/G4NeutronHPCaptureData.cc 1133 src/G4NeutronHPFissionData.cc 1134 src/G4NeutronHPInelasticData.cc 1135 src/G4NeutronHPElasticData.cc 1136 1137 5 June 2011 Tatsumi Koi (hadr-hpn-V09-04-11) 1138 -Use vector for keeping QI and LR values 1139 include/G4NeutronHPInelasticCompFS.hh 1140 src/G4NeutronHPInelasticCompFS.cc 1141 1142 2 June 2011 Tatsumi Koi for E.Mendoza and D.Cano (CIEMAT) (hadr-hpn-V09-04-10) 1143 -Bug corrected 1144 src/G4NeutronHPPartial.cc 1145 1146 27 May 2011 Tatsumi Koi (hadr-hpn-V09-04-09) 1147 -Fix gcc4.6 compiler warning: variable XXX set but not used 1148 include/G4NeutronHPMadlandNixSpectrum.hh 1149 src/G4NeutronHPFissionFS.cc 1150 src/G4NeutronHPCaptureFS.cc 1151 src/G4NeutronHPChannelList.cc 1152 -Fix real bug found with the help of the warning 1153 src/G4NeutronHPThermalScattering.cc 1154 1155 12 May 2011 Tatsumi Koi (hadr-hpn-V09-04-08) 1156 -Bug fix setting an index of the last element of an array 1157 src/G4NeutronHPFinalState.cc 1158 -Protection ENDF-VII.0 21Sc45 has trouble in MF4MT22 (n,np) targetMass is not properly recorded, 1159 and similar situation 1160 src/G4NeutronHPInelasticBaseFS.cc 1161 -Bug fix for calling an element with negative index 1162 src/G4NeutronHPPhotonDist.cc 1163 1164 10 May 2011 Tatsumi Koi (hadr-hpn-V09-04-07) 1165 -Modifed for ENDF-VII 1166 src/G4NeutronHPFission.cc 1167 src/G4NeutronHPorLFission.cc 1168 - delete above the protection which introduced in (adr-hpn-V09-04-05) with more coordinated work to other classes 1169 include/G4NeutronHPAngular.hh 1170 src/G4NeutronHPAngular.cc 1171 1172 6 May 2011 Tatsumi Koi (hadr-hpn-V09-04-06) 1173 -Bug fix for unexpected baryon balance 1174 src/G4NeutronHPFinalState.cc 1175 -Modifed for ENDF-VII 1176 src/G4NeutronHPIsoData.cc 1177 1178 5 May 2011 Tatsumi Koi (hadr-hpn-V09-04-05) 1179 -Protection for the case that object is created but not initialized 1180 include/G4NeutronHPAngular.hh 1181 src/G4NeutronHPAngular.cc 1182 1183 5 May 2011 Tatsumi Koi (hadr-hpn-V09-04-04) 1184 -Enable FSMF6 in Capture final state 1185 include/G4NeutronHPCaptureFS.hh 1186 src/G4NeutronHPCaptureFS.cc 1187 -Add Reaction Q value and break up flag (MF3::QI and LR) 1188 include/G4NeutronHPInelasticCompFS.hh 1189 src/G4NeutronHPInelasticCompFS.cc 1190 -Temporary solution in the case of having 31 or more of the Maximum order Legendre polynomials 1191 include/G4NeutronHPFastLegendre.hh 1192 1193 12 April 2011 Tatsumi Koi (hadr-hpn-V09-04-03) 1194 -Add "Fermium" 1195 include/G4NeutronHPNames.hh 1196 1197 11 April 2011 Tatsumi Koi (hadr-hpn-V09-04-02) 1198 -Add "Fermium" and fix bug in "Actinium" 1199 src/G4NeutronHPNames.cc 1200 1201 30 March 2011 Tatsumi Koi (hadr-hpn-V09-04-01) 1202 -Add message when the environment variable of "G4NEUTRONHP_NEGLECT_DOPPLER" is found 1203 G4NeutronHPElasticData.cc 1204 G4NeutronHPInelasticData.cc 1205 G4NeutronHPCaptureData.cc 1206 1207 24 March 2011 Tatsumi Koi (hadr-hpn-V09-04-00) 1208 -Bug fix in MF=6, LAW=2 case; contribution from E. Mendoza, D. Cano-Ott (CIEMAT) 1209 G4NeutronHPDiscreteTwoBody.cc 1210 G4NeutronHPDiscreteTwoBody.hh 1211 1212 3 December 2010 Tatsumi Koi (hadr-hpn-V09-03-12) 1213 -Bug fix Bugzilla/Geant4 Problem 1155 1214 G4NeutronHPCaptureFS.cc 1215 1216 2 December 2010 Tatsumi Koi (hadr-hpn-V09-03-11) 1217 -Delete Unnecessary warnings 1218 G4NeutronHPInelasticBaseFS.cc 1219 1220 11 November 2010 Tatsumi Koi (hadr-hpn-V09-03-10) 1221 -Change warning message for "repFlag == 2 && isoFlag != 1" case 1222 G4NeutronHPPhotonDist.cc 1223 1224 11 November 2010 Tatsumi Koi (hadr-hpn-V09-03-09) 1225 -Add Special treatment in Be9(n,2n)Be8(2a) case 1226 G4NeutronHPInelasticBaseFS.cc 1227 -Add Safty for _nat_ data 1228 G4NeutronHPInelasticCompFS.cc 1229 1230 10 November 2010 Tatsumi Koi (hadr-hpn-V09-03-08) 1231 -Set lower limit for gamma energy 1232 G4NeutronHPFinalState.cc 1233 1234 10 November 2010 Tatsumi Koi (hadr-hpn-V09-03-07) 1235 -Bug fix in MF=6, LAW=2 case; contribution from E. Mendoza, D. Cano-Ott (CIEMAT) 1236 G4NeutronHPDiscreteTwoBody.cc 1237 1238 9 September 2010 Tatsumi Koi (hadr-hpn-V09-03-06) 1239 - Add safty for negative value 1240 G4NeutronHPInelasticCompFS.cc 1241 1242 29 July 2010 Tatsumi Koi (hadr-hpn-V09-03-05) 1243 - Add safty for zero lenght cross section table Problem #1118 1244 G4NeutronHPFissionData.cc 1245 1246 29 July 2010 Tatsumi Koi (hadr-hpn-V09-03-04) 1247 - Add model name in constructor Problem #1116 1248 G4NeutronHPThermalScattering.cc 1249 1250 25 April 2010 Tatsumi Koi (hadr-hpn-V09-03-03) 1251 - Fix compiler warning 1252 G4NeutronHPInelasticCompFS.cc 1253 1254 13 April 2010 Tatsumi Koi (hadr-hpn-V09-03-02) 1255 - Fix bug about incidence energy 1256 G4NeutronHPEnAngCorrelation.cc 1257 1258 6 April 2010 Tatsumi Koi (hadr-hpn-V09-03-01) 1259 - "nothingWasKnownOnHadron=1" then sample mu isotropic in CM 1260 mu and p are correlated 1261 G4NeutronHPInelasticCompFS.hh 1262 G4NeutronHPInelasticCompFS.cc 1263 1264 24 March 2010 Dennis Wright (hadr-hpn-V09-03-00) 1265 ------------------------------------------------- 1266 - move all code in hadr-hpn-V09-02-01 to HEAD and tag as 1267 hadr-hpn-V09-03-00 1268 1269 18 November 2009 Tatsumi Koi (hadr-hpn-V09-02-01) 1270 ------------------------------------------------- 1271 - Add Ignore and Enable On Flight Doppler Broadening methods 1272 G4NeutronHPElasticData.cc 1273 G4NeutronHPInelasticData.cc 1274 G4NeutronHPCaptureData.cc 1275 1276 22 September 2009 Tatsumi Koi (hadr-hpn-V09-02-00) 1277 - Add safty for Floating Point Exception caused by 0 kinetic energy neutron 1278 G4NeutronHPCaptureData.cc 1279 G4NeutronHPElasticData.cc 1280 G4NeutronHPInelasticData.cc 1281 G4NeutronHPFissionData.cc 1282 G4NeutronHPorLCaptureData.cc 1283 G4NeutronHPorLEInelasticData.cc 1284 G4NeutronHPorLElasticData.cc 1285 G4NeutronHPorLFissionData.cc 1286 1287 14 May 2009 Tatsumi Koi (hadr-hpn-V09-01-29) 1288 - Fix bug in IC electron emissions: Contribution from Chao Zhang (Chao.Zhang@usd.edu) and Dongming Mei(Dongming.Mei@usd.edu) 1289 G4NeutronHPPhotonDist.cc 1290 G4NeutronHPInelasticCompFS.cc 1291 1292 3 December 2008 Tatsumi Koi (hadr-hpn-V09-01-28) 1293 - Fix bug in Register in G4NeutronHPChannel 1294 and add limitation of trial of creating final states and proctection for pure 1H case in G4NeutronHPInelastic 1295 G4NeutronHPChannel.cc 1296 G4NeutronHPInelastic.cc 1297 1298 2 December 2008 Tatsumi Koi (hadr-hpn-V09-01-27) 1299 - Remove unused variable 1300 G4NeutronHPThermalScattering.cc 1301 1302 1 December 2008 Tatsumi Koi (hadr-hpn-V09-01-26) 1303 - Fix for Memory Leak 1304 G4NeutronHPThermalScattering.cc 1305 1306 24 November 2008 Tatsumi Koi (hadr-hpn-V09-01-25) 1307 - Protect invalid read which caused run time errors 1308 G4NeutronHPFissionData.cc 1309 1310 05 November 2008 Dennis Wright (hadr-hpn-V09-01-24) 1311 G4NeutronHPNames.cc: put parentheses around && in || (line 324) to 1312 satisfy gcc 4.3 compiler. 1313 1314 27 October 2008 Tatsumi Koi (hadr-hpn-V09-01-23) 1315 Z,A to A,Z for functions of NucleiProperties 1316 recommit and re tag hadr-hpn-V09-01-22 1317 1318 27 October 2008 Tatsumi Koi (hadr-hpn-V09-01-22) 1319 Z,A to A,Z for functions of NucleiProperties 1320 G4NeutronHPThermalBoost.hh 1321 G4NeutronHPCaptureData.cc 1322 G4NeutronHPCaptureFS.cc 1323 G4NeutronHPContAngularPar.cc 1324 G4NeutronHPElasticData.cc 1325 G4NeutronHPFissionData.cc 1326 G4NeutronHPInelasticBaseFS.cc 1327 G4NeutronHPInelasticCompFS.cc 1328 G4NeutronHPInelasticData.cc 1329 G4NeutronHPorLCaptureData.cc 1330 G4NeutronHPorLEInelasticData.cc 1331 G4NeutronHPorLElasticData.cc 1332 G4NeutronHPorLFissionData.cc 1333 1334 24 October 2008 Tatsumi Koi (hadr-hpn-V09-01-21) 1335 - Migarate to "particles-V09-01-09" 1336 G4NeutronHPThermalBoost.hh 1337 G4NeutronHPCaptureData.cc 1338 G4NeutronHPCaptureFS.cc 1339 G4NeutronHPContAngularPar.cc 1340 G4NeutronHPElasticData.cc 1341 G4NeutronHPFissionData.cc 1342 G4NeutronHPInelasticBaseFS.cc 1343 G4NeutronHPInelasticCompFS.cc 1344 G4NeutronHPInelasticData.cc 1345 G4NeutronHPorLCaptureData.cc 1346 G4NeutronHPorLEInelasticData.cc 1347 G4NeutronHPorLElasticData.cc 1348 G4NeutronHPorLFissionData.cc 1349 1350 4 September 2008 Tatsumi Koi (hadr-hpn-V09-01-20) 1351 --------------------------------------------- 1352 - Delete output for debugging 1353 G4NeutronHPProduct.cc 1354 1355 4 September 2008 Tatsumi Koi (hadr-hpn-V09-01-19) 1356 --------------------------------------------- 1357 - Add Protection for negative energy results in very low energy ( 1E-6 eV ) scattering 1358 G4NeutronHPElasticFS.cc 1359 1360 1 September 2008 Tatsumi Koi (hadr-hpn-V09-01-18) 1361 --------------------------------------------- 1362 - Bug fix of too many secondaries production in nd rections 1363 G4NeutronHPProduct.cc 1364 - Set protection for selecting data in hydrogen and alpha 1365 G4NeutronHPName.cc 1366 - Avoiding troubles which caused by G4PhysicsVecotor of length 0 1367 G4NeutronHPIsoData.cc 1368 1369 11 August 2008 Tatsumi Koi (hadr-hpn-V09-01-17) 1370 --------------------------------------------- 1371 - Bug fix G4NeutronHPLabAngularEnergy 1372 G4NeutronHPLabAngularEnergy.cc 1373 Change interpolation scheme for histogram 1374 G4NeutronHPInterpolator.hh 1375 Bug fix in Sample and GetXsec in G4NeutronHpVector 1376 G4NeutronHPVector.hh 1377 G4NeutronHPVector.cc 1378 Prohibit level transition to oneself 1379 G4NeutronHPDeExGammas.cc 1380 Fix memory leak and Correcting data disorder which happened 1381 when both InitPartial and InitAnglurar methods 1382 was called in a same instance 1383 G4NeutronHPPhotonDist.cc 1384 1385 1 August 2008 Tatsumi Koi (hadr-hpn-V09-01-16) 1386 --------------------------------------------- 1387 - Introduce theNDLDataA,Z which has A and Z of used NDL data 1388 residual reconstraction with theNDLDataA,Z 1389 several fixes and protection for G4FPE_DEBUF and checking with valgrind 1390 G4NeutronHPFinalState.hh 1391 G4NeutronHPFinalState.cc 1392 G4NeutronHPInelasticCompFS.cc 1393 G4NeutronHPInelasticBaseFS.cc 1394 G4NeutronHPKallbachMannSyst.cc 1395 G4NeutronHPContAngularPar.cc 1396 1397 21 July 2008 Tatsumi Koi (hadr-hpn-V09-01-15) 1398 --------------------------------------------- 1399 - Adjusting final states based on the energy and momentum conservation 1400 G4NeutronHPFinalState.hh 1401 G4NeutronHPFinalState.cc 1402 G4NeutronHPInelasticCompFS.cc 1403 G4NeutronHPInelasticBaseFS.cc 1404 1405 21 July 2008 Tatsumi Koi (hadr-hpn-V09-01-14) 1406 --------------------------------------------- 1407 - Limiting the sum of secondary energies 1408 G4VNeutronHPEnergyAngular.hh 1409 G4NeutronHPContEnergyAngular.hh 1410 G4NeutronHPContAngularPar.hh 1411 G4NeutronHPProduct.cc 1412 G4NeutronHPEnAngCorrelation.cc 1413 G4NeutronHPContEnergyAngular.cc 1414 G4NeutronHPContAngularPar.cc 1415 1416 17 July 2008 Tatsumi Koi (hadr-hpn-V09-01-13) 1417 --------------------------------------------- 1418 - Fix of calculation of residual momentum 1419 G4NeutronHPInelasticCompFS.cc 1420 G4NeutronHPDiscreteTwoBody.cc 1421 1422 26 June 2008 Tatsumi Koi (hadr-hpn-V09-01-12) 1423 --------------------------------------------- 1424 - Fix for Memory Leak 1425 G4NeutronHPPhotonDist.hh 1426 1427 18 June 2008 Tatsumi Koi (hadr-hpn-V09-01-11) 1428 --------------------------------------------- 1429 - Fix for tag hadr-hpn-V09-01-09 and 10 1430 G4NeutronHPDiscreteTwoBody.cc 1431 1432 13 June 2008 Tatsumi Koi (hadr-hpn-V09-01-10) 1433 --------------------------------------------- 1434 - Bug fixes contribution from Benoit Pirard and Laurent Desorgher (Univ. Bern) 1435 G4NeutronHPContAngularPar.cc 1436 1437 12 June 2008 Tatsumi Koi (hadr-hpn-V09-01-09) 1438 --------------------------------------------- 1439 - Bug fixes contribution from Benoit Pirard and Laurent Desorgher (Univ. Bern) 1440 G4NeutronHPLegendreStore.hh 1441 G4NeutronHPAngular.cc 1442 G4NeutronHPDiscreteTwoBody.cc 1443 G4NeutronHPInelasticCompFS.cc 1444 G4NeutronHPLegendreStore.cc 1445 1446 1447 03 June 2008 Tatsumi Koi (hadr-hpn-V09-01-08) 1448 --------------------------------------------- 1449 - Bug fixe for codition jump by uninitialised value by T. Koi 1450 G4NeutronHPInelasticData.cc 1451 G4NeutronHPCaptureData.cc 1452 1453 03 June 2008 Tatsumi Koi (hadr-hpn-V09-01-07) 1454 --------------------------------------------- 1455 - Bug fixes for Hadron Hyper News #932 by T. Koi 1456 G4NeutronHPInelasticCompFS.cc 1457 1458 20 May 2008 Tatsumi Koi (hadr-hpn-V09-01-06) 1459 --------------------------------------------- 1460 - Delete unnecessary dependencies by T. Koi 1461 G4NeutronHPChannel.hh 1462 G4NeutronHPElementData.hh 1463 1464 28 April 2008 Tatsumi Koi (hadr-hpn-V09-01-05) 1465 --------------------------------------------- 1466 - Change checking point of "neglecting doppler broadening" flag 1467 from GetCrossSection to BuildPhysicsTable by T. Koi 1468 G4NeutronHPElasticData.hh 1469 G4NeutronHPInelasticData.hh 1470 G4NeutronHPCaptureData.hh 1471 G4NeutronHPElasticData.cc 1472 G4NeutronHPInelasticData.cc 1473 G4NeutronHPCaptureData.cc 1474 1475 22 April 2008 Tatsumi Koi (hadr-hpn-V09-01-04) 1476 --------------------------------------------- 1477 - Add IsZAApplicable(,,) {return false;} by T. Koi 1478 G4NeutronHPorLElasticData.cc 1479 G4NeutronHPorLEInelasticData.cc 1480 G4NeutronHPorLCaptureData.cc 1481 G4NeutronHPorLFissionData.cc 1482 G4NeutronHPJENDLHEData.cc 1483 1484 17 April 2008 Tatsumi Koi (hadr-hpn-V09-01-03) 1485 --------------------------------------------- 1486 - Add IsZAApplicable(,,) {return false;} by T. Koi 1487 G4NeutronHPElasticData.cc 1488 G4NeutronHPInelasticData.cc 1489 G4NeutronHPCaptureData.cc 1490 G4NeutronHPFissionData.cc 1491 G4NeutronHPThermalScatteringData.cc 1492 1493 9 April 2008 Tatsumi Koi (hadr-hpn-V09-01-02) 1494 --------------------------------------------- 1495 - Bug fixes for G4FPE_DEBUG by T. Koi 1496 G4NeutronHPContAngularPar.cc 1497 1498 9 April 2008 Tatsumi Koi (hadr-hpn-V09-01-01) 1499 --------------------------------------------- 1500 - Bug fixes for G4FPE_DEBUG by T. Koi 1501 G4NeutronHPContAngularPar.cc 1502 G4NeutronHPVector.hh 1503 1504 19 March 2008 Tatsumi Koi (hadr-hpn-V09-01-00) 1505 --------------------------------------------- 1506 - Fix compilation warnings - gcc-4.3.0 by T. Koi 1507 (This fix has a real effect to the code.) 1508 G4NeutronHPContAngularPar.cc 1509 - Also tagged "hadr-hpn-V09-00-05". 1510 1511 19 March 2008 Tatsumi Koi (hadr-hpn-V09-00-04) 1512 --------------------------------------------- 1513 - Fix compilation warnings - gcc-4.3.0 by T. Koi 1514 G4NeutronHPElastic.cc 1515 G4NeutronHPorLElastic.cc 1516 G4NeutronHPorLCapture.cc 1517 G4NeutronHPorLFission.cc 1518 1519 31 Oct 2007 Tatsumi Koi (hadr-hpn-V09-00-03) 1520 --------------------------------------------- 1521 - Bug fix which pointed out by A. Howard 1522 G4NeutronHPChannel.cc 1523 1524 2 Oct 2007 Tatsumi Koi (hadr-hpn-V09-00-02) 1525 --------------------------------------------- 1526 - Enalble element based cross-section dump 1527 G4NeutronHPElasticData.cc 1528 G4NeutronHPInelasticData.cc 1529 G4NeutronHPCaptureData.cc 1530 G4NeutronHPFissionData.cc 1531 1532 9 Jul 2007 Tatsumi Koi (hadr-hpn-V09-00-01) 1533 --------------------------------------------- 1534 - Allow _nat_ final state even for isotoped cross sections 1535 G4NeutronHPNames.cc 1536 1537 5 Jul 2007 Dennis Wright (hadr-hpn-V09-00-00) 1538 --------------------------------------------- 1539 - G4NeutronHPThermalScattering.cc : remove duplicate declaration of dirName 1540 (already a class member). 1541 1542 25 Jun 2007 Tatsumi Koi (hadr-hpn-V08-03-07) 1543 -------------------------------------------- 1544 - Changed logic of data selection when G4NEUTRONHP_SKIP_MISSING_ISOTOPES turn on 1545 natural abandance data are allowed. 1546 G4NeutronHPDataUsed.hh 1547 G4NeutronHPNames.cc 1548 1549 25 Jun 2007 Tatsumi Koi (hadr-hpn-V08-03-06) 1550 -------------------------------------------- 1551 - fixes for memory leaking 1552 G4NeutronHPFissionData.cc 1553 G4NeutronHPThermalScattering.cc 1554 G4NeutronHPThermalScatteringData.hh 1555 G4NeutronHPThermalScatteringData.cc 1556 1557 22 Jun 2007 Gabriele Cosmo (hadr-hpn-V08-03-05) 1558 ----------------------------------------------- 1559 - Replaced following environment variables: 1560 o NeutronHP_ALWAYS_USE_PHOTONEVAPORATION_FOR_CAPTURE_FS 1561 with: G4NEUTRONHP_USE_ONLY_PHOTONEVAPORATION 1562 o NeutronHP_USE_ONLY_EXACT_FILE 1563 with: G4NEUTRONHP_SKIP_MISSING_ISOTOPES 1564 o NeutronHPCrossSections 1565 with: G4NEUTRONHPDATA 1566 o NeutronHP_NEGLECT_DOPPLER_BROADENING 1567 with: G4NEUTRONHP_NEGLECT_DOPPLER. 1568 - Replaced NULL with 0 everywhere and removed unnecessary check on zero 1569 pointer when performing deletion. 1570 1571 18 Jun 2007 Tatsumi Koi (hadr-hpn-V08-03-04) 1572 -------------------------------------------- 1573 - fixes for memory leaking 1574 G4NeutronHPPartial.hh 1575 G4NeutronHPPhotonDist.hh 1576 G4NeutronHPPhotonDist.cc 1577 1578 08 Jun 2007 Tatsumi Koi (hadr-hpn-V08-03-03) 1579 -------------------------------------------- 1580 - fixes for memory leaking 1581 G4NeutronHPAngular.hh G4NeutronHPChannel.hh G4NeutronHPPhotonDist.hh 1582 G4NeutronHPCaptureData.cc G4NeutronHPElasticData.cc G4NeutronHPInelasticData.cc 1583 G4NeutronHPNames.cc 1584 1585 1586 08 Jun 2007 Tatsumi Koi (hadr-hpn-V08-03-02) 1587 -------------------------------------------- 1588 - Bug fixes for valgrind & delete Unnecessary comment out from 1589 G4NeutronHPFissionERelease.hh 1590 1591 06 Jun 2007 Tatsumi Koi (hadr-hpn-V08-03-01) 1592 ---------------------------------------------- 1593 - Bug fixes for valgrind & related update 1594 G4NeutronHPVector.hh 1595 G4NeutronHPFissionERelease.hh 1596 G4NeutronHPPhotonDist.hh 1597 G4NeutronHPPhotonDist.cc 1598 G4NeutronHPInelasticCompFS.cc 1599 1600 1601 25 May 2007 Dennis Wright (hadr-hpn-V08-03-00) 1602 ---------------------------------------------- 1603 - retag for 9.0 release 1604 1605 23 May 2007 Tatsumi Koi (hadr-hpn-V08-02-06) 1606 - Try to limit sum of secondary photons energy while keeping distributions 1607 G4NeutronHPPhotonDist.cc 1608 1609 23 May 2007 Tatsumi Koi (hadr-hpn-V08-02-05) 1610 - add neglecting doppler broadening mode for perfomance increase 1611 G4NeutronHPElasticData.cc 1612 G4NeutronHPInelasticData.cc 1613 G4NeutronHPCaptureData.cc 1614 1615 23 May 2007 Tatsumi Koi (hadr-hpn-V08-02-04) 1616 ------------------------------------------------ 1617 - Bug fixes for G4FPE_DEBUG on by A. Howard 1618 G4NeutronHPAngular.cc 1619 G4NeutronHPCapture.cc 1620 G4NeutronHPElastic.cc 1621 G4NeutronHPFission.cc 1622 G4NeutronHPInelastic.cc 1623 G4NeutronHPChannel.cc 1624 G4NeutronHPChannelList.cc 1625 G4NeutronHPInelasticCompFS.cc 1626 G4NeutronHPVector.cc 1627 1628 22 May 2007 Tatsumi Koi (hadr-hpn-V08-02-02) 1629 ------------------------------------------------ 1630 - Enable to use only exact data file NeutronHP_USE_ONLY_EXACT_FILE 1631 and add warnig when substitute file is used 1632 Modified method of searching substitute isotope data 1633 G4NeutronHPNames.cc 1634 - added NeutronHP_ALWAYS_USE_PHOTONEVAPORATION_FOR_CAPTURE_FS flag 1635 G4NeutronHPCaptureFS.cc 1636 1637 11 April 2007 Dennis Wright (hadr-hpn-V08-02-01) 1638 ------------------------------------------------ 1639 - added model names for hadronic whiteboard error reporting. 1640 Files affected: 1641 1642 G4NeutronHPCapture.cc 1643 G4NeutronHPElastic.cc 1644 G4NeutronHPFission.cc 1645 G4NeutronHPInelastic.cc 1646 G4NeutronHPorLCapture.cc 1647 G4NeutronHPorLEInelastic.cc 1648 G4NeutronHPorLElastic.cc 1649 G4NeutronHPorLFission.cc 1650 1651 20 February 2007 Dennis Wright (hadr-hpn-V08-02-00) 1652 --------------------------------------------------- 1653 - fixed potential divide by zero in: 1654 1655 G4NeutronHPVector::IntegrateAndNormalise() 1656 G4NeutronHPLevel::GetDecayGammas() 1657 G4NeutronHPInterpolator::GetWeightedBinIntegral 1658 1659 15 November 2006 Tatsumi Koi (hadr-hpn-V08-00-04) 1660 ------------------------------------------------- 1661 - G4NeutronHPElasticFS.hh , cc : add new type final state generator 1662 - G4NeutronHPFission.cc : Bug Report[857] 1663 - 4NeutronHPElasticFS.cc : buf fix 1664 - new cross secton data set and models below 4eV based on 1665 Thermal neutron scattering files from the evaluated nuclear data files 1666 ENDF/B-VI, Release2 1667 New files 1668 G4NeutronHPThermalScatteringNames.hh , cc 1669 G4NeutronHPThermalScattering.hh , cc 1670 G4NeutronHPThermalScatteringData.hh , cc 1671 - new cross secton data set based on JENDL HE files 20MeV - 3GeV 1672 New files 1673 G4NeutronHPJENDLHEData.hh , .cc 1674 G4NeutronHPJENDLHEElasticData.hh , .cc 1675 G4NeutronHPJENDLHEInelasticData.hh , .cc 1676 1677 02 June 2006 Dennis Wright for Tatsumi Koi (hadr-hpn-V08-00-03) 1678 --------------------------------------------------------------- 1679 - retag of hard-hpn-v08-00-03 with History info added 1680 - G4NeutronHPCaptureFS.cc : change default status of PotonEvaporaton 1681 - G4NeutronHPContAngularPar.cc: bug fix 1682 - G4NeutronHPFissionFS.cc: bug fix 1683 1684 05 May 2006 Dennis Wright (hadr-hpn-V08-00-02) 1685 ---------------------------------------------- 1686 - installed option to turn off neutron suspension in HPElastic models 1687 added method DoNotSuspend() to 1688 G4NeutronHPElastic and G4NeutronHPorLElastic 1689 1690 16 Jan 2006 Dennis Wright for Tatsumi Koi (hadr-hpn-V08-00-01) 1691 -------------------------------------------------------------- 1692 - fixed problem seen in NeutronHP models: core dump when neutron energy 1693 gets close to 20 MeV in some materials. In 1694 G4NeutronHPPartial::Sample(G4double) change look-up index from 1695 nData-1 to nData. 1696 1697 22 Nov 2005 Dennis Wright (hadr-hpn-V07-01-03) 1698 ---------------------------------------------- 1699 - fix division NAN compiler warning in outer while loop for 1700 G4NeutronHPorLEInelasticData.cc, G4NeutronHPorLElasticData.cc, 1701 G4NeutronHPorLEFissionData.cc, G4NeutronHPorLFissionData.cc 1702 1703 22 Nov 2005 Dennis Wright for Tatsumi Koi (hadr-hpn-V07-01-02) 1704 -------------------------------------------------------------- 1705 - T. Koi implemented new process which switches from HP neutron model 1706 to Low Energy Parameterized model when HP neutron data are absent. 1707 1708 New files: 1709 G4NeutronHPorLCapture.hh, .cc 1710 G4NeutronHPorLCaptureData.hh, .cc 1711 G4NeutronHPorLCaptureModel.hh, .cc 1712 G4NeutronHPorLEInelastic.hh, .cc 1713 G4NeutronHPorLEInelasticData.hh, .cc 1714 G4NeutronHPorLEInelasticModel.hh, .cc 1715 G4NeutronHPorLElastic.hh, .cc 1716 G4NeutronHPorLElasticData.hh, .cc 1717 G4NeutronHPorLElasticModel.hh, .cc 1718 G4NeutronHPorLFission.hh, .cc 1719 G4NeutronHPorLFissionData.hh, .cc 1720 G4NeutronHPorLFissionModel.hh, .cc 1721 1722 1723 18 Nov 2005 Dennis Wright (hadr-hpn-V07-01-00) 1724 ---------------------------------------------- 1725 1726 - <sstream> migration for 1727 G4NeutronHPInelasticBaseFS.cc, G4NeutronHPInelasticCompFS.cc, 1728 G4NeutronHPNInelasticFS.cc, G4NeutronHPIsoData.hh, 1729 G4NeutronHPNames.hh 1730 1731 - fix division NAN compiler warning in outer while loop for 1732 G4NeutronHPCaptureData.cc, G4NeutronHPElasticData.cc, 1733 G4NeutronHPInelasticData.cc, G4NeutronHPFissionData.cc 1734