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

    r819 r962  
    1515  ---------------------------------------------------------------
    1616
    17 23 Apr 2008 - Gabriele Cosmo (hadr-hep-V09-00-02)
    18 ---------------------------------------------------
    19  Tag for release 9.1.p02.
     1723 July 2008 - Dennis Wright for Vladimir Uzhinskiy (hadr-hep-V09-01-04)
     18------------------------------------------------------------------------
     19 G4HEInelastic::HighEnergyCascading: fix bug in momentum sampling which
     20   caused oscillatory behavior in spectrum.
     21   Replace
     22     xval = Amin(1.0, pt*(binl[l-1] + G4UniformRand()*(binl[l]-binl[l-1])/2.));
     23   with
     24     xval = Amin(1.0, pt*(binl[l-1] + G4UniformRand()*(binl[l]-binl[l-1])));
    2025
     26  G4HEInelastic::MediumEnergyCascading: same as above
     27
     289 July 2008 - Dennis Wright (hadr-hep-V09-01-03)
     29------------------------------------------------
     30 G4HEInelastic::Factorial: replace exit with G4Exception.
     31
     329 June 2008 - Dennis Wright (hadr-hep-V09-01-02)
     33------------------------------------------------
     34 G4HEInelastic::NBodyPhaseSpace: remove error message "total mass > total energy"
     35 and replace with message only when verbosity is > 1
     36
     3715 May 2008 - Dennis Wright (hadr-hep-V09-01-01)
     38------------------------------------------------
     39 G4HEInelastic::TuningOfHighEnergyCascade: remove abnormally high pt
     40 secondaries due to incident strange particles by prohibiting the
     41 assignment of leading particle to anything that goes backward in the
     42 CM frame.   
     43 
    214417 Mar 2008 - Dennis Wright (hadr-hep-V09-01-00)
    2245------------------------------------------------
    2346 Add braces around single-statement if/else blocks to fix warning from
    24   gcc-4.3 compiler.  Nearly all files affected.
     47 gcc-4.3 compiler.  Nearly all files affected.
    2548
    264919 Nov 2007 - Dennis Wright (hadr-hep-V09-00-01)
Note: See TracChangeset for help on using the changeset viewer.