Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
@@ -1,15 +0,0 @@
#------------------------------------------------------------------------------
# CMakeLists.txt
# Module : G4solidstate
# Package: Geant4.src.G4processes.G4solidstate
#
# Intermediate level CMakeLists.txt - just process subdirectories
#
# Generated on : 6/4/2017
#
#
#------------------------------------------------------------------------------
add_subdirectory(channeling)
add_subdirectory(phonon)
@@ -1,17 +0,0 @@
#------------------------------------------------------------------------------
# CMakeLists.txt
# Module : G4channeling
# Package: Geant4.src.G4processes.G4solidstate.G4channeling
#
# CMakeLists.txt for building a single granular library.
#
# Generated on : 06/04/2017
#
#
#------------------------------------------------------------------------------
if(GEANT4_BUILD_GRANULAR_LIBS)
include(Geant4MacroLibraryTargets)
GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake)
endif()
@@ -16,6 +16,10 @@ committal in the SVN repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
16 April 2021 Ben Morgan channeling-V10-07-00
-----------------------------------------------------
- Migrate build to modular CMake API
28 May 2019 B. Morgan channeling-V10-06-00
-----------------------------------------------------
- Name module "G4solidstate_channeling" for use with new CMake system,
@@ -39,7 +43,7 @@ committal in the SVN repository !
20 April 2017 G. Cosmo
-----------------------------------------------------
- Removed inclusion if non-existing G4ChargeState.hh header in G4Channeling.cc.
- Removed inclusion if non-existing G4ChargeState.hh header in G4Channeling.cc.
- Corrected GNUmakefile and sources.cmake scripts.
6 April 2017 E. Bagli
@@ -1,58 +1,34 @@
#------------------------------------------------------------------------------
# sources.cmake
# Module : G4phonon
# Package: Geant4.src.G4processes.G4phonon
#
# Sources description for a library.
# Lists the sources and headers of the code explicitly.
# Lists include paths needed.
# Lists the internal granular and global dependencies of the library.
# Source specific properties should be added at the end.
#
# Generated on : 24/10/2013
#
#
#------------------------------------------------------------------------------
# - G4solidstate_channeling module build definition
#
# Define the Geant4 Module.
#
GEANT4_DEFINE_MODULE(NAME G4solidstate_channeling
HEADERS
G4ChannelingTrackData.hh
G4ChannelingOptrMultiParticleChangeCrossSection.hh
G4ChannelingOptrChangeCrossSection.hh
G4ChannelingMaterialData.hh
G4Channeling.hh
G4ChannelingECHARM.hh
SOURCES
G4ChannelingTrackData.cc
G4ChannelingOptrMultiParticleChangeCrossSection.cc
G4ChannelingOptrChangeCrossSection.cc
G4ChannelingMaterialData.cc
G4Channeling.cc
G4ChannelingECHARM.cc
GRANULAR_DEPENDENCIES
G4bosons
G4baryons
G4geometrymng
G4globman
G4materials
G4partman
G4emutils
G4procman
G4track
G4volumes
G4biasing_mgt
G4biasing_gen
GLOBAL_DEPENDENCIES
G4geometry
G4global
G4materials
G4particles
G4track
LINK_LIBRARIES
)
# List any source specific properties here
geant4_add_module(G4solidstate_channeling
PUBLIC_HEADERS
G4ChannelingTrackData.hh
G4ChannelingOptrMultiParticleChangeCrossSection.hh
G4ChannelingOptrChangeCrossSection.hh
G4ChannelingMaterialData.hh
G4Channeling.hh
G4ChannelingECHARM.hh
SOURCES
G4ChannelingTrackData.cc
G4ChannelingOptrMultiParticleChangeCrossSection.cc
G4ChannelingOptrChangeCrossSection.cc
G4ChannelingMaterialData.cc
G4Channeling.cc
G4ChannelingECHARM.cc)
geant4_module_link_libraries(G4solidstate_channeling
PUBLIC
G4biasing_mgt
G4geometrymng
G4globman
G4materials
G4procman
G4track
PRIVATE
G4baryons
G4biasing_gen
G4emutils
G4heprandom
G4partman
G4volumes)
@@ -1,17 +0,0 @@
#------------------------------------------------------------------------------
# CMakeLists.txt
# Module : G4phonon
# Package: Geant4.src.G4processes.G4solidstate.G4phonon
#
# CMakeLists.txt for building a single granular library.
#
# Generated on : 24/10/2013
#
#
#------------------------------------------------------------------------------
if(GEANT4_BUILD_GRANULAR_LIBS)
include(Geant4MacroLibraryTargets)
GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake)
endif()
@@ -16,6 +16,10 @@ committal in the SVN repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
16 April 2021 Ben Morgan (prophonon-V10-07-00)
-----------------------------------------------------
- Migrate build to modular CMake API
28 May 2020 Ben Morgan (prophonon-V10-06-00)
-----------------------------------------------------
- Name module "G4solidstate_phonon" for use with new CMake system,
@@ -1,24 +1,8 @@
#------------------------------------------------------------------------------
# sources.cmake
# Module : G4phonon
# Package: Geant4.src.G4processes.G4phonon
#
# Sources description for a library.
# Lists the sources and headers of the code explicitly.
# Lists include paths needed.
# Lists the internal granular and global dependencies of the library.
# Source specific properties should be added at the end.
#
# Generated on : 24/10/2013
#
#
#------------------------------------------------------------------------------
# - G4phonon module build definition
#
# Define the Geant4 Module.
#
GEANT4_DEFINE_MODULE(NAME G4solidstate_phonon
HEADERS
geant4_add_module(G4solidstate_phonon
PUBLIC_HEADERS
G4LatticeManager.hh
G4LatticeReader.hh
G4PhononDownconversion.hh
@@ -27,7 +11,7 @@ GEANT4_DEFINE_MODULE(NAME G4solidstate_phonon
G4PhononScattering.hh
G4PhononTrackMap.hh
G4VPhononProcess.hh
SOURCES
SOURCES
G4LatticeManager.cc
G4LatticeReader.cc
G4PhononDownconversion.cc
@@ -35,24 +19,16 @@ GEANT4_DEFINE_MODULE(NAME G4solidstate_phonon
G4PhononReflection.cc
G4PhononScattering.cc
G4PhononTrackMap.cc
G4VPhononProcess.cc
GRANULAR_DEPENDENCIES
G4bosons
G4geometrymng
G4globman
G4materials
G4partman
G4procman
G4track
G4volumes
GLOBAL_DEPENDENCIES
G4geometry
G4global
G4materials
G4particles
G4track
LINK_LIBRARIES
)
# List any source specific properties here
G4VPhononProcess.cc)
geant4_module_link_libraries(G4solidstate_phonon
PUBLIC
G4globman
G4procman
PRIVATE
G4bosons
G4geometrymng
G4heprandom
G4materials
G4partman
G4track)