Geant4-11
Public Member Functions | Private Attributes
G4ShellCorrection Class Reference

#include <G4ShellCorrection.hh>

Public Member Functions

 G4ShellCorrection ()
 
const G4CameronShellPlusPairingCorrectionsGetCameronShellPlusPairingCorrections () const
 
const G4CameronTruranHilfShellCorrectionsGetCameronTruranHilfShellCorrections () const
 
G4double GetShellCorrection (G4int A, G4int Z) const
 
 ~G4ShellCorrection ()
 

Private Attributes

G4CameronGilbertShellCorrections theCameronGilbertShellCorrections
 
G4CameronShellPlusPairingCorrections theCameronShellPlusPairingCorrections
 
G4CameronTruranHilfShellCorrections theCameronTruranHilfShellCorrections
 
G4CookShellCorrections theCookShellCorrections
 

Detailed Description

Definition at line 42 of file G4ShellCorrection.hh.

Constructor & Destructor Documentation

◆ G4ShellCorrection()

G4ShellCorrection::G4ShellCorrection ( )
explicit

Definition at line 35 of file G4ShellCorrection.cc.

36{}

◆ ~G4ShellCorrection()

G4ShellCorrection::~G4ShellCorrection ( )

Definition at line 38 of file G4ShellCorrection.cc.

39{}

Member Function Documentation

◆ GetCameronShellPlusPairingCorrections()

const G4CameronShellPlusPairingCorrections * G4ShellCorrection::GetCameronShellPlusPairingCorrections ( ) const

Definition at line 48 of file G4ShellCorrection.cc.

49{
51}
G4CameronShellPlusPairingCorrections theCameronShellPlusPairingCorrections

References theCameronShellPlusPairingCorrections.

Referenced by G4FissionBarrier::G4FissionBarrier().

◆ GetCameronTruranHilfShellCorrections()

const G4CameronTruranHilfShellCorrections * G4ShellCorrection::GetCameronTruranHilfShellCorrections ( ) const

Definition at line 42 of file G4ShellCorrection.cc.

43{
45}
G4CameronTruranHilfShellCorrections theCameronTruranHilfShellCorrections

References theCameronTruranHilfShellCorrections.

◆ GetShellCorrection()

G4double G4ShellCorrection::GetShellCorrection ( G4int  A,
G4int  Z 
) const

Definition at line 53 of file G4ShellCorrection.cc.

54{
55 G4double shellCorr = 0.0;
56 G4int N = A - Z;
59 }
60 return shellCorr;
61}
double G4double
Definition: G4Types.hh:83
int G4int
Definition: G4Types.hh:85
const G4int Z[17]
const G4double A[17]
G4bool GetShellCorrection(G4int N, G4int Z, G4double &result) const
G4bool GetShellCorrection(G4int N, G4int Z, G4double &result) const
G4CameronGilbertShellCorrections theCameronGilbertShellCorrections
G4CookShellCorrections theCookShellCorrections

References A, G4CameronGilbertShellCorrections::GetShellCorrection(), G4CookShellCorrections::GetShellCorrection(), theCameronGilbertShellCorrections, theCookShellCorrections, and Z.

Field Documentation

◆ theCameronGilbertShellCorrections

G4CameronGilbertShellCorrections G4ShellCorrection::theCameronGilbertShellCorrections
private

Definition at line 61 of file G4ShellCorrection.hh.

Referenced by GetShellCorrection().

◆ theCameronShellPlusPairingCorrections

G4CameronShellPlusPairingCorrections G4ShellCorrection::theCameronShellPlusPairingCorrections
private

Definition at line 63 of file G4ShellCorrection.hh.

Referenced by GetCameronShellPlusPairingCorrections().

◆ theCameronTruranHilfShellCorrections

G4CameronTruranHilfShellCorrections G4ShellCorrection::theCameronTruranHilfShellCorrections
private

Definition at line 62 of file G4ShellCorrection.hh.

Referenced by GetCameronTruranHilfShellCorrections().

◆ theCookShellCorrections

G4CookShellCorrections G4ShellCorrection::theCookShellCorrections
private

Definition at line 60 of file G4ShellCorrection.hh.

Referenced by GetShellCorrection().


The documentation for this class was generated from the following files: