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/electromagnetic/lowenergy/src/G4DNAChampionElasticModel.cc

    r1340 r1347  
    2424// ********************************************************************
    2525//
    26 // $Id: G4DNAChampionElasticModel.cc,v 1.15 2010/10/17 11:28:51 sincerti Exp $
    27 // GEANT4 tag $Name: emlowen-V09-03-54 $
     26// $Id: G4DNAChampionElasticModel.cc,v 1.16 2010/11/11 22:32:22 sincerti Exp $
     27// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2828//
    2929
     
    4141{
    4242
    43   killBelowEnergy = 0.025*eV; // Minimum e- energy for energy loss by excitation
     43  killBelowEnergy = 4*eV;
    4444  lowEnergyLimit = 0 * eV;
    45   lowEnergyLimitOfModel = 0.025 * eV;
    4645  highEnergyLimit = 1. * MeV;
    4746  SetLowEnergyLimit(lowEnergyLimit);
     
    6463           << G4endl;
    6564  }
     65 
    6666}
    6767
     
    219219  {
    220220      //SI : XS must not be zero otherwise sampling of secondaries method ignored
    221       if (ekin < lowEnergyLimitOfModel) ekin = lowEnergyLimitOfModel;
     221      if (ekin < killBelowEnergy) return DBL_MAX;
    222222      //     
    223223     
Note: See TracChangeset for help on using the changeset viewer.