Geant4-11
|
#include <G4empCrossSection.hh>
Public Member Functions | |
G4double | CrossSection (G4int Z, G4AtomicShellEnumerator shell, G4double incidentEnergy, G4double mass, const G4Material *mat) override |
G4empCrossSection (const G4empCrossSection &)=delete | |
G4empCrossSection (const G4String &nam="") | |
std::vector< G4double > | GetCrossSection (G4int Z, G4double incidentEnergy, G4double mass, G4double deltaEnergy, const G4Material *mat) override |
const G4String & | GetName () const |
G4empCrossSection & | operator= (const G4empCrossSection &right)=delete |
std::vector< G4double > | Probabilities (G4int Z, G4double incidentEnergy, G4double mass, G4double deltaEnergy, const G4Material *mat) override |
G4int | SelectRandomShell (G4int Z, G4double incidentEnergy, G4double mass, G4double deltaEnergy, const G4Material *mat) |
void | SetTotalCS (G4double) override |
virtual | ~G4empCrossSection () |
Private Attributes | |
G4int | flag |
G4String | name |
G4OrlicLiXsModel * | orlicShellLi |
G4PaulKxsModel * | paulShellK |
G4double | totalCS |
Definition at line 49 of file G4empCrossSection.hh.
|
explicit |
Definition at line 40 of file G4empCrossSection.cc.
References flag, G4cout, G4endl, orlicShellLi, and paulShellK.
|
virtual |
Definition at line 62 of file G4empCrossSection.cc.
References orlicShellLi, and paulShellK.
|
delete |
|
overridevirtual |
Implements G4VhShellCrossSection.
Definition at line 107 of file G4empCrossSection.cc.
References G4PaulKxsModel::CalculateKCrossSection(), G4OrlicLiXsModel::CalculateL1CrossSection(), G4OrlicLiXsModel::CalculateL2CrossSection(), G4OrlicLiXsModel::CalculateL3CrossSection(), fKShell, fL1Shell, fL2Shell, fL3Shell, flag, G4ParticleDefinition::GetPDGMass(), orlicShellLi, paulShellK, G4Proton::Proton(), and Z.
|
overridevirtual |
Implements G4VhShellCrossSection.
Definition at line 70 of file G4empCrossSection.cc.
References G4PaulKxsModel::CalculateKCrossSection(), G4OrlicLiXsModel::CalculateL1CrossSection(), G4OrlicLiXsModel::CalculateL2CrossSection(), G4OrlicLiXsModel::CalculateL3CrossSection(), flag, G4ParticleDefinition::GetPDGMass(), orlicShellLi, paulShellK, G4Proton::Proton(), and Z.
Referenced by Probabilities().
|
inlineinherited |
Definition at line 102 of file G4VhShellCrossSection.hh.
References G4VhShellCrossSection::name.
Referenced by G4UAtomicDeexcitation::InitialiseForNewRun().
|
delete |
|
overridevirtual |
Implements G4VhShellCrossSection.
Definition at line 140 of file G4empCrossSection.cc.
References GetCrossSection(), totalCS, and Z.
|
inherited |
Definition at line 63 of file G4VhShellCrossSection.cc.
References G4UniformRand, G4VhShellCrossSection::Probabilities(), and Z.
|
overridevirtual |
Reimplemented from G4VhShellCrossSection.
Definition at line 160 of file G4empCrossSection.cc.
References totalCS.
|
private |
Definition at line 82 of file G4empCrossSection.hh.
Referenced by CrossSection(), G4empCrossSection(), and GetCrossSection().
|
privateinherited |
Definition at line 98 of file G4VhShellCrossSection.hh.
Referenced by source.g4viscp.G4Scene::create_scene(), G4VhShellCrossSection::GetName(), mcscore.MCParticle::printout(), and source.g4viscp.G4Scene::update_scene().
|
private |
Definition at line 79 of file G4empCrossSection.hh.
Referenced by CrossSection(), G4empCrossSection(), GetCrossSection(), and ~G4empCrossSection().
|
private |
Definition at line 78 of file G4empCrossSection.hh.
Referenced by CrossSection(), G4empCrossSection(), GetCrossSection(), and ~G4empCrossSection().
|
private |
Definition at line 81 of file G4empCrossSection.hh.
Referenced by Probabilities(), and SetTotalCS().