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

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPorLCaptureData.cc

    r819 r962  
    2929//          If NeutronHP data do not available for an element, then Low Energy
    3030//          Parameterization models handle the interactions of the element.
     31// 081024 G4NucleiPropertiesTable:: to G4NucleiProperties::
    3132//
    3233
     
    8990
    9091#include "G4Nucleus.hh"
    91 #include "G4NucleiPropertiesTable.hh"
     92#include "G4NucleiProperties.hh"
    9293#include "G4Neutron.hh"
    9394#include "G4Electron.hh"
     
    114115  G4double theZ = anE->GetZ();
    115116  G4double eleMass;
    116   eleMass = ( G4NucleiPropertiesTable::GetNuclearMass(static_cast<G4int>(theZ+eps), static_cast<G4int>(theA+eps))
     117  eleMass = ( G4NucleiProperties::GetNuclearMass( static_cast<G4int>(theA+eps), static_cast<G4int>(theZ+eps))
    117118             ) / G4Neutron::Neutron()->GetPDGMass();
    118119 
Note: See TracChangeset for help on using the changeset viewer.