Import Geant4 10.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2019-12-06 15:12:28 +01:00
parent b2a62ae692
commit 5baee230e9
2997 changed files with 141580 additions and 98673 deletions
@@ -179,7 +179,7 @@ class G4IonParametrisedLossModel : public G4VEmModel {
// Function which allows to switch off scaling of stopping powers of heavy
// ions from existing ICRU 73 data
void DeactivateICRU73Scaling();
// void DeactivateICRU73Scaling();
// Function checking the applicability of physics tables to ion-material
// combinations (Note: the energy range of tables is not checked)
@@ -323,7 +323,7 @@ class G4IonParametrisedLossModel : public G4VEmModel {
G4DataVector cutEnergies;
// Pointer to generic ion and mass of generic ion
G4ParticleDefinition* genericIon;
const G4ParticleDefinition* genericIon;
G4double genericIonPDGMass;
// ######################################################################
@@ -356,6 +356,7 @@ class G4IonParametrisedLossModel : public G4VEmModel {
// values in the transition region
G4double dedxCacheGenIonMassRatio; // Ratio of generic ion mass
// and current particle mass
G4bool isInitialised;
};