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/qmd/src/G4QMDNucleus.cc

    r819 r962  
    2424// ********************************************************************
    2525//
     26// 081024 G4NucleiPropertiesTable:: to G4NucleiProperties::
     27//
    2628#include "G4QMDNucleus.hh"
    2729#include "G4Proton.hh"
     
    9193{
    9294
    93    G4double mass = G4NucleiPropertiesTable::GetNuclearMass( GetAtomicNumber() , GetMassNumber() );
     95   G4double mass = G4NucleiProperties::GetNuclearMass( GetMassNumber() , GetAtomicNumber() );
    9496   
    9597   if ( mass == 0.0 )
     
    214216   //G4cout << "PotentialEnergy in GeV " << potentialEnergy << G4endl;
    215217   //G4cout << "BindingEnergy in GeV " << bindingEnergy << G4endl;
    216    //G4cout << "G4BindingEnergy in GeV " << G4NucleiPropertiesTable::GetBindingEnergy( GetAtomicNumber() , GetMassNumber() )/GeV << G4endl;
    217 
    218    excitationEnergy = bindingEnergy + G4NucleiPropertiesTable::GetBindingEnergy( GetAtomicNumber() , GetMassNumber() )/GeV;
     218   //G4cout << "G4BindingEnergy in GeV " << G4NucleiProperties::GetBindingEnergy( GetAtomicNumber() , GetMassNumber() )/GeV << G4endl;
     219
     220   excitationEnergy = bindingEnergy + G4NucleiProperties::GetBindingEnergy( GetMassNumber() , GetAtomicNumber() )/GeV;
    219221   //G4cout << "excitationEnergy in GeV " << excitationEnergy << G4endl;
    220222   if ( excitationEnergy < 0 ) excitationEnergy = 0.0;
Note: See TracChangeset for help on using the changeset viewer.