#include <G4PenelopeOscillator.hh>
Definition at line 47 of file G4PenelopeOscillator.hh.
G4PenelopeOscillator::G4PenelopeOscillator |
( |
| ) |
|
Definition at line 38 of file G4PenelopeOscillator.cc.
39 hartreeFactor(0), ionisationEnergy(0*
eV), resonanceEnergy(0*
eV),
40 oscillatorStrength(0), shellFlag(-1), parentZ(0),
41 parentShellID(-1),cutoffRecoilResonantEnergy(0*
eV)
static constexpr double eV
Definition at line 46 of file G4PenelopeOscillator.cc.
48 hartreeFactor = right.hartreeFactor;
49 ionisationEnergy = right.ionisationEnergy;
50 resonanceEnergy = right.resonanceEnergy;
51 oscillatorStrength = right.oscillatorStrength;
52 shellFlag = right.shellFlag;
53 parentZ = right.parentZ;
54 parentShellID = right.parentShellID;
55 cutoffRecoilResonantEnergy = right.cutoffRecoilResonantEnergy;
G4PenelopeOscillator::~G4PenelopeOscillator |
( |
| ) |
|
|
inline |
G4double G4PenelopeOscillator::GetCutoffRecoilResonantEnergy |
( |
| ) |
|
|
inline |
G4double G4PenelopeOscillator::GetHartreeFactor |
( |
| ) |
|
|
inline |
G4double G4PenelopeOscillator::GetIonisationEnergy |
( |
| ) |
|
|
inline |
G4double G4PenelopeOscillator::GetOscillatorStrength |
( |
| ) |
|
|
inline |
G4int G4PenelopeOscillator::GetParentShellID |
( |
| ) |
|
|
inline |
G4double G4PenelopeOscillator::GetParentZ |
( |
| ) |
|
|
inline |
G4double G4PenelopeOscillator::GetResonanceEnergy |
( |
| ) |
const |
|
inline |
G4int G4PenelopeOscillator::GetShellFlag |
( |
| ) |
|
|
inline |
Definition at line 60 of file G4PenelopeOscillator.cc.
65 hartreeFactor = right.hartreeFactor;
66 ionisationEnergy = right.ionisationEnergy;
67 resonanceEnergy = right.resonanceEnergy;
68 oscillatorStrength = right.oscillatorStrength;
69 shellFlag = right.shellFlag;
70 parentZ = right.parentZ;
71 parentShellID = right.parentShellID;
72 cutoffRecoilResonantEnergy = right.cutoffRecoilResonantEnergy;
void G4PenelopeOscillator::SetCutoffRecoilResonantEnergy |
( |
G4double |
ene | ) |
|
|
inline |
void G4PenelopeOscillator::SetIonisationEnergy |
( |
G4double |
ie | ) |
|
|
inline |
void G4PenelopeOscillator::SetOscillatorStrength |
( |
G4double |
ostr | ) |
|
|
inline |
void G4PenelopeOscillator::SetParentShellID |
( |
G4int |
psID | ) |
|
|
inline |
void G4PenelopeOscillator::SetResonanceEnergy |
( |
G4double |
re | ) |
|
|
inline |
void G4PenelopeOscillator::SetShellFlag |
( |
G4int |
theflag | ) |
|
|
inline |
The documentation for this class was generated from the following files: