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/util/History

    r819 r962  
    1414     * Please list in reverse chronological order (last date on top)
    1515     ---------------------------------------------------------------
     16
     1723 Jul 2008 D.H. Wright for Vladimir Uzhinskiy (hadr-util-V09-01-01)
     18--------------------------------------------------------------------
     19- G4ReactionDynamics::GenerateXandPt: fixed bug in momentum bin which
     20  caused oscillatory behavior in spectrum:  changed
     21    x = std::min( 1.0, pt*(binl[l-1] + G4UniformRand()*(binl[l]-binl[l-1])/2 ) )
     22  to
     23    x = std::min( 1.0, pt*(binl[l-1] + G4UniformRand()*(binl[l]-binl[l-1]) ) )
     24
     25 9 Jul 2008 D.H. Wright (hadr-util-V09-01-00)
     26---------------------------------------------
     27- G4ReactionDynamics::GenerateXandPt: replace exit with G4Exception.
    1628
    172911 Oct 2007 F.W. Jones (hadr-util-V09-00-00)
Note: See TracChangeset for help on using the changeset viewer.