Geant4 11.2.2
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 () | |
std::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 |
G4ShellData & | operator= (const G4ShellData &right)=delete |
G4ShellData (const G4ShellData &)=delete | |
Definition at line 51 of file G4ShellData.hh.
Definition at line 50 of file G4ShellData.cc.
G4ShellData::~G4ShellData | ( | ) |
Definition at line 56 of file G4ShellData.cc.
|
delete |
Definition at line 161 of file G4ShellData.cc.
Referenced by G4AtomicTransitionManager::Initialise(), G4LivermoreComptonModel::SampleSecondaries(), G4LivermorePolarizedComptonModel::SampleSecondaries(), G4LowEPComptonModel::SampleSecondaries(), and G4LowEPPolarizedComptonModel::SampleSecondaries().
void G4ShellData::LoadData | ( | const G4String & | fileName | ) |
Definition at line 228 of file G4ShellData.cc.
Referenced by G4AtomicTransitionManager::Initialise(), G4LivermoreComptonModel::Initialise(), G4LivermorePolarizedComptonModel::Initialise(), G4LowEPComptonModel::Initialise(), and G4LowEPPolarizedComptonModel::Initialise().
std::size_t G4ShellData::NumberOfShells | ( | G4int | Z | ) | const |
Definition at line 81 of file G4ShellData.cc.
Referenced by G4AtomicTransitionManager::Initialise(), and SelectRandomShell().
|
delete |
void G4ShellData::PrintData | ( | ) | const |
Definition at line 183 of file G4ShellData.cc.
Definition at line 344 of file G4ShellData.cc.
Referenced by G4LivermoreComptonModel::SampleSecondaries(), G4LivermorePolarizedComptonModel::SampleSecondaries(), G4LowEPComptonModel::SampleSecondaries(), and G4LowEPPolarizedComptonModel::SampleSecondaries().
|
inline |
Definition at line 62 of file G4ShellData.hh.
Referenced by G4LivermoreComptonModel::Initialise(), G4LivermorePolarizedComptonModel::Initialise(), G4LowEPComptonModel::Initialise(), and G4LowEPPolarizedComptonModel::Initialise().
Definition at line 118 of file G4ShellData.cc.
Referenced by G4AtomicTransitionManager::Initialise().
Definition at line 95 of file G4ShellData.cc.
Referenced by LoadData().
Definition at line 140 of file G4ShellData.cc.