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
@@ -8,12 +8,14 @@ geant4_add_module(G4channeling
G4ChannelingFastSimInterpolation.hh
G4ChannelingFastSimModel.hh
G4VChannelingFastSimCrystalData.hh
G4CoherentPairProduction.hh
SOURCES
G4BaierKatkov.cc
G4ChannelingFastSimCrystalData.cc
G4ChannelingFastSimInterpolation.cc
G4ChannelingFastSimModel.cc
G4VChannelingFastSimCrystalData.cc)
G4VChannelingFastSimCrystalData.cc
G4CoherentPairProduction.cc)
geant4_module_link_libraries(G4channeling
PUBLIC
@@ -24,6 +26,9 @@ geant4_add_module(G4channeling
G4parameterisation
G4track
G4partman
G4procman
PRIVATE
G4bosons
G4navigation)
G4navigation
G4leptons
G4emutils)