40 AejectOneThird = g4calc->Z13(anA);
50 G4double CompoundRadius = CalcCompoundRadius(ARes);
51 Barrier = CLHEP::elm_coupling * (
theZ * ZRes)/CompoundRadius;
58 Barrier /= (1.0 + std::sqrt(U/((2*ARes)*CLHEP::MeV)));
63G4double G4GEMCoulombBarrier::CalcCompoundRadius(
G4int ARes)
const
69 Result = 1.7* AresOneThird;
71 }
else if (
theA <= 4){
72 Result = 1.7* AresOneThird + 1.2;
75 Result = 1.12*(AresOneThird + AejectOneThird) -
76 0.86*(AresOneThird+AejectOneThird)/(AresOneThird*AejectOneThird)+3.75;
78 return Result*CLHEP::fermi;
G4double BarrierPenetrationFactor(G4int aZ) const override
G4CoulombBarrier(G4int anA, G4int aZ)
G4GEMCoulombBarrier(G4int anA, G4int aZ)
G4double GetCoulombBarrier(G4int ARes, G4int ZRes, G4double U) const override
static G4Pow * GetInstance()
G4double Z13(G4int Z) const