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/de_excitation/multifragmentation/src/G4StatMFMacroTriNucleon.cc

    r819 r962  
    2525//
    2626//
    27 // $Id: G4StatMFMacroTriNucleon.cc,v 1.5 2006/06/29 20:25:25 gunter Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4StatMFMacroTriNucleon.cc,v 1.7 2008/10/24 22:57:24 dennis Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    7070        (1.0 - 1.0/std::pow(1.0+G4StatMFParameters::GetKappaCoulomb(),1./3.));
    7171
    72     const G4double BindingE = G4NucleiPropertiesTable::GetBindingEnergy(1,theA); // old value was 9.224*MeV
    73 //                                                      + G4NucleiProperties::GetBindingEnergy(2,theA);
     72    const G4double BindingE = G4NucleiProperties::GetBindingEnergy(theA,1); // old value was 9.224*MeV
     73//                                                      + G4NucleiProperties::GetBindingEnergy(theA,2);
    7474
    7575    G4double exponent = (BindingE+ theA*(mu+nu*theZARatio) -
     
    9090        (1.0 - 1.0/std::pow(1.0+G4StatMFParameters::GetKappaCoulomb(),1./3.));
    9191                                                                       
    92     return _Energy  = -G4NucleiPropertiesTable::GetBindingEnergy(1,theA) +
     92    return _Energy  = -G4NucleiProperties::GetBindingEnergy(theA,1) +
    9393        Coulomb * theZARatio * theZARatio * std::pow(static_cast<G4double>(theA),5./3.) +
    9494        (3./2.) * T;
Note: See TracChangeset for help on using the changeset viewer.