Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (13 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/qmd/src/G4QMDReaction.cc

    r1228 r1347  
    4343G4QMDReaction::G4QMDReaction()
    4444: system ( NULL )
    45 , deltaT ( 1 ) // in fsec
     45, deltaT ( 1 ) // in fsec (c=1)
    4646, maxTime ( 100 ) // will have maxTime-th time step
     47, envelopF ( 1.05 ) // 10% for Peripheral reactions
    4748, gem ( true )
    4849, frag ( false )
     
    155156
    156157// impact parameter
    157       G4double bmax = 1.05*(bmax_0/fermi);  // 10% for Peripheral reactions
     158      //G4double bmax = 1.05*(bmax_0/fermi);  // 10% for Peripheral reactions
     159      G4double bmax = envelopF*(bmax_0/fermi);
    158160      G4double b = bmax * std::sqrt ( G4UniformRand() );
    159161//071112
Note: See TracChangeset for help on using the changeset viewer.