#include <G4ShellVacancy.hh>
Definition at line 56 of file G4ShellVacancy.hh.
◆ G4ShellVacancy()
G4ShellVacancy::G4ShellVacancy |
( |
| ) |
|
◆ ~G4ShellVacancy()
G4ShellVacancy::~G4ShellVacancy |
( |
| ) |
|
◆ AddXsiTable()
◆ AverageNOfIonisations()
Definition at line 93 of file G4ShellVacancy.cc.
103 size_t indexInMaterialTable = couple->
GetIndex();
virtual G4double FindValue(G4double x, G4int componentId=0) const =0
std::vector< G4VEMDataSet * > xsis
◆ GenerateNumberOfIonisations()
Definition at line 64 of file G4ShellVacancy.cc.
71 std::vector<G4int> numberOfIonisations;
75 for (
G4int i = 0; i<numberOfElements; i++)
81 G4int ionisations = 0;
82 if(averageNumberOfIonisations > 0.0) {
86 numberOfIonisations.push_back(ionisations);
89 return numberOfIonisations;
G4long G4Poisson(G4double mean)
const G4Material * GetMaterial() const
size_t GetNumberOfElements() const
G4double AverageNOfIonisations(const G4MaterialCutsCouple *couple, G4int index, G4double energy, G4double eLoss) const
◆ xsis
The documentation for this class was generated from the following files: