Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
@@ -54,19 +54,15 @@ class G4Element;
class G4ShellVacancy
{
public:
G4ShellVacancy();
explicit G4ShellVacancy();
~G4ShellVacancy();
std::vector<G4int> GenerateNumberOfIonisations(const G4MaterialCutsCouple* couple,
G4double incidentEnergy,
G4double eLoss) const;
void AddXsiTable(G4VEMDataSet* p);
private:
G4double AverageNOfIonisations(const G4MaterialCutsCouple* couple,
G4int index,
G4double energy,