Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ShellData.hh>
Public Member Functions | |
G4ShellData (G4int minZ=1, G4int maxZ=100, G4bool isOccupancy=false) | |
~G4ShellData () | |
size_t | NumberOfShells (G4int Z) const |
G4int | ShellId (G4int Z, G4int shellIndex) const |
G4double | ShellOccupancyProbability (G4int Z, G4int shellIndex) const |
const std::vector< G4double > & | ShellIdVector (G4int Z) const |
G4double | BindingEnergy (G4int Z, G4int shellIndex) const |
void | SetOccupancyData () |
void | LoadData (const G4String &fileName) |
void | PrintData () const |
G4int | SelectRandomShell (G4int Z) const |
Definition at line 52 of file G4ShellData.hh.
Definition at line 51 of file G4ShellData.cc.
G4ShellData::~G4ShellData | ( | ) |
Definition at line 56 of file G4ShellData.cc.
Definition at line 166 of file G4ShellData.cc.
Referenced by G4AtomicTransitionManager::G4AtomicTransitionManager(), G4LivermoreComptonModel::SampleSecondaries(), G4LivermoreComptonModifiedModel::SampleSecondaries(), G4LivermorePolarizedComptonModel::SampleSecondaries(), and G4LowEPComptonModel::SampleSecondaries().
Definition at line 234 of file G4ShellData.cc.
Referenced by G4AtomicTransitionManager::G4AtomicTransitionManager(), G4LivermoreComptonModel::Initialise(), G4LivermoreComptonModifiedModel::Initialise(), G4LivermorePolarizedComptonModel::Initialise(), and G4LowEPComptonModel::Initialise().
size_t G4ShellData::NumberOfShells | ( | G4int | Z | ) | const |
Definition at line 84 of file G4ShellData.cc.
Referenced by G4AtomicTransitionManager::G4AtomicTransitionManager(), and SelectRandomShell().
void G4ShellData::PrintData | ( | ) | const |
Definition at line 187 of file G4ShellData.cc.
Definition at line 363 of file G4ShellData.cc.
Referenced by G4LivermoreComptonModel::SampleSecondaries(), G4LivermoreComptonModifiedModel::SampleSecondaries(), G4LivermorePolarizedComptonModel::SampleSecondaries(), and G4LowEPComptonModel::SampleSecondaries().
|
inline |
Definition at line 70 of file G4ShellData.hh.
Referenced by G4LivermoreComptonModel::Initialise(), G4LivermoreComptonModifiedModel::Initialise(), G4LivermorePolarizedComptonModel::Initialise(), and G4LowEPComptonModel::Initialise().
Definition at line 121 of file G4ShellData.cc.
Referenced by G4AtomicTransitionManager::G4AtomicTransitionManager().
Definition at line 97 of file G4ShellData.cc.
Referenced by LoadData().
Definition at line 143 of file G4ShellData.cc.