Import Geant4 11.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2024-12-06 11:11:40 +01:00
parent e58e650b32
commit 32390e802b
1984 changed files with 98713 additions and 83996 deletions
@@ -88,7 +88,7 @@ void G4DNAQuadrupleIonisationModel::Initialise(
// *************************************************************************
// for protons
auto proton = proton_def_->GetParticleName();
const auto& proton = proton_def_->GetParticleName();
elow_tab_[proton] = model_elow_tab_[1];
eupp_tab_[proton] = 3.0 * MeV;
@@ -113,7 +113,7 @@ void G4DNAQuadrupleIonisationModel::Initialise(
//**************************************************************************
// for alpha particles
auto alpha = alpha_def_->GetParticleName();
const auto& alpha = alpha_def_->GetParticleName();
elow_tab_[alpha] = model_elow_tab_[4];
eupp_tab_[alpha] = 23.0 * MeV;
@@ -138,7 +138,7 @@ void G4DNAQuadrupleIonisationModel::Initialise(
// *************************************************************************
// for carbon ions
auto carbon = carbon_def_->GetParticleName();
const auto& carbon = carbon_def_->GetParticleName();
elow_tab_[carbon] = model_elow_tab_[5] * carbon_def_->GetAtomicMass();
eupp_tab_[carbon] = 120.0 * MeV;