|
Geant4
10.00.p01
|
#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 |
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 77 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.
Definition at line 65 of file G4CookPairingCorrections.hh.
References IsInTableThisN(), NTableMin, and PairingNTable.
Referenced by GetParingCorrection().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 53 of file G4CookPairingCorrections.hh.
References IsInTableThisZ(), PairingZTable, and ZTableMin.
Referenced by GetParingCorrection().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 48 of file G4CookPairingCorrections.hh.
References GetPairingN(), and GetPairingZ().
Referenced by G4PairingCorrection::GetPairingCorrection().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 72 of file G4CookPairingCorrections.hh.
References NTableMax, and NTableMin.
Referenced by G4PairingCorrection::GetPairingCorrection(), and GetPairingN().
Here is the caller graph for this function:Definition at line 60 of file G4CookPairingCorrections.hh.
References ZTableMax, and ZTableMin.
Referenced by G4PairingCorrection::GetPairingCorrection(), and GetPairingZ().
Here is the caller graph for this function:
|
staticprivate |
Definition at line 82 of file G4CookPairingCorrections.hh.
Referenced by G4CookPairingCorrections(), and GetPairingN().
|
staticprivate |
Definition at line 81 of file G4CookPairingCorrections.hh.
Referenced by G4CookPairingCorrections(), and GetPairingZ().