Import Geant4 10.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2018-12-07 15:15:39 +01:00
parent 6aa23be517
commit db49709b53
11370 changed files with 187480 additions and 160142 deletions
@@ -71,7 +71,9 @@ namespace G4INCL {
TwoProtonDecay,
TwoNeutronDecay,
ProtonUnbound,
NeutronUnbound
NeutronUnbound,
LambdaUnbound,
LambdaDecay
};
/** \brief Table for cluster decays
@@ -84,7 +86,7 @@ namespace G4INCL {
* Unphysical nuclides (A<Z) are marked as stable, but should never be
* produced by INCL. If you find them in the output, something is fishy.
*/
extern G4ThreadLocal ClusterDecayType clusterDecayMode[ParticleTable::clusterTableZSize][ParticleTable::clusterTableASize];
extern G4ThreadLocal ClusterDecayType clusterDecayMode[ParticleTable::clusterTableSSize][ParticleTable::clusterTableZSize][ParticleTable::clusterTableASize];
}