|
Geant4
10.02
|
#include <G4CookPairingCorrections.hh>
Public Types | |
| enum | { ZTableSize = 68, NTableSize = 118, ZTableMin = 28, ZTableMax = 95, NTableMin = 33, NTableMax = 150 } |
Public Member Functions | |
| G4CookPairingCorrections () | |
| ~G4CookPairingCorrections () | |
| G4bool | GetPairingCorrection (G4int N, G4int Z, G4double &result) const |
Static Private Attributes | |
| static G4double | PairingZTable [ZTableSize] |
| static G4double | PairingNTable [NTableSize] |
Definition at line 39 of file G4CookPairingCorrections.hh.
| anonymous enum |
| Enumerator | |
|---|---|
| ZTableSize | |
| NTableSize | |
| ZTableMin | |
| ZTableMax | |
| NTableMin | |
| NTableMax | |
Definition at line 57 of file G4CookPairingCorrections.hh.
| G4CookPairingCorrections::G4CookPairingCorrections | ( | ) |
Definition at line 71 of file G4CookPairingCorrections.cc.
References MeV, NTableSize, PairingNTable, PairingZTable, and ZTableSize.
| G4CookPairingCorrections::~G4CookPairingCorrections | ( | ) |
Definition at line 77 of file G4CookPairingCorrections.cc.
|
inline |
Definition at line 47 of file G4CookPairingCorrections.hh.
References NTableMax, NTableMin, PairingNTable, PairingZTable, and ZTableMin.
Referenced by G4PairingCorrection::GetPairingCorrection().
Here is the caller graph for this function:
|
staticprivate |
Definition at line 62 of file G4CookPairingCorrections.hh.
Referenced by G4CookPairingCorrections(), and GetPairingCorrection().
|
staticprivate |
Definition at line 61 of file G4CookPairingCorrections.hh.
Referenced by G4CookPairingCorrections(), and GetPairingCorrection().