Ignore:
Timestamp:
Apr 6, 2009, 12:30:29 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/neutron_hp/History

    r819 r962  
    1 $Id: History,v 1.23.2.2 2008/04/29 07:05:37 gcosmo Exp $
    21-------------------------------------------------------------------
    32
     
    1413     ---------------------------------------------------------------
    1514     * Please list in reverse chronological order (last date on top)
    16       ---------------------------------------------------------------
    17 
    18 29 April 2008 Gabriele Cosmo (hadr-hpn-V09-00-07)
    19 -------------------------------------------------
    20 - Tag for release 9.1.p02.
     15     ---------------------------------------------------------------
     16
     173 December 2008  Tatsumi Koi  (hadr-hpn-V09-01-28)
     18- Fix bug in Register in G4NeutronHPChannel
     19  and add limitation of trial of creating final states and proctection for pure 1H case in G4NeutronHPInelastic
     20        G4NeutronHPChannel.cc
     21        G4NeutronHPInelastic.cc
     22
     232 December 2008  Tatsumi Koi  (hadr-hpn-V09-01-27)
     24- Remove unused variable
     25        G4NeutronHPThermalScattering.cc
     26
     271 December 2008  Tatsumi Koi  (hadr-hpn-V09-01-26)
     28- Fix for Memory Leak
     29        G4NeutronHPThermalScattering.cc
     30
     3124 November 2008  Tatsumi Koi  (hadr-hpn-V09-01-25)
     32- Protect invalid read which caused run time errors
     33        G4NeutronHPFissionData.cc
     34
     3505 November 2008  Dennis Wright  (hadr-hpn-V09-01-24)
     36  G4NeutronHPNames.cc: put parentheses around && in || (line 324) to
     37  satisfy gcc 4.3 compiler.
     38
     3927 October 2008 Tatsumi Koi (hadr-hpn-V09-01-23)
     40  Z,A to A,Z for functions of NucleiProperties
     41        recommit and re tag hadr-hpn-V09-01-22
     42
     4327 October 2008 Tatsumi Koi (hadr-hpn-V09-01-22)
     44  Z,A to A,Z for functions of NucleiProperties
     45        G4NeutronHPThermalBoost.hh
     46        G4NeutronHPCaptureData.cc
     47        G4NeutronHPCaptureFS.cc
     48        G4NeutronHPContAngularPar.cc
     49        G4NeutronHPElasticData.cc
     50        G4NeutronHPFissionData.cc
     51        G4NeutronHPInelasticBaseFS.cc
     52        G4NeutronHPInelasticCompFS.cc
     53        G4NeutronHPInelasticData.cc
     54        G4NeutronHPorLCaptureData.cc
     55        G4NeutronHPorLEInelasticData.cc
     56        G4NeutronHPorLElasticData.cc
     57        G4NeutronHPorLFissionData.cc
     58
     5924 October 2008 Tatsumi Koi (hadr-hpn-V09-01-21)
     60- Migarate to "particles-V09-01-09"
     61        G4NeutronHPThermalBoost.hh
     62        G4NeutronHPCaptureData.cc
     63        G4NeutronHPCaptureFS.cc
     64        G4NeutronHPContAngularPar.cc
     65        G4NeutronHPElasticData.cc
     66        G4NeutronHPFissionData.cc
     67        G4NeutronHPInelasticBaseFS.cc
     68        G4NeutronHPInelasticCompFS.cc
     69        G4NeutronHPInelasticData.cc
     70        G4NeutronHPorLCaptureData.cc
     71        G4NeutronHPorLEInelasticData.cc
     72        G4NeutronHPorLElasticData.cc
     73        G4NeutronHPorLFissionData.cc
     74
     754 September 2008 Tatsumi Koi (hadr-hpn-V09-01-20)
     76---------------------------------------------
     77- Delete output for debugging
     78        G4NeutronHPProduct.cc
     79
     804 September 2008 Tatsumi Koi (hadr-hpn-V09-01-19)
     81---------------------------------------------
     82- Add Protection for negative energy results in very low energy ( 1E-6 eV ) scattering
     83        G4NeutronHPElasticFS.cc
     84
     851 September 2008 Tatsumi Koi (hadr-hpn-V09-01-18)
     86---------------------------------------------
     87- Bug fix of too many secondaries production in nd rections
     88        G4NeutronHPProduct.cc
     89- Set protection for selecting data in hydrogen and alpha
     90        G4NeutronHPName.cc
     91- Avoiding troubles which caused by G4PhysicsVecotor of length 0
     92        G4NeutronHPIsoData.cc
     93
     9411 August 2008 Tatsumi Koi (hadr-hpn-V09-01-17)
     95---------------------------------------------
     96- Bug fix G4NeutronHPLabAngularEnergy
     97        G4NeutronHPLabAngularEnergy.cc
     98  Change interpolation scheme for histogram 
     99        G4NeutronHPInterpolator.hh
     100  Bug fix in Sample and GetXsec in G4NeutronHpVector
     101        G4NeutronHPVector.hh
     102        G4NeutronHPVector.cc
     103  Prohibit level transition to oneself
     104        G4NeutronHPDeExGammas.cc
     105  Fix memory leak and Correcting data disorder which happened
     106      when both InitPartial and InitAnglurar methods
     107      was called in a same instance
     108        G4NeutronHPPhotonDist.cc
     109
     1101 August 2008 Tatsumi Koi (hadr-hpn-V09-01-16)
     111---------------------------------------------
     112- Introduce theNDLDataA,Z which has A and Z of used NDL data
     113  residual reconstraction with theNDLDataA,Z
     114  several fixes and protection for G4FPE_DEBUF and checking with valgrind
     115        G4NeutronHPFinalState.hh
     116        G4NeutronHPFinalState.cc
     117        G4NeutronHPInelasticCompFS.cc
     118        G4NeutronHPInelasticBaseFS.cc
     119        G4NeutronHPKallbachMannSyst.cc
     120        G4NeutronHPContAngularPar.cc
     121
     12221 July 2008 Tatsumi Koi (hadr-hpn-V09-01-15)
     123---------------------------------------------
     124- Adjusting final states based on the energy and momentum conservation
     125        G4NeutronHPFinalState.hh
     126        G4NeutronHPFinalState.cc
     127        G4NeutronHPInelasticCompFS.cc
     128        G4NeutronHPInelasticBaseFS.cc
     129
     13021 July 2008 Tatsumi Koi (hadr-hpn-V09-01-14)
     131---------------------------------------------
     132- Limiting the sum of secondary energies
     133        G4VNeutronHPEnergyAngular.hh
     134        G4NeutronHPContEnergyAngular.hh
     135        G4NeutronHPContAngularPar.hh
     136        G4NeutronHPProduct.cc
     137        G4NeutronHPEnAngCorrelation.cc
     138        G4NeutronHPContEnergyAngular.cc
     139        G4NeutronHPContAngularPar.cc
     140
     14117 July 2008 Tatsumi Koi (hadr-hpn-V09-01-13)
     142---------------------------------------------
     143- Fix of calculation of residual momentum
     144        G4NeutronHPInelasticCompFS.cc
     145        G4NeutronHPDiscreteTwoBody.cc
     146
     14726 June 2008 Tatsumi Koi (hadr-hpn-V09-01-12)
     148---------------------------------------------
     149- Fix for Memory Leak
     150        G4NeutronHPPhotonDist.hh
     151
     15218 June 2008 Tatsumi Koi (hadr-hpn-V09-01-11)
     153---------------------------------------------
     154- Fix for tag hadr-hpn-V09-01-09 and 10
     155        G4NeutronHPDiscreteTwoBody.cc
     156
     15713 June 2008 Tatsumi Koi (hadr-hpn-V09-01-10)
     158---------------------------------------------
     159- Bug fixes contribution from Benoit Pirard and Laurent Desorgher (Univ. Bern)
     160        G4NeutronHPContAngularPar.cc
     161
     16212 June 2008 Tatsumi Koi (hadr-hpn-V09-01-09)
     163---------------------------------------------
     164- Bug fixes contribution from Benoit Pirard and Laurent Desorgher (Univ. Bern)
     165        G4NeutronHPLegendreStore.hh
     166        G4NeutronHPAngular.cc
     167        G4NeutronHPDiscreteTwoBody.cc
     168        G4NeutronHPInelasticCompFS.cc
     169        G4NeutronHPLegendreStore.cc
     170
     171
     17203 June 2008 Tatsumi Koi (hadr-hpn-V09-01-08)
     173---------------------------------------------
     174- Bug fixe for codition jump by uninitialised value by T. Koi
     175        G4NeutronHPInelasticData.cc
     176        G4NeutronHPCaptureData.cc
     177
     17803 June 2008 Tatsumi Koi (hadr-hpn-V09-01-07)
     179---------------------------------------------
     180- Bug fixes for Hadron Hyper News #932 by T. Koi
     181        G4NeutronHPInelasticCompFS.cc
     182
     18320 May 2008 Tatsumi Koi (hadr-hpn-V09-01-06)
     184---------------------------------------------
     185- Delete unnecessary dependencies by T. Koi
     186        G4NeutronHPChannel.hh
     187        G4NeutronHPElementData.hh
     188
     18928 April 2008 Tatsumi Koi (hadr-hpn-V09-01-05)
     190---------------------------------------------
     191- Change checking point of "neglecting doppler broadening" flag
     192  from GetCrossSection to BuildPhysicsTable by T. Koi
     193        G4NeutronHPElasticData.hh
     194        G4NeutronHPInelasticData.hh
     195        G4NeutronHPCaptureData.hh
     196        G4NeutronHPElasticData.cc
     197        G4NeutronHPInelasticData.cc
     198        G4NeutronHPCaptureData.cc
    21199
    2220022 April 2008 Tatsumi Koi (hadr-hpn-V09-01-04)
Note: See TracChangeset for help on using the changeset viewer.