Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -1,23 +1,5 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# CMakeLists.txt
|
||||
# Module : G4parmodels
|
||||
# Package: Geant4.src.G4parmodels
|
||||
#
|
||||
# Top level CMakeLists.txt for a Geant4 Global Library
|
||||
# or collection of sublibraries
|
||||
#
|
||||
# Generated on : 24/9/2010
|
||||
#
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
# - G4parmodels category build
|
||||
|
||||
add_subdirectory(gflash)
|
||||
|
||||
if(NOT GEANT4_BUILD_GRANULAR_LIBS)
|
||||
include(Geant4MacroLibraryTargets)
|
||||
GEANT4_GLOBAL_LIBRARY_TARGET(NAME G4parmodels
|
||||
COMPONENTS
|
||||
gflash/sources.cmake
|
||||
)
|
||||
endif()
|
||||
geant4_global_library_target(NAME G4parmodels
|
||||
COMPONENTS gflash/sources.cmake)
|
||||
|
||||
|
||||
@@ -16,6 +16,10 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
April 1st 2021, B. Morgan (gpara-V10-07-00)
|
||||
-------------------------
|
||||
- Migrate build to modular CMake API
|
||||
|
||||
July 5th 2012 G.Cosmo (gpara-V09-05-00)
|
||||
---------------------
|
||||
- Explicitly use inclusion of headers for system of units and physical
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# CMakeLists.txt
|
||||
# Module : G4gflash
|
||||
# Package: Geant4.src.G4parmodels.G4gflash
|
||||
#
|
||||
# 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()
|
||||
|
||||
@@ -15,6 +15,9 @@ committal in the CVS repository !
|
||||
----------------------------------------------------------
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
April 1st, 2021, B. Morgan (gflash-V10-07-00)
|
||||
- Migrate build to modular CMake API
|
||||
|
||||
Sep 23rd, 2020, B. Morgan (gflash-V10-06-02)
|
||||
- Remove no longer required include_directories
|
||||
|
||||
|
||||
@@ -1,82 +1,49 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# sources.cmake
|
||||
# Module : G4gflash
|
||||
# Package: Geant4.src.G4parmodels.G4gflash
|
||||
#
|
||||
# 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
|
||||
#
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
# - G4gflash module build definition
|
||||
|
||||
#
|
||||
# Define the Geant4 Module.
|
||||
#
|
||||
GEANT4_DEFINE_MODULE(NAME G4gflash
|
||||
HEADERS
|
||||
G4GFlashSpot.hh
|
||||
G4VGFlashSensitiveDetector.hh
|
||||
GFlashEnergySpot.hh
|
||||
GFlashHitMaker.hh
|
||||
GFlashHomoShowerParameterisation.hh
|
||||
GFlashParticleBounds.hh
|
||||
GFlashSamplingShowerParameterisation.hh
|
||||
GFlashSamplingShowerTuning.hh
|
||||
GFlashShowerModel.hh
|
||||
GFlashShowerModelMessenger.hh
|
||||
GVFlashHomoShowerTuning.hh
|
||||
GVFlashShowerParameterisation.hh
|
||||
Gamma.hh
|
||||
SOURCES
|
||||
GFlashEnergySpot.cc
|
||||
GFlashHitMaker.cc
|
||||
GFlashHomoShowerParameterisation.cc
|
||||
GFlashParticleBounds.cc
|
||||
GFlashSamplingShowerParameterisation.cc
|
||||
GFlashShowerModel.cc
|
||||
GFlashShowerModelMessenger.cc
|
||||
GVFlashShowerParameterisation.cc
|
||||
Gamma.cc
|
||||
GRANULAR_DEPENDENCIES
|
||||
G4baryons
|
||||
G4bosons
|
||||
G4cuts
|
||||
G4detector
|
||||
G4emutils
|
||||
G4geometrymng
|
||||
G4globman
|
||||
G4graphics_reps
|
||||
G4hepnumerics
|
||||
G4hits
|
||||
G4intercoms
|
||||
G4ions
|
||||
G4leptons
|
||||
G4materials
|
||||
G4mesons
|
||||
G4muons
|
||||
G4navigation
|
||||
G4parameterisation
|
||||
G4partman
|
||||
G4procman
|
||||
G4track
|
||||
G4volumes
|
||||
GLOBAL_DEPENDENCIES
|
||||
G4digits_hits
|
||||
G4geometry
|
||||
G4global
|
||||
G4graphics_reps
|
||||
G4intercoms
|
||||
G4materials
|
||||
G4particles
|
||||
G4processes
|
||||
G4track
|
||||
LINK_LIBRARIES
|
||||
)
|
||||
|
||||
# List any source specific properties here
|
||||
geant4_add_module(G4gflash
|
||||
PUBLIC_HEADERS
|
||||
G4GFlashSpot.hh
|
||||
G4VGFlashSensitiveDetector.hh
|
||||
GFlashEnergySpot.hh
|
||||
GFlashHitMaker.hh
|
||||
GFlashHomoShowerParameterisation.hh
|
||||
GFlashParticleBounds.hh
|
||||
GFlashSamplingShowerParameterisation.hh
|
||||
GFlashSamplingShowerTuning.hh
|
||||
GFlashShowerModel.hh
|
||||
GFlashShowerModelMessenger.hh
|
||||
GVFlashHomoShowerTuning.hh
|
||||
GVFlashShowerParameterisation.hh
|
||||
Gamma.hh
|
||||
SOURCES
|
||||
GFlashEnergySpot.cc
|
||||
GFlashHitMaker.cc
|
||||
GFlashHomoShowerParameterisation.cc
|
||||
GFlashParticleBounds.cc
|
||||
GFlashSamplingShowerParameterisation.cc
|
||||
GFlashShowerModel.cc
|
||||
GFlashShowerModelMessenger.cc
|
||||
GVFlashShowerParameterisation.cc
|
||||
Gamma.cc)
|
||||
|
||||
geant4_module_link_libraries(G4gflash
|
||||
PUBLIC
|
||||
G4parameterisation
|
||||
G4track
|
||||
G4detector
|
||||
G4partman
|
||||
G4navigation
|
||||
G4geometrymng
|
||||
G4volumes
|
||||
G4intercoms
|
||||
G4globman
|
||||
PRIVATE
|
||||
G4procman
|
||||
G4leptons
|
||||
G4mesons
|
||||
G4materials
|
||||
G4graphics_reps
|
||||
G4heprandom
|
||||
G4hepgeometry
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user