#include <G4PionZeroField.hh>
Definition at line 47 of file G4PionZeroField.hh.
◆ G4PionZeroField()
◆ ~G4PionZeroField()
G4PionZeroField::~G4PionZeroField |
( |
| ) |
|
|
virtual |
◆ GetBarrier()
G4double G4PionZeroField::GetBarrier |
( |
| ) |
|
|
virtual |
◆ GetCoeff()
virtual G4double G4PionZeroField::GetCoeff |
( |
| ) |
|
|
inlinevirtual |
◆ GetField()
Implements G4VNuclearField.
Definition at line 57 of file G4PionZeroField.cc.
58{
59
61
65
67 G4double nucleusMass = Z*proton_mass_c2+(A-Z)*neutron_mass_c2+bindingEnergy;
68 G4double reducedMass = pionZeroMass*nucleusMass/(pionZeroMass+nucleusMass);
69
70
72 G4double nucleonMass = (proton_mass_c2+neutron_mass_c2)/2;
73
74 return 2.*
pi*hbarc*hbarc/reducedMass*(1+pionZeroMass/nucleonMass)*theCoeff*density;
75}
static G4double GetBindingEnergy(const G4int A, const G4int Z)
G4double GetPDGMass() const
static G4PionZero * PionZero()
virtual const G4VNuclearDensity * GetNuclearDensity() const =0
virtual G4int GetCharge()=0
virtual G4int GetMassNumber()=0
G4double GetDensity(const G4ThreeVector &aPosition) const
G4V3DNucleus * theNucleus
G4double bindingEnergy(G4int A, G4int Z)
The documentation for this class was generated from the following files: