#include <G4GEMCoulombBarrier.hh>
Definition at line 38 of file G4GEMCoulombBarrier.hh.
◆ G4GEMCoulombBarrier() [1/2]
G4GEMCoulombBarrier::G4GEMCoulombBarrier |
( |
G4int | anA, |
|
|
G4int | aZ ) |
|
explicit |
◆ ~G4GEMCoulombBarrier()
G4GEMCoulombBarrier::~G4GEMCoulombBarrier |
( |
| ) |
|
|
overridedefault |
◆ G4GEMCoulombBarrier() [2/2]
◆ GetCoulombBarrier()
Reimplemented from G4CoulombBarrier.
Definition at line 43 of file G4GEMCoulombBarrier.cc.
45{
46
49
50 G4double CompoundRadius = CalcCompoundRadius(ARes);
51 Barrier = CLHEP::elm_coupling * (
theZ * ZRes)/CompoundRadius;
52
53
55
56
57
58 Barrier /= (1.0 + std::sqrt(U/((2*ARes)*CLHEP::MeV)));
59 }
60 return Barrier;
61}
G4double BarrierPenetrationFactor(G4int aZ) const override
◆ operator=()
The documentation for this class was generated from the following files: