Geant4-11
|
#include <G4CoulombBarrier.hh>
Public Member Functions | |
virtual G4double | BarrierPenetrationFactor (G4int Eexc) const |
G4CoulombBarrier (G4int anA, G4int aZ) | |
G4int | GetA (void) const |
G4double | GetCoulombBarrier (G4int ARes, G4int ZRes, G4double U) const |
G4double | GetR0 (void) const |
G4double | GetRho (void) const |
G4int | GetZ (void) const |
void | SetParameters (G4double rho, G4double r0) |
virtual | ~G4CoulombBarrier () |
Protected Attributes | |
G4Pow * | g4calc |
Private Member Functions | |
G4CoulombBarrier (const G4CoulombBarrier &right) | |
G4bool | operator!= (const G4CoulombBarrier &right) const |
const G4CoulombBarrier & | operator= (const G4CoulombBarrier &right) |
G4bool | operator== (const G4CoulombBarrier &right) const |
Private Attributes | |
G4double | factor |
G4int | theA |
G4double | theR0 |
G4double | theRho |
G4int | theZ |
Definition at line 41 of file G4CoulombBarrier.hh.
Definition at line 39 of file G4CoulombBarrier.cc.
References A, CLHEP::elm_coupling, factor, CLHEP::fermi, G4NuclearRadii::RadiusCB(), G4VCoulombBarrier::SetParameters(), and Z.
|
virtual |
Definition at line 46 of file G4CoulombBarrier.cc.
|
private |
Implements G4VCoulombBarrier.
Reimplemented in G4ProtonCoulombBarrier, G4AlphaCoulombBarrier, G4DeuteronCoulombBarrier, G4TritonCoulombBarrier, and G4He3CoulombBarrier.
Definition at line 57 of file G4CoulombBarrier.cc.
References G4VCoulombBarrier::GetA(), and G4VCoulombBarrier::GetZ().
|
inlineinherited |
Definition at line 50 of file G4VCoulombBarrier.hh.
References G4VCoulombBarrier::theA.
Referenced by BarrierPenetrationFactor(), and G4GEMCoulombBarrier::CalcCompoundRadius().
Implements G4VCoulombBarrier.
Definition at line 49 of file G4CoulombBarrier.cc.
References factor, G4VCoulombBarrier::GetRho(), and G4NuclearRadii::RadiusCB().
Referenced by G4FermiFragment::GetCoulombBarrier(), and G4EvaporationChannel::GetEmissionProbability().
|
inlineinherited |
|
inlineinherited |
Definition at line 52 of file G4VCoulombBarrier.hh.
References G4VCoulombBarrier::theRho.
Referenced by GetCoulombBarrier().
|
inlineinherited |
Definition at line 51 of file G4VCoulombBarrier.hh.
References G4VCoulombBarrier::theZ.
Referenced by BarrierPenetrationFactor().
|
private |
|
private |
|
private |
Definition at line 44 of file G4VCoulombBarrier.cc.
References G4VCoulombBarrier::theR0, and G4VCoulombBarrier::theRho.
Referenced by G4CoulombBarrier().
|
private |
Definition at line 66 of file G4CoulombBarrier.hh.
Referenced by G4CoulombBarrier(), and GetCoulombBarrier().
|
protected |
Definition at line 62 of file G4CoulombBarrier.hh.
Referenced by G4GEMCoulombBarrier::CalcCompoundRadius(), and G4GEMCoulombBarrier::G4GEMCoulombBarrier().
|
privateinherited |
Definition at line 62 of file G4VCoulombBarrier.hh.
Referenced by G4VCoulombBarrier::G4VCoulombBarrier(), and G4VCoulombBarrier::GetA().
|
privateinherited |
Definition at line 65 of file G4VCoulombBarrier.hh.
Referenced by G4VCoulombBarrier::G4VCoulombBarrier(), G4VCoulombBarrier::GetR0(), and G4VCoulombBarrier::SetParameters().
|
privateinherited |
Definition at line 64 of file G4VCoulombBarrier.hh.
Referenced by G4VCoulombBarrier::G4VCoulombBarrier(), G4VCoulombBarrier::GetRho(), and G4VCoulombBarrier::SetParameters().
|
privateinherited |
Definition at line 63 of file G4VCoulombBarrier.hh.
Referenced by G4VCoulombBarrier::G4VCoulombBarrier(), and G4VCoulombBarrier::GetZ().