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
@@ -120,9 +120,9 @@ protected:
CrossSectionDataTable xs_tab_;
G4ParticleDefinition* proton_def_;
G4ParticleDefinition* alpha_def_;
G4ParticleDefinition* carbon_def_;
G4ParticleDefinition* proton_def_{nullptr};
G4ParticleDefinition* alpha_def_{nullptr};
G4ParticleDefinition* carbon_def_{nullptr};
const std::vector<G4double>* water_density_;
@@ -131,7 +131,7 @@ protected:
std::map<G4double, G4double> model_elow_tab_;
G4DNAMultipleIonisationManager* mioni_manager_;
G4DNAMultipleIonisationManager* mioni_manager_{nullptr};
G4bool use_champion_param_;