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,17 +0,0 @@
#------------------------------------------------------------------------------
# CMakeLists.txt
# Module : G4had_fission
# Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4had_fission
#
# CMakeLists.txt for building a single granular library.
#
# Generated on : 08/11/2013
#
#
#------------------------------------------------------------------------------
if(GEANT4_BUILD_GRANULAR_LIBS)
include(Geant4MacroLibraryTargets)
GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake)
endif()
@@ -19,7 +19,6 @@ CPPFLAGS += -I$(G4BASE)/global/management/include \
-I$(G4BASE)/global/HEPGeometry/include \
-I$(G4BASE)/particles/management/include \
-I$(G4BASE)/particles/bosons/include \
-I$(G4BASE)/processes/hadronic/processes/include \
-I$(G4BASE)/processes/management/include \
-I$(G4BASE)/particles/leptons/include \
-I$(G4BASE)/particles/hadrons/mesons/include \
@@ -29,7 +28,6 @@ CPPFLAGS += -I$(G4BASE)/global/management/include \
-I$(G4BASE)/track/include \
-I$(G4BASE)/geometry/volumes/include \
-I$(G4BASE)/geometry/management/include \
-I$(G4BASE)/processes/hadronic/models/management/include \
-I$(G4BASE)/processes/hadronic/cross_sections/include
include $(G4INSTALL)/config/common.gmk
@@ -13,6 +13,23 @@ code and to keep track of all tags.
---------------------------------------------------------------
* Please list in reverse chronological order (last date on top)
---------------------------------------------------------------
16 April 2021 Ben Morgan (hadr-fission-V10-07-02)
--------------------------------------------------
- Migrate build to modular CMake API
03 May 2021 Vladimir Ivanchenko (hadr-fission-V10-07-01)
---------------------------------------------------------
- G4LFission - removed unused headers
13 April 2021 Alberto Ribon (hadr-fission-V10-07-00)
------------------------------------------------------
- GNUmakefile, sources.cmake : removed the subdirectories
hadronic/models/management and hadronic/models/util
(that have been now deleted, with their classes moved to
hadronic/util and hadronic/management).
Removed also the useless dependency to hadronic/process.
30 April 2020 B. Morgan (hadr-fission-V10-06-00)
----------------------------------------------------
- Remove obsolete GRANULAR_DEPENDENCIES entries
@@ -46,12 +46,6 @@
#include "globals.hh"
#include "Randomize.hh"
#include "G4Element.hh"
#include "G4ElementVector.hh"
#include "G4ElementTable.hh"
#include "G4PhysicsTable.hh"
#include "G4PhysicsVector.hh"
#include "G4LPhysicsFreeVector.hh"
#include "G4Proton.hh"
#include "G4Neutron.hh"
#include "G4Electron.hh"
@@ -1,84 +1,51 @@
#------------------------------------------------------------------------------
# sources.cmake
# Module : G4had_fission
# Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4had_fission
#
# 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 : 08/11/2013
#
#
#------------------------------------------------------------------------------
# - G4had_fission module build definition
#
# Define the Geant4 Module.
#
GEANT4_DEFINE_MODULE(NAME G4had_fission
HEADERS
G4FissLib.hh
G4FissionLibrary.hh
G4LFission.hh
G4LLNLFission.hh
G4fissionEvent.hh
SOURCES
G4FissLib.cc
G4FissionLibrary.cc
G4LFission.cc
G4LLNLFission.cc
G4SmpGEng.cc
G4SmpIsoDir.cc
G4SmpNEngCf252.cc
G4SmpNVel.cc
G4SmpNuDistDataPu239.cc
G4SmpNuDistDataPu239_241.cc
G4SmpNuDistDataPu239_241_MC.cc
G4SmpNuDistDataU232_234_236_238.cc
G4SmpNuDistDataU232_234_236_238_MC.cc
G4SmpNuDistDataU233_235.cc
G4SmpNuDistDataU233_235_MC.cc
G4SmpNuDistDataU235.cc
G4SmpNuDistDataU238.cc
G4SmpNugDist.cc
G4SmpPVel.cc
G4SmpSpNuDistData.cc
G4SmpSpNubarData.cc
G4SmpSpNugDistData.cc
G4SmpTerrell.cc
G4SmpWatt.cc
G4fissionEvent.cc
G4fissionerr.cc
G4rngc.cc
GRANULAR_DEPENDENCIES
G4baryons
G4bosons
G4geometrymng
G4globman
G4had_mod_man
G4had_par_hp
G4hadronic_mgt
G4hadronic_proc
G4hadronic_util
G4hadronic_xsect
G4ions
G4leptons
G4materials
G4mesons
G4partman
G4procman
G4track
G4volumes
GLOBAL_DEPENDENCIES
G4geometry
G4global
G4materials
G4particles
G4track
LINK_LIBRARIES
)
# List any source specific properties here
geant4_add_module(G4had_fission
PUBLIC_HEADERS
G4FissLib.hh
G4FissionLibrary.hh
G4LFission.hh
G4LLNLFission.hh
G4fissionEvent.hh
SOURCES
G4FissLib.cc
G4FissionLibrary.cc
G4LFission.cc
G4LLNLFission.cc
G4SmpGEng.cc
G4SmpIsoDir.cc
G4SmpNEngCf252.cc
G4SmpNVel.cc
G4SmpNuDistDataPu239.cc
G4SmpNuDistDataPu239_241.cc
G4SmpNuDistDataPu239_241_MC.cc
G4SmpNuDistDataU232_234_236_238.cc
G4SmpNuDistDataU232_234_236_238_MC.cc
G4SmpNuDistDataU233_235.cc
G4SmpNuDistDataU233_235_MC.cc
G4SmpNuDistDataU235.cc
G4SmpNuDistDataU238.cc
G4SmpNugDist.cc
G4SmpPVel.cc
G4SmpSpNuDistData.cc
G4SmpSpNubarData.cc
G4SmpSpNugDistData.cc
G4SmpTerrell.cc
G4SmpWatt.cc
G4fissionEvent.cc
G4fissionerr.cc
G4rngc.cc)
geant4_module_link_libraries(G4had_fission
PUBLIC
G4baryons
G4bosons
G4globman
G4had_par_hp
G4hadronic_mgt
G4hadronic_util
G4heprandom
G4leptons
G4materials
G4track)