Import Geant4 11.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2024-12-06 11:11:40 +01:00
parent e58e650b32
commit 32390e802b
1984 changed files with 98713 additions and 83996 deletions
@@ -4,6 +4,12 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
## 2024-08-01 Alberto Ribon (phys-ctor-decay-V11-02-00)
- G4UnknownDecayPhysics : extended to G4ChargedUnknownParticle.
( This is part of ATLAS and LHCb request to assign automatically
ionisation and multiple scattering processes to charged primary particles
with valid PDG code but not known to Geant4. )
## 2023-11-07 Alberto Ribon (phys-ctor-decay-V11-01-01)
- G4RadioactiveDecayPhysics : replaced G4RadioactiveDecay with
G4Radioactivation to be able to run in biasing mode (not only in
@@ -37,6 +37,7 @@
#include "G4ProcessManager.hh"
#include "G4UnknownParticle.hh"
#include "G4ChargedUnknownParticle.hh"
#include "G4UnknownDecay.hh"
// factory
@@ -61,6 +62,7 @@ G4UnknownDecayPhysics::~G4UnknownDecayPhysics()
void G4UnknownDecayPhysics::ConstructParticle()
{
G4UnknownParticle::UnknownParticleDefinition();
G4ChargedUnknownParticle::ChargedUnknownParticleDefinition();
}
void G4UnknownDecayPhysics::ConstructProcess()