|
Geant4
10.00.p03
|
#include <G4CookShellCorrections.hh>
Public Types | |
| enum | { ZTableSize = 68, NTableSize = 118, ZTableMin = 28, ZTableMax = 95, NTableMin = 33, NTableMax = 150 } |
Public Member Functions | |
| G4CookShellCorrections () | |
| ~G4CookShellCorrections () | |
| G4double | GetShellCorrection (G4int A, G4int Z) const |
| G4double | GetShellZ (G4int Z) const |
| G4bool | IsInTableThisZ (G4int Z) const |
| G4double | GetShellN (G4int N) const |
| G4bool | IsInTableThisN (G4int N) const |
Static Private Attributes | |
| static G4double | ShellZTable [ZTableSize] |
| static G4double | ShellNTable [NTableSize] |
Definition at line 39 of file G4CookShellCorrections.hh.
| anonymous enum |
| Enumerator | |
|---|---|
| ZTableSize | |
| NTableSize | |
| ZTableMin | |
| ZTableMax | |
| NTableMin | |
| NTableMax | |
Definition at line 81 of file G4CookShellCorrections.hh.
| G4CookShellCorrections::G4CookShellCorrections | ( | ) |
Definition at line 69 of file G4CookShellCorrections.cc.
References MeV, NTableSize, ShellNTable, ShellZTable, and ZTableSize.
| G4CookShellCorrections::~G4CookShellCorrections | ( | ) |
Definition at line 75 of file G4CookShellCorrections.cc.
Definition at line 48 of file G4CookShellCorrections.hh.
References GetShellN(), and GetShellZ().
Referenced by G4ShellCorrection::GetShellCorrection().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 68 of file G4CookShellCorrections.hh.
References IsInTableThisN(), NTableMin, and ShellNTable.
Referenced by GetShellCorrection().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 54 of file G4CookShellCorrections.hh.
References IsInTableThisZ(), ShellZTable, and ZTableMin.
Referenced by GetShellCorrection().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 76 of file G4CookShellCorrections.hh.
References NTableMax, and NTableMin.
Referenced by G4ShellCorrection::GetShellCorrection(), and GetShellN().
Here is the caller graph for this function:Definition at line 62 of file G4CookShellCorrections.hh.
References ZTableMax, and ZTableMin.
Referenced by G4ShellCorrection::GetShellCorrection(), and GetShellZ().
Here is the caller graph for this function:
|
staticprivate |
Definition at line 86 of file G4CookShellCorrections.hh.
Referenced by G4CookShellCorrections(), and GetShellN().
|
staticprivate |
Definition at line 85 of file G4CookShellCorrections.hh.
Referenced by G4CookShellCorrections(), and GetShellZ().