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,18 +0,0 @@
#------------------------------------------------------------------------------
# CMakeLists.txt
# Module : G4physlist_ctor_factory
# Package: Geant4.src.G4physicslists.G4physlist_ctors.G4physlist_ctor_factory
#
# CMakeLists.txt for building a single granular library.
#
# Generated on : 24/9/2010
#
#
#------------------------------------------------------------------------------
if(GEANT4_BUILD_GRANULAR_LIBS)
include(Geant4MacroLibraryTargets)
GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake)
endif()
@@ -44,8 +44,6 @@ CPPFLAGS += -I$(G4BASE)/global/management/include \
-I$(G4BASE)/processes/hadronic/management/include \
-I$(G4BASE)/processes/hadronic/processes/include \
-I$(G4BASE)/processes/hadronic/util/include \
-I$(G4BASE)/processes/hadronic/models/management/include \
-I$(G4BASE)/processes/hadronic/models/util/include \
-I$(G4BASE)/processes/hadronic/models/binary_cascade/include \
-I$(G4BASE)/processes/hadronic/models/cascade/cascade/include \
-I$(G4BASE)/processes/hadronic/models/qmd/include \
@@ -13,19 +13,27 @@ introduced in the code and keeptrack of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
16-April-2021 Ben Morgan (phys-ctor-decay-V10-07-01)
- Migrate build to modular CMake API
13-April-2021 Alberto Ribon (phys-ctor-decay-V10-07-00)
- GNUmakefile, sources.cmake : removed dependency on hadronic/model/util
and hadronic/model/management (that have been now deleted, with their
classes moved to hadronic/util and hadronic/management).
18-August-2020 Vladimir Ivanchenko (phys-ctor-decay-V10-06-05)
- G4RadioactiveDecayPhysics - defined EM parameters in ConstructProcess(..)
instead definition inside the constructor
02-July-2020 Vladimir Ivanchenko (phys-ctor-decay-V10-06-04)
- G4RadioactiveDecayPhysics - improved initialisation: added
- G4RadioactiveDecayPhysics - improved initialisation: added
EM parameters definition in the class constructor; if atomic
de-excitation is not defined add it in each thread but not
change EM parameters in a thread; should address several
de-excitation is not defined add it in each thread but not
change EM parameters in a thread; should address several
problems reported recently in the Forum and privately
03-June-2020 Vladimir Ivanchenko (phys-ctor-decay-V10-06-03)
- G4RadioactiveDecayPhysics - coherent initialisation with recent
- G4RadioactiveDecayPhysics - coherent initialisation with recent
updates of initialisation of atomic de-excitation
30-Apr-2020 Ben Morgan (phys-ctor-decay-V10-06-02)
@@ -1,113 +1,38 @@
#------------------------------------------------------------------------------
# sources.cmake
# Module : G4phys_lists
# Package: Geant4.src.G4physicslists.G4physlist_ctors.G4physlist_ctor_decay
#
# Sources description for a library.
# Lists the sources and headers of the code explicitely.
# 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 : 10/01/2013
#
#
#------------------------------------------------------------------------------
# - G4phys_ctor_decay module build definition
#
# Define the Geant4 Module.
#
GEANT4_DEFINE_MODULE(NAME G4phys_ctor_decay
HEADERS
G4DecayPhysics.hh
G4MuonicAtomDecayPhysics.hh
G4SpinDecayPhysics.hh
G4RadioactiveDecayPhysics.hh
G4UnknownDecayPhysics.hh
SOURCES
G4DecayPhysics.cc
G4MuonicAtomDecayPhysics.cc
G4SpinDecayPhysics.cc
G4RadioactiveDecayPhysics.cc
G4UnknownDecayPhysics.cc
GRANULAR_DEPENDENCIES
G4baryons
G4bosons
G4cuts
G4decay
G4digits
G4emlowenergy
G4emutils
G4event
G4geometrymng
G4globman
G4had_im_r_matrix
G4had_lend
G4had_mod_man
G4had_mod_util
G4had_lept_nuclear
G4had_preequ_exciton
G4had_string_diff
G4had_string_frag
G4had_string_man
G4had_theo_max
G4hadronic_bert_cascade
G4hadronic_binary
G4hadronic_coherent_elastic
G4hadronic_deex_evaporation
G4hadronic_deex_fermi_breakup
G4hadronic_deex_fission
G4hadronic_deex_gem_evaporation
G4hadronic_deex_handler
G4hadronic_deex_management
G4hadronic_deex_multifragmentation
G4hadronic_deex_photon_evaporation
G4hadronic_deex_util
G4hadronic_inclxx_interface
G4hadronic_inclxx_physics
G4hadronic_inclxx_utils
G4hadronic_mgt
G4hadronic_proc
G4hadronic_qgstring
G4hadronic_radioactivedecay
G4hadronic_stop
G4hadronic_util
G4hadronic_xsect
G4hits
G4intercoms
G4ions
G4leptons
G4magneticfield
G4materials
G4mesons
G4muons
G4navigation
G4optical
G4partman
G4phys_builders
G4phys_ctor_factory
G4procman
G4run
G4shortlived
G4track
G4tracking
G4transportation
G4volumes
G4xrays
GLOBAL_DEPENDENCIES
G4digits_hits
G4event
G4geometry
G4global
G4intercoms
G4materials
G4particles
G4processes
G4run
G4track
G4tracking
LINK_LIBRARIES
)
# List any source specific properties here
geant4_add_module(G4phys_ctor_decay
PUBLIC_HEADERS
G4DecayPhysics.hh
G4MuonicAtomDecayPhysics.hh
G4SpinDecayPhysics.hh
G4RadioactiveDecayPhysics.hh
G4UnknownDecayPhysics.hh
SOURCES
G4DecayPhysics.cc
G4MuonicAtomDecayPhysics.cc
G4SpinDecayPhysics.cc
G4RadioactiveDecayPhysics.cc
G4UnknownDecayPhysics.cc)
geant4_module_link_libraries(G4phys_ctor_decay
PUBLIC
G4decay
G4globman
G4run
PRIVATE
G4baryons
G4bosons
G4emlowenergy
G4emutils
G4hadronic_deex_management
G4hadronic_radioactivedecay
G4hadronic_stop
G4ions
G4leptons
G4mesons
G4partman
G4phys_builders
G4phys_ctor_factory
G4procman
G4shortlived)