Ignore:
Timestamp:
May 28, 2009, 4:26:57 PM (15 years ago)
Author:
garnier
Message:

maj sur la beta de geant 4.9.3

Location:
trunk/source/processes/hadronic/models/cascade
Files:
2 edited

Legend:

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

    r1007 r1055  
    1414     * Please list in reverse chronological order (last date on top)
    1515     ---------------------------------------------------------------
     16
     1715 Apr 2009 Dennis Wright (hadr-casc-V09-02-02)
     18-----------------------------------------------
     19- previous tag no longer used.  Bring hadr-casc-V09-02-00 back to
     20  HEAD and re-tag
     21
     2221 Feb 2009 Dennis Wright (hadr-casc-V09-02-01)
     23-----------------------------------------------
     24- add printCrossSection method to G4CascadSpecialFunctions
     25- in GeElementaryParticleCollider, add high energy flag to distinguish
     26  "string-like" behavior
     27- G4IntraNucleiCascader.cc - allow secondaries from HE interaction to
     28  leave nucleus without interacting
     29- G4NucleiModel - get high_energy_interaction flag value from G4ElementaryParticleCollider
     30
     3111 Feb 2009 V.Ivanchenko (hadr-casc-V09-02-00)
     32-----------------------------------------------
     33- set absorption coefficient 1.0 instead of 0.2 inside
     34  G4CascadSpecialFunctions (D.Wright)
    1635
    173625 Nov 2008 Dennis Wright (hadr-casc-V09-01-10)
  • trunk/source/processes/hadronic/models/cascade/cascade/src/G4CascadSpecialFunctions.cc

    r1007 r1055  
    113113  }
    114114
    115   const G4double corr_fac = 0.2;
     115  // was 0.2 since the beginning
     116  const G4double corr_fac = 1.0;
    116117  G4double csec = 0.0;
    117118 
Note: See TracChangeset for help on using the changeset viewer.