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/cascade/evaporation/src/G4BertiniEvaporation.cc

    r819 r962  
    103103
    104104  // Move to CMS frame, save initial velocity of the nucleus to boostToLab vector.
    105   G4ThreeVector boostToLab( ( 1/G4NucleiProperties::GetAtomicMass( nucleusA, nucleusZ ) )
     105  G4ThreeVector boostToLab( ( 1/G4NucleiProperties::GetNuclearMass( nucleusA, nucleusZ ) )
    106106                            * nucleusMomentumVector ); // xx mass ok?
    107107
     
    182182          const G4int aRes  = nucleusA - pSelectedChannel->getParticleA();
    183183          // const G4double eBind = G4NucleiProperties::GetBindingEnergy( aRes, zRes );  // Binding energy of the nucleus.
    184           mRes  = G4NucleiProperties::GetAtomicMass( aRes, zRes ); // Mass of the target nucleus
     184          mRes  = G4NucleiProperties::GetNuclearMass( aRes, zRes ); // Mass of the target nucleus
    185185          //      In HETC88:
    186186          //      eBind = Z * (-0.78244) + A * 8.36755 - cameron ( A , Z );
Note: See TracChangeset for help on using the changeset viewer.