Geant4  10.02.p03
G4PreCompoundParameters Class Reference

#include <G4PreCompoundParameters.hh>

Collaboration diagram for G4PreCompoundParameters:

Public Member Functions

 G4PreCompoundParameters ()
 
 ~G4PreCompoundParameters ()
 
G4double GetLevelDensity ()
 
G4double Getr0 ()
 
G4double GetTransitionsr0 ()
 
G4double GetFermiEnergy ()
 

Private Attributes

G4double fLevelDensity
 
G4double fR0
 
G4double fTransitions_r0
 
G4double fFermiEnergy
 

Detailed Description

Definition at line 39 of file G4PreCompoundParameters.hh.

Constructor & Destructor Documentation

◆ G4PreCompoundParameters()

G4PreCompoundParameters::G4PreCompoundParameters ( )

Definition at line 36 of file G4PreCompoundParameters.cc.

37 {
38  fLevelDensity = 0.10/MeV;
39  fR0 = 1.5*fermi;
40  fTransitions_r0 = 0.6*fermi;
41  fFermiEnergy = 35.0*MeV;
42 }
static const double MeV
Definition: G4SIunits.hh:211
static const double fermi
Definition: G4SIunits.hh:102

◆ ~G4PreCompoundParameters()

G4PreCompoundParameters::~G4PreCompoundParameters ( )

Definition at line 44 of file G4PreCompoundParameters.cc.

45 {}

Member Function Documentation

◆ GetFermiEnergy()

G4double G4PreCompoundParameters::GetFermiEnergy ( )
inline

Definition at line 86 of file G4PreCompoundParameters.hh.

87 {
88  return fFermiEnergy;
89 }
Here is the caller graph for this function:

◆ GetLevelDensity()

G4double G4PreCompoundParameters::GetLevelDensity ( )
inline

Definition at line 71 of file G4PreCompoundParameters.hh.

72 {
73  return fLevelDensity;
74 }
Here is the caller graph for this function:

◆ Getr0()

G4double G4PreCompoundParameters::Getr0 ( )
inline

Definition at line 76 of file G4PreCompoundParameters.hh.

77 {
78  return fR0;
79 }
Here is the caller graph for this function:

◆ GetTransitionsr0()

G4double G4PreCompoundParameters::GetTransitionsr0 ( )
inline

Definition at line 81 of file G4PreCompoundParameters.hh.

82 {
83  return fTransitions_r0;
84 }
Here is the caller graph for this function:

Member Data Documentation

◆ fFermiEnergy

G4double G4PreCompoundParameters::fFermiEnergy
private

Definition at line 68 of file G4PreCompoundParameters.hh.

◆ fLevelDensity

G4double G4PreCompoundParameters::fLevelDensity
private

Definition at line 59 of file G4PreCompoundParameters.hh.

◆ fR0

G4double G4PreCompoundParameters::fR0
private

Definition at line 62 of file G4PreCompoundParameters.hh.

◆ fTransitions_r0

G4double G4PreCompoundParameters::fTransitions_r0
private

Definition at line 65 of file G4PreCompoundParameters.hh.


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