#include <G4VCoulombBarrier.hh>
Inheritance diagram for G4VCoulombBarrier:
Public Member Functions | |
G4VCoulombBarrier (G4int anA, G4int aZ) | |
virtual | ~G4VCoulombBarrier () |
virtual G4double | GetCoulombBarrier (G4int ARes, G4int ZRes, G4double U) const =0 |
G4int | GetA (void) const |
G4int | GetZ (void) const |
Definition at line 37 of file G4VCoulombBarrier.hh.
Definition at line 34 of file G4VCoulombBarrier.cc.
References G4cout, G4endl, and G4VCoulombBarrier().
Referenced by G4VCoulombBarrier().
00035 { 00036 if (anA >= aZ && anA > 0) { 00037 theA = anA; 00038 theZ = aZ; 00039 } else { 00040 std::ostringstream errOs; 00041 G4cout << "G4VCoulombBarrier::G4VCoulombBarrier: " 00042 << "Wrong values for " 00043 << "A= " << anA << " " 00044 << "and Z= " << aZ << G4endl; 00045 throw G4HadronicException(__FILE__, __LINE__,"FATAL Exception"); 00046 } 00047 }
G4VCoulombBarrier::~G4VCoulombBarrier | ( | ) | [virtual] |
G4int G4VCoulombBarrier::GetA | ( | void | ) | const [inline] |
Definition at line 47 of file G4VCoulombBarrier.hh.
Referenced by G4GEMCoulombBarrierHE::CalcCompoundRadius(), G4GEMCoulombBarrier::CalcCompoundRadius(), and G4CoulombBarrier::GetCoulombBarrier().
virtual G4double G4VCoulombBarrier::GetCoulombBarrier | ( | G4int | ARes, | |
G4int | ZRes, | |||
G4double | U | |||
) | const [pure virtual] |
Implemented in G4GEMCoulombBarrier, G4GEMCoulombBarrierHE, and G4CoulombBarrier.
Referenced by G4GEMProbability::GetCoulombBarrier(), G4GEMChannel::GetEmissionProbability(), and G4EvaporationChannel::GetEmissionProbability().
G4int G4VCoulombBarrier::GetZ | ( | void | ) | const [inline] |
Definition at line 48 of file G4VCoulombBarrier.hh.
Referenced by G4CoulombBarrier::GetCoulombBarrier().