Geant4.10
|
#include <G4CookPairingCorrections.hh>
Public Types | |
enum | { ZTableSize = 68, NTableSize = 118, ZTableMin = 28, ZTableMax = 95, NTableMin = 33, NTableMax = 150 } |
Public Member Functions | |
G4CookPairingCorrections () | |
~G4CookPairingCorrections () | |
G4double | GetParingCorrection (G4int A, G4int Z) const |
G4double | GetPairingZ (G4int Z) const |
G4bool | IsInTableThisZ (const G4int Z) const |
G4double | GetPairingN (const G4int N) const |
G4bool | IsInTableThisN (const G4int N) const |
Definition at line 39 of file G4CookPairingCorrections.hh.
anonymous enum |
Enumerator | |
---|---|
ZTableSize | |
NTableSize | |
ZTableMin | |
ZTableMax | |
NTableMin | |
NTableMax |
Definition at line 77 of file G4CookPairingCorrections.hh.
G4CookPairingCorrections::G4CookPairingCorrections | ( | ) |
G4CookPairingCorrections::~G4CookPairingCorrections | ( | ) |
Definition at line 77 of file G4CookPairingCorrections.cc.
Definition at line 65 of file G4CookPairingCorrections.hh.
References IsInTableThisN(), and NTableMin.
Referenced by GetParingCorrection().
Definition at line 53 of file G4CookPairingCorrections.hh.
References IsInTableThisZ(), and ZTableMin.
Referenced by GetParingCorrection().
Definition at line 48 of file G4CookPairingCorrections.hh.
References GetPairingN(), and GetPairingZ().
Referenced by G4PairingCorrection::GetPairingCorrection().
Definition at line 72 of file G4CookPairingCorrections.hh.
References NTableMax, and NTableMin.
Referenced by G4PairingCorrection::GetPairingCorrection(), and GetPairingN().
Definition at line 60 of file G4CookPairingCorrections.hh.
References ZTableMax, and ZTableMin.
Referenced by G4PairingCorrection::GetPairingCorrection(), and GetPairingZ().