#include <G4CameronGilbertShellCorrections.hh>
◆ G4CameronGilbertShellCorrections() [1/2]
G4CameronGilbertShellCorrections::G4CameronGilbertShellCorrections |
( |
| ) |
|
◆ ~G4CameronGilbertShellCorrections()
G4CameronGilbertShellCorrections::~G4CameronGilbertShellCorrections |
( |
| ) |
|
|
default |
◆ G4CameronGilbertShellCorrections() [2/2]
◆ GetShellCorrection()
Definition at line 46 of file G4CameronGilbertShellCorrections.hh.
47 {
49 if (Z >= TableMin && Z <= ZTableMax && N >= TableMin &&
N <= NTableMax) {
50 result = ShellZTable[Z - TableMin] + ShellNTable[
N - TableMin];
51 res = true;
52 }
53 return res;
54 }
◆ operator=()
The documentation for this class was generated from the following files: