Import Geant4 10.5.0 source tree
This commit is contained in:
@@ -91,7 +91,7 @@ G4INCLXXInterfaceMessenger::G4INCLXXInterfaceMessenger(G4INCLXXInterfaceStore *a
|
||||
inclPhysicsCmd = new G4UIcmdWithAString((theUIDirectory + "setPhysics").data(),this);
|
||||
inclPhysicsCmd->SetGuidance("Set a global configuration for INCL++.");
|
||||
inclPhysicsCmd->SetGuidance(" default: default configuration, most recent options");
|
||||
inclPhysicsCmd->SetGuidance(" incl42: try to mimick the behaviour from INCL4.2");
|
||||
inclPhysicsCmd->SetGuidance(" incl42: try to mimic the behaviour from INCL4.2");
|
||||
inclPhysicsCmd->SetParameterName("type", false);
|
||||
inclPhysicsCmd->AvailableForStates(G4State_PreInit, G4State_Idle);
|
||||
|
||||
|
||||
@@ -222,7 +222,7 @@ void G4INCLXXInterfaceStore::SetINCLPhysics(const G4String &option) {
|
||||
if(option == "default") {
|
||||
theConfig.init();
|
||||
} else if(option == "incl42") {
|
||||
const G4String message = "Changing INCL++ physics to mimick INCL4.2. Do this ONLY if you fully understand the implications!";
|
||||
const G4String message = "Changing INCL++ physics to mimic INCL4.2. Do this ONLY if you fully understand the implications!";
|
||||
EmitBigWarning(message);
|
||||
|
||||
theConfig.setPotentialType(G4INCL::ConstantPotential);
|
||||
|
||||
Reference in New Issue
Block a user