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/G4NeutronHPCaptureFS.cc

    r819 r962  
    3030// 12-April-06 Enable IC electron emissions T. Koi
    3131// 26-January-07 Add G4NEUTRONHP_USE_ONLY_PHOTONEVAPORATION flag
     32// 081024 G4NucleiPropertiesTable:: to G4NucleiProperties::
    3233//
    3334#include "G4NeutronHPCaptureFS.hh"
     
    5657    G4double eps = 0.0001;
    5758    if(targetMass<500*MeV)
    58       targetMass = ( G4NucleiPropertiesTable::GetNuclearMass(static_cast<G4int>(theBaseZ+eps), static_cast<G4int>(theBaseA+eps))) /
     59      targetMass = ( G4NucleiProperties::GetNuclearMass( static_cast<G4int>(theBaseA+eps) , static_cast<G4int>(theBaseZ+eps) )) /
    5960                     G4Neutron::Neutron()->GetPDGMass();
    6061    G4ThreeVector neutronVelocity = 1./G4Neutron::Neutron()->GetPDGMass()*theNeutron.GetMomentum();
Note: See TracChangeset for help on using the changeset viewer.