Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 16:15:15 +00:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
@@ -51,6 +51,8 @@
#include "G4EmStandardPhysics_option3.hh"
#include "G4DecayPhysics.hh"
#include "RadioactiveDecayPhysics.hh"
#include "G4RadioactiveDecayPhysics.hh"
#include "StepMaxBuilder.hh"
@@ -100,8 +102,9 @@ PhysicsList::PhysicsList()
RegisterPhysics(new G4DecayPhysics());
// Radioactive decay
RegisterPhysics(new G4RadioactiveDecayPhysics());
RegisterPhysics(new RadioactiveDecayPhysics());
////RegisterPhysics(new G4RadioactiveDecayPhysics());
// Step Max
RegisterPhysics(new StepMaxBuilder());
}