#include <G4PenelopeOscillator.hh>
Definition at line 47 of file G4PenelopeOscillator.hh.
◆ G4PenelopeOscillator() [1/2]
G4PenelopeOscillator::G4PenelopeOscillator |
( |
| ) |
|
Definition at line 38 of file G4PenelopeOscillator.cc.
38 :
39 hartreeFactor(0), ionisationEnergy(0*eV), resonanceEnergy(0*eV),
40 oscillatorStrength(0), shellFlag(-1), parentZ(0),
41 parentShellID(-1),cutoffRecoilResonantEnergy(0*eV)
42{;}
◆ G4PenelopeOscillator() [2/2]
Definition at line 46 of file G4PenelopeOscillator.cc.
47{
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;
56}
◆ ~G4PenelopeOscillator()
G4PenelopeOscillator::~G4PenelopeOscillator |
( |
| ) |
|
|
inline |
◆ GetCutoffRecoilResonantEnergy()
G4double G4PenelopeOscillator::GetCutoffRecoilResonantEnergy |
( |
| ) |
|
|
inline |
◆ GetHartreeFactor()
G4double G4PenelopeOscillator::GetHartreeFactor |
( |
| ) |
|
|
inline |
◆ GetIonisationEnergy()
G4double G4PenelopeOscillator::GetIonisationEnergy |
( |
| ) |
|
|
inline |
◆ GetOscillatorStrength()
G4double G4PenelopeOscillator::GetOscillatorStrength |
( |
| ) |
|
|
inline |
◆ GetParentShellID()
G4int G4PenelopeOscillator::GetParentShellID |
( |
| ) |
|
|
inline |
◆ GetParentZ()
G4double G4PenelopeOscillator::GetParentZ |
( |
| ) |
|
|
inline |
◆ GetResonanceEnergy()
G4double G4PenelopeOscillator::GetResonanceEnergy |
( |
| ) |
const |
|
inline |
◆ GetShellFlag()
G4int G4PenelopeOscillator::GetShellFlag |
( |
| ) |
|
|
inline |
◆ operator<()
Definition at line 96 of file G4PenelopeOscillator.cc.
97{
98
99 return (ionisationEnergy < right.ionisationEnergy) ? 1 : 0;
100}
◆ operator=()
Definition at line 60 of file G4PenelopeOscillator.cc.
61{
62 if (this == &right)
63 return *this;
64
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;
73 return *this;
74}
◆ operator==()
Definition at line 78 of file G4PenelopeOscillator.cc.
79{
80
81
82 return (ionisationEnergy == right.ionisationEnergy) ? 1 : 0;
83}
◆ operator>()
Definition at line 87 of file G4PenelopeOscillator.cc.
88{
89
90 return (ionisationEnergy > right.ionisationEnergy) ? 1 : 0;
91}
◆ SetCutoffRecoilResonantEnergy()
void G4PenelopeOscillator::SetCutoffRecoilResonantEnergy |
( |
G4double |
ene | ) |
|
|
inline |
◆ SetHartreeFactor()
void G4PenelopeOscillator::SetHartreeFactor |
( |
G4double |
hf | ) |
|
|
inline |
◆ SetIonisationEnergy()
void G4PenelopeOscillator::SetIonisationEnergy |
( |
G4double |
ie | ) |
|
|
inline |
◆ SetOscillatorStrength()
void G4PenelopeOscillator::SetOscillatorStrength |
( |
G4double |
ostr | ) |
|
|
inline |
◆ SetParentShellID()
void G4PenelopeOscillator::SetParentShellID |
( |
G4int |
psID | ) |
|
|
inline |
◆ SetParentZ()
void G4PenelopeOscillator::SetParentZ |
( |
G4double |
parZ | ) |
|
|
inline |
◆ SetResonanceEnergy()
void G4PenelopeOscillator::SetResonanceEnergy |
( |
G4double |
re | ) |
|
|
inline |
◆ SetShellFlag()
void G4PenelopeOscillator::SetShellFlag |
( |
G4int |
theflag | ) |
|
|
inline |
The documentation for this class was generated from the following files: