ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
G4CoulombBarrier (G4int anA, G4int aZ) | |
virtual | ~G4CoulombBarrier () |
G4double | GetCoulombBarrier (G4int ARes, G4int ZRes, G4double U) const |
virtual G4double | BarrierPenetrationFactor (G4int Eexc) const |
Public Member Functions inherited from G4VCoulombBarrier | |
G4VCoulombBarrier (G4int anA, G4int aZ) | |
virtual | ~G4VCoulombBarrier () |
void | SetParameters (G4double rho, G4double r0) |
G4int | GetA (void) const |
G4int | GetZ (void) const |
G4double | GetRho (void) const |
G4double | GetR0 (void) const |
Protected Attributes | |
G4Pow * | g4calc |
Private Member Functions | |
G4CoulombBarrier (const G4CoulombBarrier &right) | |
const G4CoulombBarrier & | operator= (const G4CoulombBarrier &right) |
G4bool | operator== (const G4CoulombBarrier &right) const |
G4bool | operator!= (const G4CoulombBarrier &right) const |
Private Attributes | |
G4double | factor |
Definition at line 41 of file G4CoulombBarrier.hh.
View newest version in sPHENIX GitHub at line 41 of file G4CoulombBarrier.hh
Definition at line 39 of file G4CoulombBarrier.cc.
View newest version in sPHENIX GitHub at line 39 of file G4CoulombBarrier.cc
References CLHEP::elm_coupling, factor, CLHEP::fermi, G4NuclearRadii::RadiusCB(), G4VCoulombBarrier::SetParameters(), and Z.
|
virtual |
Definition at line 46 of file G4CoulombBarrier.cc.
View newest version in sPHENIX GitHub at line 46 of file G4CoulombBarrier.cc
|
private |
Implements G4VCoulombBarrier.
Reimplemented in G4ProtonCoulombBarrier, G4He3CoulombBarrier, G4AlphaCoulombBarrier, G4DeuteronCoulombBarrier, and G4TritonCoulombBarrier.
Definition at line 57 of file G4CoulombBarrier.cc.
View newest version in sPHENIX GitHub at line 57 of file G4CoulombBarrier.cc
References e, G4VCoulombBarrier::GetA(), and G4VCoulombBarrier::GetZ().
Implements G4VCoulombBarrier.
Definition at line 49 of file G4CoulombBarrier.cc.
View newest version in sPHENIX GitHub at line 49 of file G4CoulombBarrier.cc
References factor, G4VCoulombBarrier::GetRho(), and G4NuclearRadii::RadiusCB().
Referenced by G4FermiFragment::GetCoulombBarrier(), and G4EvaporationChannel::GetEmissionProbability().
|
private |
|
private |
|
private |
|
private |
Definition at line 66 of file G4CoulombBarrier.hh.
View newest version in sPHENIX GitHub at line 66 of file G4CoulombBarrier.hh
Referenced by G4CoulombBarrier(), and GetCoulombBarrier().
|
protected |
Definition at line 62 of file G4CoulombBarrier.hh.
View newest version in sPHENIX GitHub at line 62 of file G4CoulombBarrier.hh
Referenced by G4GEMCoulombBarrier::CalcCompoundRadius(), and G4GEMCoulombBarrier::G4GEMCoulombBarrier().