Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ShellCorrection Class Reference

#include <G4ShellCorrection.hh>

Public Member Functions

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

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{
50 return &theCameronShellPlusPairingCorrections;
51}

Referenced by G4FissionBarrier::G4FissionBarrier().

◆ GetCameronTruranHilfShellCorrections()

const G4CameronTruranHilfShellCorrections * G4ShellCorrection::GetCameronTruranHilfShellCorrections ( ) const

Definition at line 42 of file G4ShellCorrection.cc.

43{
44 return &theCameronTruranHilfShellCorrections;
45}

◆ 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;
57 if(!theCookShellCorrections.GetShellCorrection(N,Z,shellCorr)) {
58 theCameronGilbertShellCorrections.GetShellCorrection(N,Z,shellCorr);
59 }
60 return shellCorr;
61}
double A(double temperature)
double G4double
Definition: G4Types.hh:83
int G4int
Definition: G4Types.hh:85
G4bool GetShellCorrection(G4int N, G4int Z, G4double &result) const
G4bool GetShellCorrection(G4int N, G4int Z, G4double &result) const

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