Import Geant4 10.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2018-12-07 15:15:39 +01:00
parent 6aa23be517
commit db49709b53
11370 changed files with 187480 additions and 160142 deletions
+9
View File
@@ -7,6 +7,8 @@ cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
#
find_package(Geant4)
find_package(ROOT QUIET)
add_subdirectory(air_shower)
add_subdirectory(amsEcal)
add_subdirectory(brachytherapy)
@@ -24,6 +26,13 @@ else()
endif()
add_subdirectory(composite_calorimeter)
if(ROOT_FOUND)
add_subdirectory(doiPET)
else()
message(STATUS "G4 Examples: ROOT package not found --> doiPET disabled")
endif()
add_subdirectory(eRosita)
add_subdirectory(gammaknife)
add_subdirectory(gammaray_telescope)