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/include/G4DNAScreenedRutherfordElasticModel.hh

    r1340 r1347  
    2424// ********************************************************************
    2525//
    26 // $Id: G4DNAScreenedRutherfordElasticModel.hh,v 1.3 2010/09/08 13:39:11 sincerti Exp $
    27 // GEANT4 tag $Name: emlowen-V09-03-54 $
     26// $Id: G4DNAScreenedRutherfordElasticModel.hh,v 1.4 2010/11/11 22:32:22 sincerti Exp $
     27// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2828//
    2929
     
    5858                                 G4double tmin,
    5959                                 G4double maxEnergy);
     60
     61  inline void SetKillBelowThreshold (G4double threshold);               
     62  G4double GetKillBelowThreshold () { return killBelowEnergy; }         
    6063
    6164protected:
     
    99102};
    100103
     104inline void G4DNAScreenedRutherfordElasticModel::SetKillBelowThreshold (G4double threshold)
     105{
     106    killBelowEnergy = threshold;
     107    if (threshold < 9*eV)
     108     G4Exception ("*** WARNING : the G4DNAScreenedRutherfordElasticModel class is not validated below 9 eV !","",JustWarning,"") ;   
     109}               
     110
    101111//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
    102112
Note: See TracChangeset for help on using the changeset viewer.