Import Geant4 9.2.0 source tree
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
// Creation date: 5 June 2000
|
||||
// -------------------------------------------------------------------
|
||||
#include "G4SigmaZeroField.hh"
|
||||
#include "G4NucleiPropertiesTable.hh"
|
||||
#include "G4NucleiProperties.hh"
|
||||
#include "G4VNuclearDensity.hh"
|
||||
#include "G4FermiMomentum.hh"
|
||||
#include "G4SigmaZero.hh"
|
||||
@@ -84,7 +84,7 @@ G4double G4SigmaZeroField::GetField(const G4ThreeVector & aPosition)
|
||||
|
||||
G4double A = theNucleus->GetMassNumber();
|
||||
G4double Z = theNucleus->GetCharge();
|
||||
G4double bindingEnergy = G4NucleiPropertiesTable::GetBindingEnergy(G4lrint(Z), G4lrint(A));
|
||||
G4double bindingEnergy = G4NucleiProperties::GetBindingEnergy(G4lrint(A), G4lrint(Z));
|
||||
G4double nucleusMass = Z*proton_mass_c2+(A-Z)*neutron_mass_c2+bindingEnergy;
|
||||
G4double reducedMass = sigmaZeroMass*nucleusMass/(sigmaZeroMass+nucleusMass);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user