Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
-16
View File
@@ -1,16 +0,0 @@
#------------------------------------------------------------------------------
# CMakeLists.txt
# Module :
# Package: Geant4.src.G4particles.
#
# Intermediate level CMakeLists.txt - just process subdirectories
#
# Generated on : 24/9/2010
#
#
#------------------------------------------------------------------------------
add_subdirectory(barions)
add_subdirectory(ions)
add_subdirectory(mesons)
@@ -1,17 +0,0 @@
#------------------------------------------------------------------------------
# CMakeLists.txt
# Module : G4baryons
# Package: Geant4.src.G4particles..G4baryons
#
# 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()
+104 -128
View File
@@ -1,139 +1,115 @@
#------------------------------------------------------------------------------
# sources.cmake
# Module : G4baryons
# Package: Geant4.src.G4particles..G4baryons
#
# 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 : 24/9/2010
#
#
#------------------------------------------------------------------------------
# List external includes needed.
include_directories(${CLHEP_INCLUDE_DIRS})
# List internal includes needed.
include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
include_directories(${CMAKE_SOURCE_DIR}/source/materials/include)
include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
#
# Define the Geant4 Module.
#
include(Geant4MacroDefineModule)
GEANT4_DEFINE_MODULE(NAME G4baryons
HEADERS
G4AntiLambda.hh
G4AntiLambdab.hh
G4AntiLambdacPlus.hh
G4AntiNeutron.hh
G4AntiOmegaMinus.hh
G4AntiOmegabMinus.hh
G4AntiOmegacZero.hh
G4AntiProton.hh
G4AntiSigmaMinus.hh
G4AntiSigmaPlus.hh
G4AntiSigmaZero.hh
G4AntiSigmacPlus.hh
G4AntiSigmacPlusPlus.hh
G4AntiSigmacZero.hh
G4AntiSigmabMinus.hh
G4AntiSigmabPlus.hh
G4AntiSigmabZero.hh
G4AntiXiMinus.hh
G4AntiXiZero.hh
G4AntiXicPlus.hh
G4AntiXicZero.hh
G4AntiXibMinus.hh
G4AntiXibZero.hh
G4BaryonConstructor.hh
G4Lambda.hh
G4Lambdab.hh
G4LambdacPlus.hh
G4Neutron.hh
G4OmegaMinus.hh
G4OmegabMinus.hh
G4OmegacZero.hh
G4Proton.hh
G4SigmaMinus.hh
G4SigmaPlus.hh
G4SigmaZero.hh
G4SigmacPlus.hh
G4SigmacPlusPlus.hh
G4SigmacZero.hh
G4SigmabMinus.hh
G4SigmabPlus.hh
G4SigmabZero.hh
G4XiMinus.hh
G4XiZero.hh
G4XicPlus.hh
G4XicZero.hh
G4XibMinus.hh
G4XibZero.hh
SOURCES
G4AntiLambda.cc
G4AntiLambdab.cc
G4AntiLambdacPlus.cc
G4AntiNeutron.cc
G4AntiOmegaMinus.cc
G4AntiOmegabMinus.cc
G4AntiOmegacZero.cc
G4AntiProton.cc
G4AntiSigmaMinus.cc
G4AntiSigmaPlus.cc
G4AntiSigmaZero.cc
G4AntiSigmacPlus.cc
G4AntiSigmacPlusPlus.cc
G4AntiSigmacZero.cc
G4AntiSigmabMinus.cc
G4AntiSigmabPlus.cc
G4AntiSigmabZero.cc
G4AntiXiMinus.cc
G4AntiXiZero.cc
G4AntiXicPlus.cc
G4AntiXicZero.cc
G4AntiXibMinus.cc
G4AntiXibZero.cc
G4BaryonConstructor.cc
G4Lambda.cc
G4Lambdab.cc
G4LambdacPlus.cc
G4Neutron.cc
G4OmegaMinus.cc
G4OmegabMinus.cc
G4OmegacZero.cc
G4Proton.cc
G4SigmaMinus.cc
G4SigmaPlus.cc
G4SigmaZero.cc
G4SigmacPlus.cc
G4SigmacPlusPlus.cc
G4SigmacZero.cc
G4SigmabMinus.cc
G4SigmabPlus.cc
G4SigmabZero.cc
G4XiMinus.cc
G4XiZero.cc
G4XicPlus.cc
G4XicZero.cc
G4XibMinus.cc
G4XibZero.cc
GRANULAR_DEPENDENCIES
G4globman
G4materials
G4partman
GLOBAL_DEPENDENCIES
G4global
G4materials
LINK_LIBRARIES
geant4_define_module(NAME G4baryons
HEADERS
G4AntiLambda.hh
G4AntiLambdab.hh
G4AntiLambdacPlus.hh
G4AntiNeutron.hh
G4AntiOmegaMinus.hh
G4AntiOmegabMinus.hh
G4AntiOmegacZero.hh
G4AntiProton.hh
G4AntiSigmaMinus.hh
G4AntiSigmaPlus.hh
G4AntiSigmaZero.hh
G4AntiSigmacPlus.hh
G4AntiSigmacPlusPlus.hh
G4AntiSigmacZero.hh
G4AntiSigmabMinus.hh
G4AntiSigmabPlus.hh
G4AntiSigmabZero.hh
G4AntiXiMinus.hh
G4AntiXiZero.hh
G4AntiXicPlus.hh
G4AntiXicZero.hh
G4AntiXibMinus.hh
G4AntiXibZero.hh
G4BaryonConstructor.hh
G4Lambda.hh
G4Lambdab.hh
G4LambdacPlus.hh
G4Neutron.hh
G4OmegaMinus.hh
G4OmegabMinus.hh
G4OmegacZero.hh
G4Proton.hh
G4SigmaMinus.hh
G4SigmaPlus.hh
G4SigmaZero.hh
G4SigmacPlus.hh
G4SigmacPlusPlus.hh
G4SigmacZero.hh
G4SigmabMinus.hh
G4SigmabPlus.hh
G4SigmabZero.hh
G4XiMinus.hh
G4XiZero.hh
G4XicPlus.hh
G4XicZero.hh
G4XibMinus.hh
G4XibZero.hh
SOURCES
G4AntiLambda.cc
G4AntiLambdab.cc
G4AntiLambdacPlus.cc
G4AntiNeutron.cc
G4AntiOmegaMinus.cc
G4AntiOmegabMinus.cc
G4AntiOmegacZero.cc
G4AntiProton.cc
G4AntiSigmaMinus.cc
G4AntiSigmaPlus.cc
G4AntiSigmaZero.cc
G4AntiSigmacPlus.cc
G4AntiSigmacPlusPlus.cc
G4AntiSigmacZero.cc
G4AntiSigmabMinus.cc
G4AntiSigmabPlus.cc
G4AntiSigmabZero.cc
G4AntiXiMinus.cc
G4AntiXiZero.cc
G4AntiXicPlus.cc
G4AntiXicZero.cc
G4AntiXibMinus.cc
G4AntiXibZero.cc
G4BaryonConstructor.cc
G4Lambda.cc
G4Lambdab.cc
G4LambdacPlus.cc
G4Neutron.cc
G4OmegaMinus.cc
G4OmegabMinus.cc
G4OmegacZero.cc
G4Proton.cc
G4SigmaMinus.cc
G4SigmaPlus.cc
G4SigmaZero.cc
G4SigmacPlus.cc
G4SigmacPlusPlus.cc
G4SigmacZero.cc
G4SigmabMinus.cc
G4SigmabPlus.cc
G4SigmabZero.cc
G4XiMinus.cc
G4XiZero.cc
G4XicPlus.cc
G4XicZero.cc
G4XibMinus.cc
G4XibZero.cc
GRANULAR_DEPENDENCIES
G4globman
G4materials
G4partman
GLOBAL_DEPENDENCIES
G4global
G4materials
)
# List any source specific properties here
@@ -1,17 +0,0 @@
#------------------------------------------------------------------------------
# CMakeLists.txt
# Module : G4ions
# Package: Geant4.src.G4particles..G4ions
#
# 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()
+32 -56
View File
@@ -1,67 +1,43 @@
#------------------------------------------------------------------------------
# sources.cmake
# Module : G4ions
# Package: Geant4.src.G4particles..G4ions
#
# 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 : 24/9/2010
#
#
#------------------------------------------------------------------------------
# List external includes needed.
include_directories(${CLHEP_INCLUDE_DIRS})
# List internal includes needed.
include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
include_directories(${CMAKE_SOURCE_DIR}/source/materials/include)
include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
#
# Define the Geant4 Module.
#
include(Geant4MacroDefineModule)
GEANT4_DEFINE_MODULE(NAME G4ions
HEADERS
G4Alpha.hh
G4AntiAlpha.hh
G4AntiDeuteron.hh
G4AntiHe3.hh
G4AntiTriton.hh
G4Deuteron.hh
G4GenericIon.hh
G4He3.hh
G4IonConstructor.hh
G4Triton.hh
G4GenericMuonicAtom.hh
SOURCES
G4Alpha.cc
G4AntiAlpha.cc
G4AntiDeuteron.cc
G4AntiHe3.cc
G4AntiTriton.cc
G4Deuteron.cc
G4GenericIon.cc
G4He3.cc
G4IonConstructor.cc
G4Triton.cc
G4GenericMuonicAtom.cc
GRANULAR_DEPENDENCIES
G4globman
G4materials
G4partman
GLOBAL_DEPENDENCIES
G4global
G4materials
LINK_LIBRARIES
geant4_define_module(NAME G4ions
HEADERS
G4Alpha.hh
G4AntiAlpha.hh
G4AntiDeuteron.hh
G4AntiHe3.hh
G4AntiTriton.hh
G4Deuteron.hh
G4GenericIon.hh
G4He3.hh
G4IonConstructor.hh
G4Triton.hh
G4GenericMuonicAtom.hh
SOURCES
G4Alpha.cc
G4AntiAlpha.cc
G4AntiDeuteron.cc
G4AntiHe3.cc
G4AntiTriton.cc
G4Deuteron.cc
G4GenericIon.cc
G4He3.cc
G4IonConstructor.cc
G4Triton.cc
G4GenericMuonicAtom.cc
GRANULAR_DEPENDENCIES
G4globman
G4materials
G4partman
GLOBAL_DEPENDENCIES
G4global
G4materials
)
# List any source specific properties here
@@ -1,17 +0,0 @@
#------------------------------------------------------------------------------
# CMakeLists.txt
# Module : G4mesons
# Package: Geant4.src.G4particles..G4mesons
#
# 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()
+67 -91
View File
@@ -1,103 +1,79 @@
#------------------------------------------------------------------------------
# sources.cmake
# Module : G4mesons
# Package: Geant4.src.G4particles..G4mesons
#
# 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 : 24/9/2010
#
#
#------------------------------------------------------------------------------
# List external includes needed.
include_directories(${CLHEP_INCLUDE_DIRS})
# List internal includes needed.
include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
include_directories(${CMAKE_SOURCE_DIR}/source/materials/include)
include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
#
# Define the Geant4 Module.
#
include(Geant4MacroDefineModule)
GEANT4_DEFINE_MODULE(NAME G4mesons
HEADERS
G4AntiBMesonZero.hh
G4AntiBsMesonZero.hh
G4AntiDMesonZero.hh
G4AntiKaonZero.hh
G4BcMesonMinus.hh
G4BMesonMinus.hh
G4BcMesonPlus.hh
G4BMesonPlus.hh
G4BMesonZero.hh
G4BsMesonZero.hh
G4DMesonMinus.hh
G4DMesonPlus.hh
G4DMesonZero.hh
G4DsMesonMinus.hh
G4DsMesonPlus.hh
G4Eta.hh
G4Etac.hh
G4EtaPrime.hh
G4JPsi.hh
G4KaonMinus.hh
G4KaonPlus.hh
G4KaonZero.hh
G4KaonZeroLong.hh
G4KaonZeroShort.hh
G4MesonConstructor.hh
G4PionMinus.hh
G4PionPlus.hh
G4PionZero.hh
geant4_define_module(NAME G4mesons
HEADERS
G4AntiBMesonZero.hh
G4AntiBsMesonZero.hh
G4AntiDMesonZero.hh
G4AntiKaonZero.hh
G4BcMesonMinus.hh
G4BMesonMinus.hh
G4BcMesonPlus.hh
G4BMesonPlus.hh
G4BMesonZero.hh
G4BsMesonZero.hh
G4DMesonMinus.hh
G4DMesonPlus.hh
G4DMesonZero.hh
G4DsMesonMinus.hh
G4DsMesonPlus.hh
G4Eta.hh
G4Etac.hh
G4EtaPrime.hh
G4JPsi.hh
G4KaonMinus.hh
G4KaonPlus.hh
G4KaonZero.hh
G4KaonZeroLong.hh
G4KaonZeroShort.hh
G4MesonConstructor.hh
G4PionMinus.hh
G4PionPlus.hh
G4PionZero.hh
G4Upsilon.hh
SOURCES
G4AntiBMesonZero.cc
G4AntiBsMesonZero.cc
G4AntiDMesonZero.cc
G4AntiKaonZero.cc
G4BMesonMinus.cc
G4BcMesonMinus.cc
G4BMesonPlus.cc
G4BcMesonPlus.cc
G4BMesonZero.cc
G4BsMesonZero.cc
G4DMesonMinus.cc
G4DMesonPlus.cc
G4DMesonZero.cc
G4DsMesonMinus.cc
G4DsMesonPlus.cc
G4Eta.cc
G4Etac.cc
G4EtaPrime.cc
G4JPsi.cc
G4KaonMinus.cc
G4KaonPlus.cc
G4KaonZero.cc
G4KaonZeroLong.cc
G4KaonZeroShort.cc
G4MesonConstructor.cc
G4PionMinus.cc
G4PionPlus.cc
G4PionZero.cc
G4Upsilon.cc
GRANULAR_DEPENDENCIES
G4globman
G4materials
G4partman
GLOBAL_DEPENDENCIES
G4global
G4materials
LINK_LIBRARIES
SOURCES
G4AntiBMesonZero.cc
G4AntiBsMesonZero.cc
G4AntiDMesonZero.cc
G4AntiKaonZero.cc
G4BMesonMinus.cc
G4BcMesonMinus.cc
G4BMesonPlus.cc
G4BcMesonPlus.cc
G4BMesonZero.cc
G4BsMesonZero.cc
G4DMesonMinus.cc
G4DMesonPlus.cc
G4DMesonZero.cc
G4DsMesonMinus.cc
G4DsMesonPlus.cc
G4Eta.cc
G4Etac.cc
G4EtaPrime.cc
G4JPsi.cc
G4KaonMinus.cc
G4KaonPlus.cc
G4KaonZero.cc
G4KaonZeroLong.cc
G4KaonZeroShort.cc
G4MesonConstructor.cc
G4PionMinus.cc
G4PionPlus.cc
G4PionZero.cc
G4Upsilon.cc
GRANULAR_DEPENDENCIES
G4globman
G4materials
G4partman
GLOBAL_DEPENDENCIES
G4global
G4materials
)
# List any source specific properties here