#include <G4PenelopeOscillator.hh>
Definition at line 47 of file G4PenelopeOscillator.hh.
◆ G4PenelopeOscillator() [1/2]
G4PenelopeOscillator::G4PenelopeOscillator |
( |
| ) |
|
|
explicit |
Definition at line 38 of file G4PenelopeOscillator.cc.
38 :
39 fHartreeFactor(0.), fIonisationEnergy(0.*eV), fResonanceEnergy(0.*eV),
40 fOscillatorStrength(0.), fParentZ(0.), fCutoffRecoilResonantEnergy(0*eV),
41 fParentShellID(-1), fShellFlag(-1)
42{;}
◆ G4PenelopeOscillator() [2/2]
Definition at line 46 of file G4PenelopeOscillator.cc.
47{
48 fHartreeFactor = right.fHartreeFactor;
49 fIonisationEnergy = right.fIonisationEnergy;
50 fResonanceEnergy = right.fResonanceEnergy;
51 fOscillatorStrength = right.fOscillatorStrength;
52 fShellFlag = right.fShellFlag;
53 fParentZ = right.fParentZ;
54 fParentShellID = right.fParentShellID;
55 fCutoffRecoilResonantEnergy = right.fCutoffRecoilResonantEnergy;
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 (fIonisationEnergy < right.fIonisationEnergy) ? true : false;
100}
◆ operator=()
Definition at line 60 of file G4PenelopeOscillator.cc.
61{
62 if (this == &right)
63 return *this;
64
65 fHartreeFactor = right.fHartreeFactor;
66 fIonisationEnergy = right.fIonisationEnergy;
67 fResonanceEnergy = right.fResonanceEnergy;
68 fOscillatorStrength = right.fOscillatorStrength;
69 fShellFlag = right.fShellFlag;
70 fParentZ = right.fParentZ;
71 fParentShellID = right.fParentShellID;
72 fCutoffRecoilResonantEnergy = right.fCutoffRecoilResonantEnergy;
73 return *this;
74}
◆ operator==()
Definition at line 78 of file G4PenelopeOscillator.cc.
79{
80
81
82 return (fIonisationEnergy == right.fIonisationEnergy) ? true : false;
83}
◆ operator>()
Definition at line 87 of file G4PenelopeOscillator.cc.
88{
89
90 return (fIonisationEnergy > right.fIonisationEnergy) ? true : false;
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: