Geant4
10.03
|
#include <G4VCoulombBarrier.hh>
Public Member Functions | |
G4VCoulombBarrier (G4int anA, G4int aZ) | |
virtual | ~G4VCoulombBarrier () |
virtual G4double | GetCoulombBarrier (G4int ARes, G4int ZRes, G4double U) const =0 |
virtual G4double | BarrierPenetrationFactor (G4int Eexc) const =0 |
void | SetParameters (G4double rho, G4double r0) |
G4int | GetA (void) const |
G4int | GetZ (void) const |
G4double | GetRho (void) const |
G4double | GetR0 (void) const |
Private Member Functions | |
G4VCoulombBarrier (const G4VCoulombBarrier &right)=delete | |
const G4VCoulombBarrier & | operator= (const G4VCoulombBarrier &right)=delete |
G4bool | operator== (const G4VCoulombBarrier &right) const =delete |
G4bool | operator!= (const G4VCoulombBarrier &right) const =delete |
Private Attributes | |
G4int | theA |
G4int | theZ |
G4double | theRho |
G4double | theR0 |
Definition at line 37 of file G4VCoulombBarrier.hh.
|
virtual |
Definition at line 42 of file G4VCoulombBarrier.cc.
|
privatedelete |
|
inline |
Definition at line 51 of file G4VCoulombBarrier.hh.
References theA.
Referenced by G4CoulombBarrier::BarrierPenetrationFactor(), and G4GEMCoulombBarrier::CalcCompoundRadius().
|
pure virtual |
Implemented in G4CoulombBarrier, and G4GEMCoulombBarrier.
Referenced by G4GEMProbability::GetCoulombBarrier(), G4GEMChannel::GetEmissionProbability(), G4GEMChannelVI::GetEmissionProbability(), and G4EvaporationChannel::GetEmissionProbability().
|
inline |
Definition at line 54 of file G4VCoulombBarrier.hh.
References theR0.
Referenced by G4CoulombBarrier::GetCoulombBarrier().
|
inline |
Definition at line 53 of file G4VCoulombBarrier.hh.
References theRho.
Referenced by G4CoulombBarrier::GetCoulombBarrier().
|
inline |
Definition at line 52 of file G4VCoulombBarrier.hh.
References theZ.
Referenced by G4CoulombBarrier::BarrierPenetrationFactor(), and G4CoulombBarrier::GetCoulombBarrier().
|
privatedelete |
|
privatedelete |
|
privatedelete |
Definition at line 45 of file G4VCoulombBarrier.cc.
Referenced by G4CoulombBarrier::G4CoulombBarrier().
|
private |
Definition at line 63 of file G4VCoulombBarrier.hh.
Referenced by G4VCoulombBarrier(), and GetA().
|
private |
Definition at line 66 of file G4VCoulombBarrier.hh.
Referenced by G4VCoulombBarrier(), GetR0(), and SetParameters().
|
private |
Definition at line 65 of file G4VCoulombBarrier.hh.
Referenced by G4VCoulombBarrier(), GetRho(), and SetParameters().
|
private |
Definition at line 64 of file G4VCoulombBarrier.hh.
Referenced by G4VCoulombBarrier(), and GetZ().