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

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/standard/src/G4MscModel71.cc

    r819 r961  
    2424// ********************************************************************
    2525//
    26 // $Id: G4MscModel71.cc,v 1.5 2007/05/22 17:34:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     26// $Id: G4MscModel71.cc,v 1.6 2008/03/13 17:20:07 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// -------------------------------------------------------------------
     
    561561  G4double tau = trueStepLength/lambda0 ;
    562562
    563   if(trueStepLength >= currentRange*dtrl)
     563  if(trueStepLength >= currentRange*dtrl) {
    564564    if(par1*trueStepLength < 1.)
    565565      tau = -par2*log(1.-par1*trueStepLength) ;
    566566    else
    567567      tau = taubig ;
    568 
     568  }
    569569  currentTau = tau ;
    570570
Note: See TracChangeset for help on using the changeset viewer.