Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 14:46:44 +01:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
@@ -28,7 +28,7 @@
#include "G4RadioactiveDecayPhysics.hh"
#include "G4RadioactiveDecayBase.hh"
#include "G4RadioactiveDecay.hh"
#include "G4GenericIon.hh"
#include "globals.hh"
#include "G4PhysicsListHelper.hh"
@@ -80,7 +80,7 @@ void G4RadioactiveDecayPhysics::ConstructProcess()
{
// EM physics extra configuration
// this physics constructor should be defined after EM constructor
G4EmParameters::Instance()->SetAugerCascade(true);
G4EmParameters::Instance()->SetAuger(true);
G4EmParameters::Instance()->SetDeexcitationIgnoreCut(true);
G4LossTableManager* man = G4LossTableManager::Instance();
@@ -94,7 +94,7 @@ void G4RadioactiveDecayPhysics::ConstructProcess()
}
G4PhysicsListHelper::GetPhysicsListHelper()->
RegisterProcess(new G4RadioactiveDecayBase(), G4GenericIon::GenericIon());
RegisterProcess(new G4RadioactiveDecay(), G4GenericIon::GenericIon());
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......