Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4CoulombBarrier.hh>
Public Member Functions | |
G4CoulombBarrier (G4int anA, G4int aZ) | |
~G4CoulombBarrier () override=default | |
G4double | GetCoulombBarrier (G4int ARes, G4int ZRes, G4double U) const override |
G4double | BarrierPenetrationFactor (G4int aZ) const override |
G4CoulombBarrier (const G4CoulombBarrier &right)=delete | |
const G4CoulombBarrier & | operator= (const G4CoulombBarrier &right)=delete |
Public Member Functions inherited from G4VCoulombBarrier | |
G4VCoulombBarrier (G4int anA, G4int aZ) | |
virtual | ~G4VCoulombBarrier ()=default |
void | SetParameters (G4double rho, G4double r0) |
G4VCoulombBarrier (const G4VCoulombBarrier &right)=delete | |
const G4VCoulombBarrier & | operator= (const G4VCoulombBarrier &right)=delete |
Additional Inherited Members | |
Protected Attributes inherited from G4VCoulombBarrier | |
G4Pow * | g4calc |
G4int | theA |
G4int | theZ |
G4double | theR0 |
G4double | theRho = 0.0 |
G4double | factor = 0.0 |
Definition at line 38 of file G4CoulombBarrier.hh.
Definition at line 38 of file G4CoulombBarrier.cc.
|
overridedefault |
|
delete |
Reimplemented from G4VCoulombBarrier.
Definition at line 54 of file G4CoulombBarrier.cc.
Referenced by G4GEMCoulombBarrier::GetCoulombBarrier().
|
overridevirtual |
Implements G4VCoulombBarrier.
Reimplemented in G4GEMCoulombBarrier.
Definition at line 45 of file G4CoulombBarrier.cc.
Referenced by G4EvaporationChannel::ComputeProbability(), and G4EvaporationChannel::GetEmissionProbability().
|
delete |