Import Geant4 10.5.0 source tree
This commit is contained in:
@@ -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];
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user