#include <G4VCoulombBarrier.hh>
Definition at line 37 of file G4VCoulombBarrier.hh.
◆ G4VCoulombBarrier() [1/3]
G4VCoulombBarrier::G4VCoulombBarrier |
( |
G4int |
anA, |
|
|
G4int |
aZ |
|
) |
| |
Definition at line 34 of file G4VCoulombBarrier.cc.
36 if (anA >= aZ && anA > 0) {
40 std::ostringstream errOs;
41 G4cout <<
"G4VCoulombBarrier::G4VCoulombBarrier: " 42 <<
"Wrong values for " 43 <<
"A= " << anA <<
" " 44 <<
"and Z= " << aZ <<
G4endl;
G4GLOB_DLL std::ostream G4cout
◆ ~G4VCoulombBarrier()
G4VCoulombBarrier::~G4VCoulombBarrier |
( |
| ) |
|
|
virtual |
◆ G4VCoulombBarrier() [2/3]
G4VCoulombBarrier::G4VCoulombBarrier |
( |
| ) |
|
|
private |
◆ G4VCoulombBarrier() [3/3]
◆ GetA()
G4int G4VCoulombBarrier::GetA |
( |
void |
| ) |
const |
|
inline |
◆ GetCoulombBarrier()
◆ GetZ()
G4int G4VCoulombBarrier::GetZ |
( |
void |
| ) |
const |
|
inline |
◆ operator!=()
◆ operator=()
◆ operator==()
◆ theA
G4int G4VCoulombBarrier::theA |
|
private |
◆ theZ
G4int G4VCoulombBarrier::theZ |
|
private |
The documentation for this class was generated from the following files: