Geant4  10.00.p02
G4ProtonField Class Reference

#include <G4ProtonField.hh>

+ Inheritance diagram for G4ProtonField:
+ Collaboration diagram for G4ProtonField:

Public Member Functions

 G4ProtonField (G4V3DNucleus *nucleus)
 
virtual ~G4ProtonField ()
 
virtual G4double GetField (const G4ThreeVector &aPosition)
 
virtual G4double GetBarrier ()
 
- Public Member Functions inherited from G4VNuclearField
 G4VNuclearField (G4V3DNucleus *aNucleus=0)
 
virtual ~G4VNuclearField ()
 
void SetNucleus (G4V3DNucleus *aNucleus)
 
virtual G4double GetCoeff ()
 

Private Member Functions

 G4ProtonField (const G4ProtonField &right)
 
const G4ProtonFieldoperator= (const G4ProtonField &right)
 
int operator== (const G4ProtonField &right) const
 
int operator!= (const G4ProtonField &right) const
 
G4double GetDensity (const G4ThreeVector &aPosition)
 
G4double GetFermiMomentum (const G4double aDensity)
 

Private Attributes

G4int theA
 
G4int theZ
 
G4double theBarrier
 
G4double theRadius
 
G4FermiMomentum theFermi
 
const G4VNuclearDensitytheDensity
 
std::vector< G4doubletheFermiMomBuffer
 

Additional Inherited Members

- Protected Attributes inherited from G4VNuclearField
G4V3DNucleustheNucleus
 
const G4double radius
 

Detailed Description

Definition at line 48 of file G4ProtonField.hh.

Constructor & Destructor Documentation

G4ProtonField::G4ProtonField ( G4V3DNucleus nucleus)

Definition at line 46 of file G4ProtonField.cc.

References density, fermi, GetBarrier(), G4V3DNucleus::GetCharge(), GetDensity(), GetFermiMomentum(), G4V3DNucleus::GetMassNumber(), G4V3DNucleus::GetOuterRadius(), G4FermiMomentum::Init(), m, theA, theBarrier, theFermi, theFermiMomBuffer, G4VNuclearField::theNucleus, theRadius, and theZ.

+ Here is the call graph for this function:

G4ProtonField::~G4ProtonField ( )
virtual

Definition at line 80 of file G4ProtonField.cc.

G4ProtonField::G4ProtonField ( const G4ProtonField right)
private

Member Function Documentation

G4double G4ProtonField::GetBarrier ( )
virtual

Implements G4VNuclearField.

Definition at line 99 of file G4ProtonField.cc.

References G4InuclSpecialFunctions::bindingEnergy(), MeV, theA, and theZ.

Referenced by G4ProtonField().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4ProtonField::GetDensity ( const G4ThreeVector aPosition)
inlineprivate

Definition at line 68 of file G4ProtonField.hh.

References G4VNuclearDensity::GetDensity(), and theDensity.

Referenced by G4ProtonField().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4ProtonField::GetFermiMomentum ( const G4double  aDensity)
inlineprivate

Definition at line 72 of file G4ProtonField.hh.

References G4FermiMomentum::GetFermiMomentum(), and theFermi.

Referenced by G4ProtonField().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4ProtonField::GetField ( const G4ThreeVector aPosition)
virtual

Implements G4VNuclearField.

Definition at line 83 of file G4ProtonField.cc.

References fermi, theBarrier, and theFermiMomBuffer.

int G4ProtonField::operator!= ( const G4ProtonField right) const
private
const G4ProtonField& G4ProtonField::operator= ( const G4ProtonField right)
private
int G4ProtonField::operator== ( const G4ProtonField right) const
private

Member Data Documentation

G4int G4ProtonField::theA
private

Definition at line 77 of file G4ProtonField.hh.

Referenced by G4ProtonField(), and GetBarrier().

G4double G4ProtonField::theBarrier
private

Definition at line 79 of file G4ProtonField.hh.

Referenced by G4ProtonField(), and GetField().

const G4VNuclearDensity* G4ProtonField::theDensity
private

Definition at line 82 of file G4ProtonField.hh.

Referenced by GetDensity().

G4FermiMomentum G4ProtonField::theFermi
private

Definition at line 81 of file G4ProtonField.hh.

Referenced by G4ProtonField(), and GetFermiMomentum().

std::vector<G4double> G4ProtonField::theFermiMomBuffer
private

Definition at line 84 of file G4ProtonField.hh.

Referenced by G4ProtonField(), and GetField().

G4double G4ProtonField::theRadius
private

Definition at line 80 of file G4ProtonField.hh.

Referenced by G4ProtonField().

G4int G4ProtonField::theZ
private

Definition at line 78 of file G4ProtonField.hh.

Referenced by G4ProtonField(), and GetBarrier().


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