Files
geant4/source/processes/hadronic/models/neutron_hp/History
T
2016-06-09 17:01:34 +02:00

1077 lines
36 KiB
Plaintext

-------------------------------------------------------------------
==================================================
Geant4 - an Object-Oriented Toolkit for Simulation
==================================================
History file for High Precision Neutron model
---------------------------------------------
This file should be used to summarize modifications introduced in the
code and to keep track of all tags.
---------------------------------------------------------------
* Please list in reverse chronological order (last date on top)
---------------------------------------------------------------
29 November 2012 Alberto Ribon (hadr-hpn-V09-05-26)
Added protection against negative argument in square root
src/G4NeutronHPInelasticCompFS.cc
7 November 2012 Tatsumi Koi (hadr-hpn-V09-05-25)
Fix compiler warning of potential usage of uninitialized variable
src/G4NeutronHPContAngularPar.cc
6 November 2012 Tatsumi Koi (hadr-hpn-V09-05-24)
Fix compilation warnings for shadowed variables
src/G4NeutronHPCapture.cc
Bug fix in returing unchaged final states
src/G4NeutronHPChannelList.cc
Fix potential floating point error
src/G4NeutronHPContAngularPar.cc
6 November 2012 Gabriele Cosmo (hadr-hpn-V09-05-23)
Fix for porting on AIX in G4NeutronHPVector header.
2 November 2012 Tatsumi Koi (hadr-hpn-V09-05-22)
Fix Bugzilla report #1366
src/G4NeutronHPContAngularPar.cc
2 November 2012 Tatsumi Koi (hadr-hpn-V09-05-21)
Enhance functionality of ReactionWhiteBoard
include/G4NeutronHPReactionWhiteBoard.hh
src/G4NeutronHPReasctionWhiteBoard.cc
- Modified sources.cmake for 09-05-21(18)
sources.cmake
2 November 2012 Tatsumi Koi (hadr-hpn-V09-05-20)
Enable to handle final states of dynamically generated G4Elements
include/G4NeutronHPCapture.hh
include/G4NeutronHPElastic.hh
include/G4NeutronHPFission.hh
include/G4NeutronHPInelastic.hh
src/G4NeutronHPCapture.cc
src/G4NeutronHPElastic.cc
src/G4NeutronHPFission.cc
src/G4NeutronHPInelastic.cc
1 November 2012 Tatsumi Koi (hadr-hpn-V09-05-19)
Enable to handle cross sections of dynamically generated G4Elements
include/G4NeutronHPData.hh
src/G4NeutronHPData.cc
include/G4NeutronHPCaptureData.hh
include/G4NeutronHPElasticData.hh
include/G4NeutronHPFissionData.hh
include/G4NeutronHPInelastic.hh
src/G4NeutronHPCaptureData.cc
src/G4NeutronHPElasticData.cc
src/G4NeutronHPFissionData.cc
src/G4NeutronHPInelasticData.cc
31 October 2012 Tatsumi Koi (hadr-hpn-V09-05-18)
Add NeutronHPManager and NeutronHPReactionWhiteBoard
include/G4NeutronHPManager.hh
include/G4NeutronHPReactionWhiteBoard.hh
src/G4NeutronHPManager.cc
src/G4NeutronHPReasctionWhiteBoard.cc
Set A and Z of the reaction into "targetNucleus" from HadronicProcess
src/G4NeutronHPChannel.cc
src/G4NeutronHPCapture.cc
src/G4NeutronHPFission.cc
src/G4NeutronHPInelastic.cc
src/G4NeutronHPElastic.cc
26 September 2012 Gabriele Cosmo (hadr-hpn-V09-05-17)
- Explicitly use inclusion of headers for system of units and physical
constants, in plan to remove implicit inclusion from globals.hh.
13 August 2012 Alberto Ribon (hadr-hpn-V09-05-16)
- Fixed compilation error in G4NeutronHPCaptureFS.cc when the constructor
of the Lorentz vector is made explicit.
31 July 2012 Tatsumi Koi (hadr-hpn-V09-05-15)
- Add name
G4NeutronHPJENDLHEData.cc
14 June 2012 Tatsumi Koi (hadr-hpn-V09-05-14)
- Bug fix which introduced in the fix compilation warnings for shadowed variables
src/G4NeutronHPThermalScattering.cc
13 June 2012 Tatsumi Koi (hadr-hpn-V09-05-13)
- Delete unnecessary outputs
src/G4NeutronHPCapture.cc
- Fix compilation warnings for shadowed variables
13 June 2012 Tatsumi Koi (hadr-hpn-V09-05-12)
- Set DBL_MAX for the upper limit of Energy Check Levels
12 June 2012 Tatsumi Koi (hadr-hpn-V09-05-11)
- Bug fix related compilation error on WIN32-VC
include/G4NeutronHPVector.hh
11 June 2012 Tatsumi Koi (hadr-hpn-V09-05-10)
- Increase upper limit of Energy Check Levels
Allow the difference caused by miss much in target isotope selections
include/G4NeutronHPElastic.hh
include/G4NeutronHPCapture.hh
src/G4NeutronHPCapture.cc
src/G4NeutronHPInelastic.cc
src/G4NeutronHPElastic.cc
8 June 2012 Tatsumi Koi (hadr-hpn-V09-05-09)
- Fix compilation error on WIN32-VC
include/G4NeutronHPVector.hh
7 June 2012 Tatsumi Koi (hadr-hpn-V09-05-08)
- Protection of huge Ep breakdown caused by a miss match between cross section data set and model
include/G4NeutronHPChannelList.hh
src/G4NeutronHPChannelList.cc
- Add final momentum check which expected to be
src/G4NeutronHPInelasticBaseFS.cc
- Add method to loosen check for bad energy violation
and allow huge differences when "G4NEUTRONHP_DO_NOT_ADJUST_FINAL_STATE" was set
include/G4NeutronHPInelastic.hh
src/G4NeutronHPInelastic.cc
6 June 2012 Tatsumi Koi for E.Mendoza (hadr-hpn-V09-05-07)
- Use QI values for limiting the products energies
src/G4NeutronHPInelasticCompFS.cc
- Add Isotropic emission in CM system
src/G4NeutronHPAngular.cc
- Add non LIN-LIN interpolation
include/G4NeutronHPVector.hh
src/G4NeutronHPVector.cc
- Bug fix
include/G4InterpolationManager.hh
- Add 2D interpolation
include/G4NeutronHPArbitaryTab.hh
src/G4NeutronHPArbitaryTab.cc
- Protection for Zero devided
src/G4NeutronHPInterpolator.cc
- Bug fix
src/G4NeutronHPCaptureFS.cc
- Modified sources.cmake for 09-05-06
sources.cmake
1 June 2012 Tatsumi Koi (hadr-hpn-V09-05-06)
- Add Capability to produce fission fragments those currently neglected, based on ENDF nfy data
Enable by setting enviroment varibale for "G4NEUTRONHP_PRODUCE_FISSION_FRAGMENTS"
include/G4NeutronHPFFFissionFS.hh
include/G4NeutronHPFissionFS.hh
src/G4NeutronHPFissionFS.cc
src/G4NeutronHPFFFissionFS.cc
- Set proper excited isomer index and methods
src/G4NeutronHPChannel.cc
- Bug fix (introduced in 09-05-05)
include/G4NeutronHPDataUsed.hh
31 May 2012 Tatsumi Koi (hadr-hpn-V09-05-05)
- Add excited isomer index and methods
include/G4NeutronHPFinalState.hh
include/G4NeutronHPDataUsed.hh
- Set proper excited isomer index and methods
src/G4NeutronHPElasticFS.cc
src/G4NeutronHPNames.cc
src/G4NeutronHPInelasticCompFS.cc
src/G4NeutronHPCaptureFS.cc
src/G4NeutronHPFSFissionFS.cc
src/G4NeutronHPFissionBaseFS.cc
src/G4NeutronHPInelasticBaseFS.cc
25 May 2012 Tatsumi Koi (hadr-hpn-V09-05-04)
- Migrate frameFlag (MF6 LCT) = 3, which is used several ENDF/B-VII.1 files
(This had been used in previous but the energies were beyond 20MeV.)
include/G4NeutronHPProduct.hh
src/G4NeutronHPEnAngCorrelation.cc
11 May 2012 Gunter Folger (hadr-hpn-V09-05-03)
- In G4NeutronHPFission add method to loosen check for bad energy violation
to allow for a violation of order of nuclear mass (250GeV)
24 April 2012 Tatsumi Koi (hadr-hpn-V09-05-02)
- Add NeutronHPBGGNucleonInelasticXS to avoid problem in Shielding Physics List
include/G4NeutronHPBGGNucleonInelasticXS.hh
src/G4NeutronHPBGGNucleonInelasticXS.cc
sources.cmake
19 March 2012 Tatsumi Koi (hadr-hpn-V09-05-01)
- Protect emission of unphysical ultra-low energy photons
16 January 2012 Tatsumi Koi (hadr-hpn-V09-05-00)
- Avoid warning messages
src/G4NeutronHPInelastic.cc
28 November 2011 Tatsumi Koi (hadr-hpn-V09-04-32)
-Temporal fix for Bug report 1264
Permanent fix should be done in Photon Evaporation Model
src/G4NeutronHPCaptureFS.cc
9 November 2011 Gabriele Cosmo (hadr-hpn-V09-04-31)
- Workaround fixes to allow compilation on Windows/VC++10
src/G4NeutronHPThermalScattering.cc
src/G4NeutronHPThermalScatteringData.cc
3 November 2011 Tatsumi Koi (hadr-hpn-V09-04-30)
- Fix Bug which introduced previous tag and add several administrations
src/G4NeutronHPNames.cc
- Fix memory leak
src/G4NeutronHPThermalScatteringData.cc
- Fix FPE error
src/G4NeutronHPThermalScattering.cc
31 October 2011 Tatsumi Koi (hadr-hpn-V09-04-29)
- Cosmetic fix
src/G4NeutronHPNames.cc
src/G4NeutronHPCapture.cc
src/G4NeutronHPChannel.cc
src/G4NeutronHPFission.cc
src/G4NeutronHPInelastic.cc
src/G4NeutronHPIsoData.cc
src/G4NeutronHPCaptureFS.cc
src/G4NeutronHPElasticFS.cc
src/G4NeutronHPElastic.cc
- Add ENDF/B-VII Thermal Scattering Materials
Excluding para (ortho) H and D, liquid (solid) methane and benzene
src/G4NeutronHPThermalScatteringNames.cc
17 October 2011 Tatsumi Koi (hadr-hpn-V09-04-28)
- Enable to handle excited isomer nuclie as targets
include/G4NeutronHP4NInelasticFS.hh
include/G4NeutronHPND2AInelasticFS.hh
include/G4NeutronHPElasticFS.hh
include/G4NeutronHPLCFissionFS.hh
include/G4NeutronHPNAInelasticFS.hh
include/G4NeutronHPIsoData.hh
include/G4NeutronHPPDInelasticFS.hh
include/G4NeutronHPNT2AInelasticFS.hh
include/G4NeutronHPFinalState.hh
include/G4NeutronHPTCFissionFS.hh
include/G4NeutronHPNames.hh
include/G4NeutronHPHe3InelasticFS.hh
include/G4NeutronHP3NInelasticFS.hh
include/G4NeutronHPPTInelasticFS.hh
include/G4NeutronHPDInelasticFS.hh
include/G4NeutronHP2NDInelasticFS.hh
include/G4NeutronHPNInelasticFS.hh
include/G4NeutronHPInelasticCompFS.hh
include/G4NeutronHPPInelasticFS.hh
include/G4NeutronHP2NPInelasticFS.hh
include/G4NeutronHPN2PInelasticFS.hh
include/G4NeutronHP3NPInelasticFS.hh
include/G4NeutronHPTInelasticFS.hh
include/G4NeutronHPFissionFS.hh
include/G4NeutronHPNPAInelasticFS.hh
include/G4NeutronHP2NInelasticFS.hh
include/G4NeutronHP2PInelasticFS.hh
include/G4NeutronHPN3AInelasticFS.hh
include/G4NeutronHPDAInelasticFS.hh
include/G4NeutronHPFCFissionFS.hh
include/G4NeutronHPNHe3InelasticFS.hh
include/G4NeutronHPElementData.hh
include/G4NeutronHPPAInelasticFS.hh
include/G4NeutronHPNDInelasticFS.hh
include/G4NeutronHP3AInelasticFS.hh
include/G4NeutronHPD2AInelasticFS.hh
include/G4NeutronHPFSFissionFS.hh
include/G4NeutronHPCaptureFS.hh
include/G4NeutronHPNPInelasticFS.hh
include/G4NeutronHP2NAInelasticFS.hh
include/G4NeutronHPN2AInelasticFS.hh
include/G4NeutronHPAInelasticFS.hh
include/G4NeutronHP3NAInelasticFS.hh
include/G4NeutronHPNTInelasticFS.hh
include/G4NeutronHPChannel.hh
include/G4NeutronHPNXInelasticFS.hh
include/G4NeutronHPT2AInelasticFS.hh
include/G4NeutronHP2N2AInelasticFS.hh
include/G4NeutronHP2AInelasticFS.hh
include/G4NeutronHPSCFissionFS.hh
include/G4NeutronHPFissionBaseFS.hh
include/G4NeutronHPInelasticBaseFS.hh
src/G4NeutronHP4NInelasticFS.cc
src/G4NeutronHPND2AInelasticFS.cc
src/G4NeutronHPElasticFS.cc
src/G4NeutronHPLCFissionFS.cc
src/G4NeutronHPNAInelasticFS.cc
src/G4NeutronHPIsoData.cc
src/G4NeutronHPPDInelasticFS.cc
src/G4NeutronHPNT2AInelasticFS.cc
src/G4NeutronHPTCFissionFS.cc
src/G4NeutronHPNames.cc
src/G4NeutronHPHe3InelasticFS.cc
src/G4NeutronHP3NInelasticFS.cc
src/G4NeutronHP2NDInelasticFS.cc
src/G4NeutronHPPTInelasticFS.cc
src/G4NeutronHPDInelasticFS.cc
src/G4NeutronHPNInelasticFS.cc
src/G4NeutronHPInelasticCompFS.cc
src/G4NeutronHPN2PInelasticFS.cc
src/G4NeutronHP2NPInelasticFS.cc
src/G4NeutronHPPInelasticFS.cc
src/G4NeutronHP3NPInelasticFS.cc
src/G4NeutronHPTInelasticFS.cc
src/G4NeutronHPNPAInelasticFS.cc
src/G4NeutronHPFissionFS.cc
src/G4NeutronHP2NInelasticFS.cc
src/G4NeutronHP2PInelasticFS.cc
src/G4NeutronHPN3AInelasticFS.cc
src/G4NeutronHPDAInelasticFS.cc
src/G4NeutronHPFCFissionFS.cc
src/G4NeutronHPNHe3InelasticFS.cc
src/G4NeutronHPElementData.cc
src/G4NeutronHPPAInelasticFS.cc
src/G4NeutronHPNDInelasticFS.cc
src/G4NeutronHP3AInelasticFS.cc
src/G4NeutronHPD2AInelasticFS.cc
src/G4NeutronHPCaptureFS.cc
src/G4NeutronHPFSFissionFS.cc
src/G4NeutronHPNPInelasticFS.cc
src/G4NeutronHPAInelasticFS.cc
src/G4NeutronHP2NAInelasticFS.cc
src/G4NeutronHPN2AInelasticFS.cc
src/G4NeutronHPNTInelasticFS.cc
src/G4NeutronHP3NAInelasticFS.cc
src/G4NeutronHPChannel.cc
src/G4NeutronHPNXInelasticFS.cc
src/G4NeutronHPT2AInelasticFS.cc
src/G4NeutronHP2N2AInelasticFS.cc
src/G4NeutronHP2AInelasticFS.cc
src/G4NeutronHPSCFissionFS.cc
src/G4NeutronHPFissionBaseFS.cc
src/G4NeutronHPInelasticBaseFS.cc
11 October 2011 Tatsumi Koi (hadr-hpn-V09-04-27)
- Migrate to high order (>30) Legendre polynominal
include/G4NeutronHPFastLegendre.hh
src/G4NeutronHPFastLegendre.cc
7 October 2011 Tatsumi Koi (hadr-hpn-V09-04-26)
- Enable to use Thermal Scattering Model and Data with G4Nist Materials
src/G4NeutronHPThermalScatteringData.cc
src/G4NeutronHPThermalScattering.cc
src/G4NeutronHPThermalScatteringNames.cc
include/G4NeutronHPThermalScatteringData.hh
include/G4NeutronHPThermalScattering.hh
include/G4NeutronHPThermalScatteringNames.hh
5 October 2011 Tatsumi Koi (hadr-hpn-V09-04-25)
- Protection for producing 0 kinetic energy neutron
src/G4NeutronHPElasticFS.cc
25 September 2011 Tatsumi Koi (hadr-hpn-V09-04-24)
- Migrate to integer A and Z
src/G4NeutronHPorLCaptureModel.cc
src/G4NeutronHPorLFissionModel.cc
src/G4NeutronHPorLElasticModel.cc
src/G4NeutronHPorLEInelasticModel.cc
src/G4NeutronHPThermalScattering.cc
9 September 2011 Michael Kelsey (hadr-hpn-V09-04-23)
- Migrate to new interface of G4HadFinalState (hadr-util-V09-04-02)
src/G4NeutronHPFissionFS.cc
29 August 2011 Tatsumi Koi (hadr-hpn-V09-04-22)
- Migrate new interface of VCrossSectionDataSet (hadr-cross-V09-04-14)
- Add Cache for kinetic energy, element, material and cross section
src/G4NeutronHPThermalScatteringData.cc
src/G4NeutronHPElasticData.cc
src/G4NeutronHPCaptureData.cc
src/G4NeutronHPFissionData.cc
src/G4NeutronHPInelasticData.cc
src/G4NeutronHPorLCaptureData.cc
src/G4NeutronHPorLEInelasticData.cc
src/G4NeutronHPorLElasticData.cc
src/G4NeutronHPorLFissionData.cc
include/G4NeutronHPThermalScatteringData.hh
include/G4NeutronHPCaptureData.hh
include/G4NeutronHPElasticData.hh
include/G4NeutronHPFissionData.hh
include/G4NeutronHPInelasticData.hh
include/G4NeutronHPorLCaptureData.hh
include/G4NeutronHPorLElasticData.hh
include/G4NeutronHPorLEInelasticData.hh
include/G4NeutronHPorLFissionData.hh
22 August 2011 Tatsumi Koi (hadr-hpn-V09-04-21)
- Protection for not producing 0 kinetic energy neutron
src/G4NeutronHPElasticFS.cc
20 June 2011 Tatsumi Koi (hadr-hpn-V09-04-20)
- Reasonably relax the checking condition of inconsistency in repFlag3
src/G4NeutronHPElasticFS.cc
11 June 2011 Tatsumi Koi (hadr-hpn-V09-04-19)
- Protection for very low "remaining_energy"
Unexpected edge value
src/G4NeutronHPContAngularPar.cc
11 June 2011 Tatsumi Koi (hadr-hpn-V09-04-18)
- Protection for very low "remaining_energy"
Unexpected edge value
Additional general protection about this issue
src/G4NeutronHPContAngularPar.cc
10 June 2011 Tatsumi Koi (hadr-hpn-V09-04-17)
- Protection for very low "remaining_energy"
src/G4NeutronHPContAngularPar.cc
10 June 2011 Tatsumi Koi (hadr-hpn-V09-04-16)
- Update for more collaborated work with other and previous version.
src/G4NeutronHPContAngularPar.cc
10 June 2011 Tatsumi Koi (hadr-hpn-V09-04-15)
- Update for more collaborated work with other and previous version.
src/G4NeutronHPInelasticCompFS.cc
- Change contact information
src/G4NeutronHPNames.cc
9 June 2011 Tatsumi Koi (hadr-hpn-V09-04-14)
- Instead of internal level schemes as a function of mt value,
use QI value for calculating excitation energy of residual.
Request from E.Mendoza and D.Cano (CIEMAT)
src/G4NeutronHPInelasticCompFS.cc
9 June 2011 Tatsumi Koi (hadr-hpn-V09-04-13)
- Fix for wrong interpretation and use of "interpolE"
Pointed out by E.Mendoza and D.Cano (CIEMAT)
src/G4NeutronHPContAngularPar.cc
9 June 2011 Tatsumi Koi (hadr-hpn-V09-04-12)
-Fix for migration to G4NDL3.15(ENDF-VII.r0)
src/G4NeutronHPIsotropic.cc
-Set Cross section Name in costructor
src/G4NeutronHPCaptureData.cc
src/G4NeutronHPFissionData.cc
src/G4NeutronHPInelasticData.cc
src/G4NeutronHPElasticData.cc
5 June 2011 Tatsumi Koi (hadr-hpn-V09-04-11)
-Use vector for keeping QI and LR values
include/G4NeutronHPInelasticCompFS.hh
src/G4NeutronHPInelasticCompFS.cc
2 June 2011 Tatsumi Koi for E.Mendoza and D.Cano (CIEMAT) (hadr-hpn-V09-04-10)
-Bug corrected
src/G4NeutronHPPartial.cc
27 May 2011 Tatsumi Koi (hadr-hpn-V09-04-09)
-Fix gcc4.6 compiler warning: variable XXX set but not used
include/G4NeutronHPMadlandNixSpectrum.hh
src/G4NeutronHPFissionFS.cc
src/G4NeutronHPCaptureFS.cc
src/G4NeutronHPChannelList.cc
-Fix real bug found with the help of the warning
src/G4NeutronHPThermalScattering.cc
12 May 2011 Tatsumi Koi (hadr-hpn-V09-04-08)
-Bug fix setting an index of the last element of an array
src/G4NeutronHPFinalState.cc
-Protection ENDF-VII.0 21Sc45 has trouble in MF4MT22 (n,np) targetMass is not properly recorded,
and similar situation
src/G4NeutronHPInelasticBaseFS.cc
-Bug fix for calling an element with negative index
src/G4NeutronHPPhotonDist.cc
10 May 2011 Tatsumi Koi (hadr-hpn-V09-04-07)
-Modifed for ENDF-VII
src/G4NeutronHPFission.cc
src/G4NeutronHPorLFission.cc
- delete above the protection which introduced in (adr-hpn-V09-04-05) with more coordinated work to other classes
include/G4NeutronHPAngular.hh
src/G4NeutronHPAngular.cc
6 May 2011 Tatsumi Koi (hadr-hpn-V09-04-06)
-Bug fix for unexpected baryon balance
src/G4NeutronHPFinalState.cc
-Modifed for ENDF-VII
src/G4NeutronHPIsoData.cc
5 May 2011 Tatsumi Koi (hadr-hpn-V09-04-05)
-Protection for the case that object is created but not initialized
include/G4NeutronHPAngular.hh
src/G4NeutronHPAngular.cc
5 May 2011 Tatsumi Koi (hadr-hpn-V09-04-04)
-Enable FSMF6 in Capture final state
include/G4NeutronHPCaptureFS.hh
src/G4NeutronHPCaptureFS.cc
-Add Reaction Q value and break up flag (MF3::QI and LR)
include/G4NeutronHPInelasticCompFS.hh
src/G4NeutronHPInelasticCompFS.cc
-Temporary solution in the case of having 31 or more of the Maximum order Legendre polynomials
include/G4NeutronHPFastLegendre.hh
12 April 2011 Tatsumi Koi (hadr-hpn-V09-04-03)
-Add "Fermium"
include/G4NeutronHPNames.hh
11 April 2011 Tatsumi Koi (hadr-hpn-V09-04-02)
-Add "Fermium" and fix bug in "Actinium"
src/G4NeutronHPNames.cc
30 March 2011 Tatsumi Koi (hadr-hpn-V09-04-01)
-Add message when the environment variable of "G4NEUTRONHP_NEGLECT_DOPPLER" is found
G4NeutronHPElasticData.cc
G4NeutronHPInelasticData.cc
G4NeutronHPCaptureData.cc
24 March 2011 Tatsumi Koi (hadr-hpn-V09-04-00)
-Bug fix in MF=6, LAW=2 case; contribution from E. Mendoza, D. Cano-Ott (CIEMAT)
G4NeutronHPDiscreteTwoBody.cc
G4NeutronHPDiscreteTwoBody.hh
3 December 2010 Tatsumi Koi (hadr-hpn-V09-03-12)
-Bug fix Bugzilla/Geant4 Problem 1155
G4NeutronHPCaptureFS.cc
2 December 2010 Tatsumi Koi (hadr-hpn-V09-03-11)
-Delete Unnecessary warnings
G4NeutronHPInelasticBaseFS.cc
11 November 2010 Tatsumi Koi (hadr-hpn-V09-03-10)
-Change warning message for "repFlag == 2 && isoFlag != 1" case
G4NeutronHPPhotonDist.cc
11 November 2010 Tatsumi Koi (hadr-hpn-V09-03-09)
-Add Special treatment in Be9(n,2n)Be8(2a) case
G4NeutronHPInelasticBaseFS.cc
-Add Safty for _nat_ data
G4NeutronHPInelasticCompFS.cc
10 November 2010 Tatsumi Koi (hadr-hpn-V09-03-08)
-Set lower limit for gamma energy
G4NeutronHPFinalState.cc
10 November 2010 Tatsumi Koi (hadr-hpn-V09-03-07)
-Bug fix in MF=6, LAW=2 case; contribution from E. Mendoza, D. Cano-Ott (CIEMAT)
G4NeutronHPDiscreteTwoBody.cc
9 September 2010 Tatsumi Koi (hadr-hpn-V09-03-06)
- Add safty for negative value
G4NeutronHPInelasticCompFS.cc
29 July 2010 Tatsumi Koi (hadr-hpn-V09-03-05)
- Add safty for zero lenght cross section table Problem #1118
G4NeutronHPFissionData.cc
29 July 2010 Tatsumi Koi (hadr-hpn-V09-03-04)
- Add model name in constructor Problem #1116
G4NeutronHPThermalScattering.cc
25 April 2010 Tatsumi Koi (hadr-hpn-V09-03-03)
- Fix compiler warning
G4NeutronHPInelasticCompFS.cc
13 April 2010 Tatsumi Koi (hadr-hpn-V09-03-02)
- Fix bug about incidence energy
G4NeutronHPEnAngCorrelation.cc
6 April 2010 Tatsumi Koi (hadr-hpn-V09-03-01)
- "nothingWasKnownOnHadron=1" then sample mu isotropic in CM
mu and p are correlated
G4NeutronHPInelasticCompFS.hh
G4NeutronHPInelasticCompFS.cc
24 March 2010 Dennis Wright (hadr-hpn-V09-03-00)
-------------------------------------------------
- move all code in hadr-hpn-V09-02-01 to HEAD and tag as
hadr-hpn-V09-03-00
18 November 2009 Tatsumi Koi (hadr-hpn-V09-02-01)
-------------------------------------------------
- Add Ignore and Enable On Flight Doppler Broadening methods
G4NeutronHPElasticData.cc
G4NeutronHPInelasticData.cc
G4NeutronHPCaptureData.cc
22 September 2009 Tatsumi Koi (hadr-hpn-V09-02-00)
- Add safty for Floating Point Exception caused by 0 kinetic energy neutron
G4NeutronHPCaptureData.cc
G4NeutronHPElasticData.cc
G4NeutronHPInelasticData.cc
G4NeutronHPFissionData.cc
G4NeutronHPorLCaptureData.cc
G4NeutronHPorLEInelasticData.cc
G4NeutronHPorLElasticData.cc
G4NeutronHPorLFissionData.cc
14 May 2009 Tatsumi Koi (hadr-hpn-V09-01-29)
- Fix bug in IC electron emissions: Contribution from Chao Zhang (Chao.Zhang@usd.edu) and Dongming Mei(Dongming.Mei@usd.edu)
G4NeutronHPPhotonDist.cc
G4NeutronHPInelasticCompFS.cc
3 December 2008 Tatsumi Koi (hadr-hpn-V09-01-28)
- Fix bug in Register in G4NeutronHPChannel
and add limitation of trial of creating final states and proctection for pure 1H case in G4NeutronHPInelastic
G4NeutronHPChannel.cc
G4NeutronHPInelastic.cc
2 December 2008 Tatsumi Koi (hadr-hpn-V09-01-27)
- Remove unused variable
G4NeutronHPThermalScattering.cc
1 December 2008 Tatsumi Koi (hadr-hpn-V09-01-26)
- Fix for Memory Leak
G4NeutronHPThermalScattering.cc
24 November 2008 Tatsumi Koi (hadr-hpn-V09-01-25)
- Protect invalid read which caused run time errors
G4NeutronHPFissionData.cc
05 November 2008 Dennis Wright (hadr-hpn-V09-01-24)
G4NeutronHPNames.cc: put parentheses around && in || (line 324) to
satisfy gcc 4.3 compiler.
27 October 2008 Tatsumi Koi (hadr-hpn-V09-01-23)
Z,A to A,Z for functions of NucleiProperties
recommit and re tag hadr-hpn-V09-01-22
27 October 2008 Tatsumi Koi (hadr-hpn-V09-01-22)
Z,A to A,Z for functions of NucleiProperties
G4NeutronHPThermalBoost.hh
G4NeutronHPCaptureData.cc
G4NeutronHPCaptureFS.cc
G4NeutronHPContAngularPar.cc
G4NeutronHPElasticData.cc
G4NeutronHPFissionData.cc
G4NeutronHPInelasticBaseFS.cc
G4NeutronHPInelasticCompFS.cc
G4NeutronHPInelasticData.cc
G4NeutronHPorLCaptureData.cc
G4NeutronHPorLEInelasticData.cc
G4NeutronHPorLElasticData.cc
G4NeutronHPorLFissionData.cc
24 October 2008 Tatsumi Koi (hadr-hpn-V09-01-21)
- Migarate to "particles-V09-01-09"
G4NeutronHPThermalBoost.hh
G4NeutronHPCaptureData.cc
G4NeutronHPCaptureFS.cc
G4NeutronHPContAngularPar.cc
G4NeutronHPElasticData.cc
G4NeutronHPFissionData.cc
G4NeutronHPInelasticBaseFS.cc
G4NeutronHPInelasticCompFS.cc
G4NeutronHPInelasticData.cc
G4NeutronHPorLCaptureData.cc
G4NeutronHPorLEInelasticData.cc
G4NeutronHPorLElasticData.cc
G4NeutronHPorLFissionData.cc
4 September 2008 Tatsumi Koi (hadr-hpn-V09-01-20)
---------------------------------------------
- Delete output for debugging
G4NeutronHPProduct.cc
4 September 2008 Tatsumi Koi (hadr-hpn-V09-01-19)
---------------------------------------------
- Add Protection for negative energy results in very low energy ( 1E-6 eV ) scattering
G4NeutronHPElasticFS.cc
1 September 2008 Tatsumi Koi (hadr-hpn-V09-01-18)
---------------------------------------------
- Bug fix of too many secondaries production in nd rections
G4NeutronHPProduct.cc
- Set protection for selecting data in hydrogen and alpha
G4NeutronHPName.cc
- Avoiding troubles which caused by G4PhysicsVecotor of length 0
G4NeutronHPIsoData.cc
11 August 2008 Tatsumi Koi (hadr-hpn-V09-01-17)
---------------------------------------------
- Bug fix G4NeutronHPLabAngularEnergy
G4NeutronHPLabAngularEnergy.cc
Change interpolation scheme for histogram
G4NeutronHPInterpolator.hh
Bug fix in Sample and GetXsec in G4NeutronHpVector
G4NeutronHPVector.hh
G4NeutronHPVector.cc
Prohibit level transition to oneself
G4NeutronHPDeExGammas.cc
Fix memory leak and Correcting data disorder which happened
when both InitPartial and InitAnglurar methods
was called in a same instance
G4NeutronHPPhotonDist.cc
1 August 2008 Tatsumi Koi (hadr-hpn-V09-01-16)
---------------------------------------------
- Introduce theNDLDataA,Z which has A and Z of used NDL data
residual reconstraction with theNDLDataA,Z
several fixes and protection for G4FPE_DEBUF and checking with valgrind
G4NeutronHPFinalState.hh
G4NeutronHPFinalState.cc
G4NeutronHPInelasticCompFS.cc
G4NeutronHPInelasticBaseFS.cc
G4NeutronHPKallbachMannSyst.cc
G4NeutronHPContAngularPar.cc
21 July 2008 Tatsumi Koi (hadr-hpn-V09-01-15)
---------------------------------------------
- Adjusting final states based on the energy and momentum conservation
G4NeutronHPFinalState.hh
G4NeutronHPFinalState.cc
G4NeutronHPInelasticCompFS.cc
G4NeutronHPInelasticBaseFS.cc
21 July 2008 Tatsumi Koi (hadr-hpn-V09-01-14)
---------------------------------------------
- Limiting the sum of secondary energies
G4VNeutronHPEnergyAngular.hh
G4NeutronHPContEnergyAngular.hh
G4NeutronHPContAngularPar.hh
G4NeutronHPProduct.cc
G4NeutronHPEnAngCorrelation.cc
G4NeutronHPContEnergyAngular.cc
G4NeutronHPContAngularPar.cc
17 July 2008 Tatsumi Koi (hadr-hpn-V09-01-13)
---------------------------------------------
- Fix of calculation of residual momentum
G4NeutronHPInelasticCompFS.cc
G4NeutronHPDiscreteTwoBody.cc
26 June 2008 Tatsumi Koi (hadr-hpn-V09-01-12)
---------------------------------------------
- Fix for Memory Leak
G4NeutronHPPhotonDist.hh
18 June 2008 Tatsumi Koi (hadr-hpn-V09-01-11)
---------------------------------------------
- Fix for tag hadr-hpn-V09-01-09 and 10
G4NeutronHPDiscreteTwoBody.cc
13 June 2008 Tatsumi Koi (hadr-hpn-V09-01-10)
---------------------------------------------
- Bug fixes contribution from Benoit Pirard and Laurent Desorgher (Univ. Bern)
G4NeutronHPContAngularPar.cc
12 June 2008 Tatsumi Koi (hadr-hpn-V09-01-09)
---------------------------------------------
- Bug fixes contribution from Benoit Pirard and Laurent Desorgher (Univ. Bern)
G4NeutronHPLegendreStore.hh
G4NeutronHPAngular.cc
G4NeutronHPDiscreteTwoBody.cc
G4NeutronHPInelasticCompFS.cc
G4NeutronHPLegendreStore.cc
03 June 2008 Tatsumi Koi (hadr-hpn-V09-01-08)
---------------------------------------------
- Bug fixe for codition jump by uninitialised value by T. Koi
G4NeutronHPInelasticData.cc
G4NeutronHPCaptureData.cc
03 June 2008 Tatsumi Koi (hadr-hpn-V09-01-07)
---------------------------------------------
- Bug fixes for Hadron Hyper News #932 by T. Koi
G4NeutronHPInelasticCompFS.cc
20 May 2008 Tatsumi Koi (hadr-hpn-V09-01-06)
---------------------------------------------
- Delete unnecessary dependencies by T. Koi
G4NeutronHPChannel.hh
G4NeutronHPElementData.hh
28 April 2008 Tatsumi Koi (hadr-hpn-V09-01-05)
---------------------------------------------
- Change checking point of "neglecting doppler broadening" flag
from GetCrossSection to BuildPhysicsTable by T. Koi
G4NeutronHPElasticData.hh
G4NeutronHPInelasticData.hh
G4NeutronHPCaptureData.hh
G4NeutronHPElasticData.cc
G4NeutronHPInelasticData.cc
G4NeutronHPCaptureData.cc
22 April 2008 Tatsumi Koi (hadr-hpn-V09-01-04)
---------------------------------------------
- Add IsZAApplicable(,,) {return false;} by T. Koi
G4NeutronHPorLElasticData.cc
G4NeutronHPorLEInelasticData.cc
G4NeutronHPorLCaptureData.cc
G4NeutronHPorLFissionData.cc
G4NeutronHPJENDLHEData.cc
17 April 2008 Tatsumi Koi (hadr-hpn-V09-01-03)
---------------------------------------------
- Add IsZAApplicable(,,) {return false;} by T. Koi
G4NeutronHPElasticData.cc
G4NeutronHPInelasticData.cc
G4NeutronHPCaptureData.cc
G4NeutronHPFissionData.cc
G4NeutronHPThermalScatteringData.cc
9 April 2008 Tatsumi Koi (hadr-hpn-V09-01-02)
---------------------------------------------
- Bug fixes for G4FPE_DEBUG by T. Koi
G4NeutronHPContAngularPar.cc
9 April 2008 Tatsumi Koi (hadr-hpn-V09-01-01)
---------------------------------------------
- Bug fixes for G4FPE_DEBUG by T. Koi
G4NeutronHPContAngularPar.cc
G4NeutronHPVector.hh
19 March 2008 Tatsumi Koi (hadr-hpn-V09-01-00)
---------------------------------------------
- Fix compilation warnings - gcc-4.3.0 by T. Koi
(This fix has a real effect to the code.)
G4NeutronHPContAngularPar.cc
- Also tagged "hadr-hpn-V09-00-05".
19 March 2008 Tatsumi Koi (hadr-hpn-V09-00-04)
---------------------------------------------
- Fix compilation warnings - gcc-4.3.0 by T. Koi
G4NeutronHPElastic.cc
G4NeutronHPorLElastic.cc
G4NeutronHPorLCapture.cc
G4NeutronHPorLFission.cc
31 Oct 2007 Tatsumi Koi (hadr-hpn-V09-00-03)
---------------------------------------------
- Bug fix which pointed out by A. Howard
G4NeutronHPChannel.cc
2 Oct 2007 Tatsumi Koi (hadr-hpn-V09-00-02)
---------------------------------------------
- Enalble element based cross-section dump
G4NeutronHPElasticData.cc
G4NeutronHPInelasticData.cc
G4NeutronHPCaptureData.cc
G4NeutronHPFissionData.cc
9 Jul 2007 Tatsumi Koi (hadr-hpn-V09-00-01)
---------------------------------------------
- Allow _nat_ final state even for isotoped cross sections
G4NeutronHPNames.cc
5 Jul 2007 Dennis Wright (hadr-hpn-V09-00-00)
---------------------------------------------
- G4NeutronHPThermalScattering.cc : remove duplicate declaration of dirName
(already a class member).
25 Jun 2007 Tatsumi Koi (hadr-hpn-V08-03-07)
--------------------------------------------
- Changed logic of data selection when G4NEUTRONHP_SKIP_MISSING_ISOTOPES turn on
natural abandance data are allowed.
G4NeutronHPDataUsed.hh
G4NeutronHPNames.cc
25 Jun 2007 Tatsumi Koi (hadr-hpn-V08-03-06)
--------------------------------------------
- fixes for memory leaking
G4NeutronHPFissionData.cc
G4NeutronHPThermalScattering.cc
G4NeutronHPThermalScatteringData.hh
G4NeutronHPThermalScatteringData.cc
22 Jun 2007 Gabriele Cosmo (hadr-hpn-V08-03-05)
-----------------------------------------------
- Replaced following environment variables:
o NeutronHP_ALWAYS_USE_PHOTONEVAPORATION_FOR_CAPTURE_FS
with: G4NEUTRONHP_USE_ONLY_PHOTONEVAPORATION
o NeutronHP_USE_ONLY_EXACT_FILE
with: G4NEUTRONHP_SKIP_MISSING_ISOTOPES
o NeutronHPCrossSections
with: G4NEUTRONHPDATA
o NeutronHP_NEGLECT_DOPPLER_BROADENING
with: G4NEUTRONHP_NEGLECT_DOPPLER.
- Replaced NULL with 0 everywhere and removed unnecessary check on zero
pointer when performing deletion.
18 Jun 2007 Tatsumi Koi (hadr-hpn-V08-03-04)
--------------------------------------------
- fixes for memory leaking
G4NeutronHPPartial.hh
G4NeutronHPPhotonDist.hh
G4NeutronHPPhotonDist.cc
08 Jun 2007 Tatsumi Koi (hadr-hpn-V08-03-03)
--------------------------------------------
- fixes for memory leaking
G4NeutronHPAngular.hh G4NeutronHPChannel.hh G4NeutronHPPhotonDist.hh
G4NeutronHPCaptureData.cc G4NeutronHPElasticData.cc G4NeutronHPInelasticData.cc
G4NeutronHPNames.cc
08 Jun 2007 Tatsumi Koi (hadr-hpn-V08-03-02)
--------------------------------------------
- Bug fixes for valgrind & delete Unnecessary comment out from
G4NeutronHPFissionERelease.hh
06 Jun 2007 Tatsumi Koi (hadr-hpn-V08-03-01)
----------------------------------------------
- Bug fixes for valgrind & related update
G4NeutronHPVector.hh
G4NeutronHPFissionERelease.hh
G4NeutronHPPhotonDist.hh
G4NeutronHPPhotonDist.cc
G4NeutronHPInelasticCompFS.cc
25 May 2007 Dennis Wright (hadr-hpn-V08-03-00)
----------------------------------------------
- retag for 9.0 release
23 May 2007 Tatsumi Koi (hadr-hpn-V08-02-06)
- Try to limit sum of secondary photons energy while keeping distributions
G4NeutronHPPhotonDist.cc
23 May 2007 Tatsumi Koi (hadr-hpn-V08-02-05)
- add neglecting doppler broadening mode for perfomance increase
G4NeutronHPElasticData.cc
G4NeutronHPInelasticData.cc
G4NeutronHPCaptureData.cc
23 May 2007 Tatsumi Koi (hadr-hpn-V08-02-04)
------------------------------------------------
- Bug fixes for G4FPE_DEBUG on by A. Howard
G4NeutronHPAngular.cc
G4NeutronHPCapture.cc
G4NeutronHPElastic.cc
G4NeutronHPFission.cc
G4NeutronHPInelastic.cc
G4NeutronHPChannel.cc
G4NeutronHPChannelList.cc
G4NeutronHPInelasticCompFS.cc
G4NeutronHPVector.cc
22 May 2007 Tatsumi Koi (hadr-hpn-V08-02-02)
------------------------------------------------
- Enable to use only exact data file NeutronHP_USE_ONLY_EXACT_FILE
and add warnig when substitute file is used
Modified method of searching substitute isotope data
G4NeutronHPNames.cc
- added NeutronHP_ALWAYS_USE_PHOTONEVAPORATION_FOR_CAPTURE_FS flag
G4NeutronHPCaptureFS.cc
11 April 2007 Dennis Wright (hadr-hpn-V08-02-01)
------------------------------------------------
- added model names for hadronic whiteboard error reporting.
Files affected:
G4NeutronHPCapture.cc
G4NeutronHPElastic.cc
G4NeutronHPFission.cc
G4NeutronHPInelastic.cc
G4NeutronHPorLCapture.cc
G4NeutronHPorLEInelastic.cc
G4NeutronHPorLElastic.cc
G4NeutronHPorLFission.cc
20 February 2007 Dennis Wright (hadr-hpn-V08-02-00)
---------------------------------------------------
- fixed potential divide by zero in:
G4NeutronHPVector::IntegrateAndNormalise()
G4NeutronHPLevel::GetDecayGammas()
G4NeutronHPInterpolator::GetWeightedBinIntegral
15 November 2006 Tatsumi Koi (hadr-hpn-V08-00-04)
-------------------------------------------------
- G4NeutronHPElasticFS.hh , cc : add new type final state generator
- G4NeutronHPFission.cc : Bug Report[857]
- 4NeutronHPElasticFS.cc : buf fix
- new cross secton data set and models below 4eV based on
Thermal neutron scattering files from the evaluated nuclear data files
ENDF/B-VI, Release2
New files
G4NeutronHPThermalScatteringNames.hh , cc
G4NeutronHPThermalScattering.hh , cc
G4NeutronHPThermalScatteringData.hh , cc
- new cross secton data set based on JENDL HE files 20MeV - 3GeV
New files
G4NeutronHPJENDLHEData.hh , .cc
G4NeutronHPJENDLHEElasticData.hh , .cc
G4NeutronHPJENDLHEInelasticData.hh , .cc
02 June 2006 Dennis Wright for Tatsumi Koi (hadr-hpn-V08-00-03)
---------------------------------------------------------------
- retag of hard-hpn-v08-00-03 with History info added
- G4NeutronHPCaptureFS.cc : change default status of PotonEvaporaton
- G4NeutronHPContAngularPar.cc: bug fix
- G4NeutronHPFissionFS.cc: bug fix
05 May 2006 Dennis Wright (hadr-hpn-V08-00-02)
----------------------------------------------
- installed option to turn off neutron suspension in HPElastic models
added method DoNotSuspend() to
G4NeutronHPElastic and G4NeutronHPorLElastic
16 Jan 2006 Dennis Wright for Tatsumi Koi (hadr-hpn-V08-00-01)
--------------------------------------------------------------
- fixed problem seen in NeutronHP models: core dump when neutron energy
gets close to 20 MeV in some materials. In
G4NeutronHPPartial::Sample(G4double) change look-up index from
nData-1 to nData.
22 Nov 2005 Dennis Wright (hadr-hpn-V07-01-03)
----------------------------------------------
- fix division NAN compiler warning in outer while loop for
G4NeutronHPorLEInelasticData.cc, G4NeutronHPorLElasticData.cc,
G4NeutronHPorLEFissionData.cc, G4NeutronHPorLFissionData.cc
22 Nov 2005 Dennis Wright for Tatsumi Koi (hadr-hpn-V07-01-02)
--------------------------------------------------------------
- T. Koi implemented new process which switches from HP neutron model
to Low Energy Parameterized model when HP neutron data are absent.
New files:
G4NeutronHPorLCapture.hh, .cc
G4NeutronHPorLCaptureData.hh, .cc
G4NeutronHPorLCaptureModel.hh, .cc
G4NeutronHPorLEInelastic.hh, .cc
G4NeutronHPorLEInelasticData.hh, .cc
G4NeutronHPorLEInelasticModel.hh, .cc
G4NeutronHPorLElastic.hh, .cc
G4NeutronHPorLElasticData.hh, .cc
G4NeutronHPorLElasticModel.hh, .cc
G4NeutronHPorLFission.hh, .cc
G4NeutronHPorLFissionData.hh, .cc
G4NeutronHPorLFissionModel.hh, .cc
18 Nov 2005 Dennis Wright (hadr-hpn-V07-01-00)
----------------------------------------------
- <sstream> migration for
G4NeutronHPInelasticBaseFS.cc, G4NeutronHPInelasticCompFS.cc,
G4NeutronHPNInelasticFS.cc, G4NeutronHPIsoData.hh,
G4NeutronHPNames.hh
- fix division NAN compiler warning in outer while loop for
G4NeutronHPCaptureData.cc, G4NeutronHPElasticData.cc,
G4NeutronHPInelasticData.cc, G4NeutronHPFissionData.cc