Geant4-11
Public Member Functions | Private Member Functions | Private Attributes
G4VCoulombBarrier Class Referenceabstract

#include <G4VCoulombBarrier.hh>

Inheritance diagram for G4VCoulombBarrier:
G4CoulombBarrier G4AlphaCoulombBarrier G4DeuteronCoulombBarrier G4GEMCoulombBarrier G4He3CoulombBarrier G4NeutronCoulombBarrier G4ProtonCoulombBarrier G4TritonCoulombBarrier

Public Member Functions

virtual G4double BarrierPenetrationFactor (G4int Eexc) const =0
 
 G4VCoulombBarrier (G4int anA, G4int aZ)
 
G4int GetA (void) const
 
virtual G4double GetCoulombBarrier (G4int ARes, G4int ZRes, G4double U) const =0
 
G4double GetR0 (void) const
 
G4double GetRho (void) const
 
G4int GetZ (void) const
 
void SetParameters (G4double rho, G4double r0)
 
virtual ~G4VCoulombBarrier ()
 

Private Member Functions

 G4VCoulombBarrier (const G4VCoulombBarrier &right)=delete
 
G4bool operator!= (const G4VCoulombBarrier &right) const =delete
 
const G4VCoulombBarrieroperator= (const G4VCoulombBarrier &right)=delete
 
G4bool operator== (const G4VCoulombBarrier &right) const =delete
 

Private Attributes

G4int theA
 
G4double theR0
 
G4double theRho
 
G4int theZ
 

Detailed Description

Definition at line 36 of file G4VCoulombBarrier.hh.

Constructor & Destructor Documentation

◆ G4VCoulombBarrier() [1/2]

G4VCoulombBarrier::G4VCoulombBarrier ( G4int  anA,
G4int  aZ 
)
explicit

Definition at line 33 of file G4VCoulombBarrier.cc.

34{
35 theA = anA;
36 theZ = aZ;
37 theRho = 0.0;
38 theR0 = 1.5*CLHEP::fermi;
39}
static constexpr double fermi
Definition: SystemOfUnits.h:84

References CLHEP::fermi, theA, theR0, theRho, and theZ.

◆ ~G4VCoulombBarrier()

G4VCoulombBarrier::~G4VCoulombBarrier ( )
virtual

Definition at line 41 of file G4VCoulombBarrier.cc.

42{}

◆ G4VCoulombBarrier() [2/2]

G4VCoulombBarrier::G4VCoulombBarrier ( const G4VCoulombBarrier right)
privatedelete

Member Function Documentation

◆ BarrierPenetrationFactor()

virtual G4double G4VCoulombBarrier::BarrierPenetrationFactor ( G4int  Eexc) const
pure virtual

◆ GetA()

G4int G4VCoulombBarrier::GetA ( void  ) const
inline

Definition at line 50 of file G4VCoulombBarrier.hh.

50{ return theA; }

References theA.

Referenced by G4CoulombBarrier::BarrierPenetrationFactor(), and G4GEMCoulombBarrier::CalcCompoundRadius().

◆ GetCoulombBarrier()

virtual G4double G4VCoulombBarrier::GetCoulombBarrier ( G4int  ARes,
G4int  ZRes,
G4double  U 
) const
pure virtual

◆ GetR0()

G4double G4VCoulombBarrier::GetR0 ( void  ) const
inline

Definition at line 53 of file G4VCoulombBarrier.hh.

53{ return theR0; }

References theR0.

◆ GetRho()

G4double G4VCoulombBarrier::GetRho ( void  ) const
inline

Definition at line 52 of file G4VCoulombBarrier.hh.

52{ return theRho; }

References theRho.

Referenced by G4CoulombBarrier::GetCoulombBarrier().

◆ GetZ()

G4int G4VCoulombBarrier::GetZ ( void  ) const
inline

Definition at line 51 of file G4VCoulombBarrier.hh.

51{ return theZ; }

References theZ.

Referenced by G4CoulombBarrier::BarrierPenetrationFactor().

◆ operator!=()

G4bool G4VCoulombBarrier::operator!= ( const G4VCoulombBarrier right) const
privatedelete

◆ operator=()

const G4VCoulombBarrier & G4VCoulombBarrier::operator= ( const G4VCoulombBarrier right)
privatedelete

◆ operator==()

G4bool G4VCoulombBarrier::operator== ( const G4VCoulombBarrier right) const
privatedelete

◆ SetParameters()

void G4VCoulombBarrier::SetParameters ( G4double  rho,
G4double  r0 
)

Definition at line 44 of file G4VCoulombBarrier.cc.

45{
46 theRho = rho;
47 theR0 = r0;
48}

References theR0, and theRho.

Referenced by G4CoulombBarrier::G4CoulombBarrier().

Field Documentation

◆ theA

G4int G4VCoulombBarrier::theA
private

Definition at line 62 of file G4VCoulombBarrier.hh.

Referenced by G4VCoulombBarrier(), and GetA().

◆ theR0

G4double G4VCoulombBarrier::theR0
private

Definition at line 65 of file G4VCoulombBarrier.hh.

Referenced by G4VCoulombBarrier(), GetR0(), and SetParameters().

◆ theRho

G4double G4VCoulombBarrier::theRho
private

Definition at line 64 of file G4VCoulombBarrier.hh.

Referenced by G4VCoulombBarrier(), GetRho(), and SetParameters().

◆ theZ

G4int G4VCoulombBarrier::theZ
private

Definition at line 63 of file G4VCoulombBarrier.hh.

Referenced by G4VCoulombBarrier(), and GetZ().


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