Import Geant4 11.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2023-12-08 10:43:34 +01:00
parent dd1f179cda
commit 860a2b92bf
3962 changed files with 139318 additions and 164259 deletions
@@ -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 );