Import Geant4 11.2.0 source tree
This commit is contained in:
@@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages!
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
## 2023-10-05 Jean-Christophe David (hadr-stopping-V11-01-01)
|
||||
- G4HadronicAbsorptionINCLXX: the energy max is reduced from 10 GeV to 200 MeV.
|
||||
|
||||
## 2023-05-15 Alberto Ribon (hadr-stopping-V11-01-00)
|
||||
- G4HadronicAbsorptionINCLXX : new class to handle annihilation at rest by INCLXX;
|
||||
for the time being, only antiproton.
|
||||
|
||||
@@ -56,7 +56,7 @@ G4HadronicAbsorptionINCLXX::G4HadronicAbsorptionINCLXX( G4ParticleDefinition* pd
|
||||
{
|
||||
G4INCLXXInterface* theModel = new G4INCLXXInterface;
|
||||
G4double theMin = 0.0*GeV;
|
||||
G4double theMax = 10.0*GeV;
|
||||
G4double theMax = 0.2*GeV;
|
||||
theModel->SetMinEnergy( theMin );
|
||||
theModel->SetMaxEnergy( theMax );
|
||||
RegisterMe( theModel );
|
||||
|
||||
Reference in New Issue
Block a user