Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -101,6 +101,7 @@ void G4HadronicParameters::SetMinEnergyTransitionFTF_Cascade( const G4double val
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void G4HadronicParameters::SetMaxEnergyTransitionFTF_Cascade( const G4double val ) {
|
||||
if ( ! IsLocked() && val > fMinEnergyTransitionFTF_Cascade ) {
|
||||
fMaxEnergyTransitionFTF_Cascade = val;
|
||||
@@ -120,12 +121,16 @@ void G4HadronicParameters::SetMaxEnergyTransitionQGS_FTF( const G4double val ) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void G4HadronicParameters::SetEnableBCParticles( G4bool val ) {
|
||||
if ( ! IsLocked() ) fEnableBC = val;
|
||||
}
|
||||
|
||||
|
||||
void G4HadronicParameters::SetEnableHyperNuclei( G4bool val ) {
|
||||
if ( ! IsLocked() ) fEnableHyperNuclei = val;
|
||||
}
|
||||
|
||||
|
||||
void G4HadronicParameters::SetVerboseLevel( const G4int val ) {
|
||||
if ( ! IsLocked() && val >= 0 ) fVerboseLevel = val;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user