Import Geant4 11.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2022-12-09 14:43:28 +01:00
parent c07cea1fe0
commit 9f34590941
3810 changed files with 200490 additions and 182326 deletions
@@ -84,6 +84,17 @@ public:
// method to create some decays for heavy hadrons
static void BuildDecayTableForBCHadrons();
// methods for nuclear interactions of light hypernuclei and anti-hypernuclei projectiles
// (note that: QGS cannot handle nuclei projectiles of any kind; INCLXX is currently
// the only intra-nuclear cascade model capable of handling light hypernuclei - but not
// light anti-hypernuclei - so only the two reference physics lists FTFP_BERT and
// FTFP_INCLXX are able to simulate nuclear interactions of light hypernuclei and
// anti-hypernuclei).
static void BuildHyperNucleiFTFP_BERT();
static void BuildHyperAntiNucleiFTFP_BERT();
static void BuildHyperNucleiFTFP_INCLXX();
static void BuildFTFP_INCLXX( const std::vector< G4int >& partList, const G4String& xsName );
};
#endif