Geant4.10
|
#include <G4teoCrossSection.hh>
Public Member Functions | |
G4teoCrossSection (const G4String &name) | |
virtual | ~G4teoCrossSection () |
std::vector< G4double > | GetCrossSection (G4int Z, G4double incidentEnergy, G4double mass, G4double deltaEnergy=0, const G4Material *mat=0) |
G4double | CrossSection (G4int Z, G4AtomicShellEnumerator shell, G4double incidentEnergy, G4double mass, const G4Material *mat) |
std::vector< G4double > | Probabilities (G4int Z, G4double incidentEnergy, G4double mass, G4double deltaEnergy=0, const G4Material *mat=0) |
void | SetTotalCS (G4double) |
Public Member Functions inherited from G4VhShellCrossSection | |
G4VhShellCrossSection (const G4String &xname="") | |
virtual | ~G4VhShellCrossSection () |
G4int | SelectRandomShell (G4int Z, G4double incidentEnergy, G4double mass, G4double deltaEnergy, const G4Material *mat) |
const G4String & | GetName () const |
Definition at line 56 of file G4teoCrossSection.hh.
G4teoCrossSection::G4teoCrossSection | ( | const G4String & | name | ) |
Definition at line 50 of file G4teoCrossSection.cc.
References G4cout, and G4endl.
|
virtual |
Definition at line 70 of file G4teoCrossSection.cc.
|
virtual |
Implements G4VhShellCrossSection.
Definition at line 105 of file G4teoCrossSection.cc.
References G4VecpssrKModel::CalculateCrossSection(), G4VecpssrLiModel::CalculateL1CrossSection(), G4VecpssrLiModel::CalculateL2CrossSection(), G4VecpssrLiModel::CalculateL3CrossSection(), G4VecpssrMiModel::CalculateM1CrossSection(), G4VecpssrMiModel::CalculateM2CrossSection(), G4VecpssrMiModel::CalculateM3CrossSection(), G4VecpssrMiModel::CalculateM4CrossSection(), G4VecpssrMiModel::CalculateM5CrossSection(), fKShell, fL1Shell, fL2Shell, fL3Shell, fM1Shell, fM2Shell, fM3Shell, fM4Shell, and fM5Shell.
|
virtual |
Implements G4VhShellCrossSection.
Definition at line 77 of file G4teoCrossSection.cc.
References G4VecpssrKModel::CalculateCrossSection(), G4VecpssrLiModel::CalculateL1CrossSection(), G4VecpssrLiModel::CalculateL2CrossSection(), G4VecpssrLiModel::CalculateL3CrossSection(), G4VecpssrMiModel::CalculateM1CrossSection(), G4VecpssrMiModel::CalculateM2CrossSection(), G4VecpssrMiModel::CalculateM3CrossSection(), G4VecpssrMiModel::CalculateM4CrossSection(), and G4VecpssrMiModel::CalculateM5CrossSection().
Referenced by Probabilities().
|
virtual |
Implements G4VhShellCrossSection.
Definition at line 166 of file G4teoCrossSection.cc.
References GetCrossSection().
Reimplemented from G4VhShellCrossSection.
Definition at line 185 of file G4teoCrossSection.cc.