Import Geant4 10.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2017-12-08 12:52:30 +01:00
parent 98e455a940
commit fc6af9e721
2166 changed files with 276760 additions and 100873 deletions
@@ -25,15 +25,15 @@ include(${Geant4_USE_FILE})
#
find_package(ROOT QUIET)
if(ROOT_FOUND)
message(STATUS "G4 Examples: ROOT found. --> iort_therapy example with ROOT plotter enabled.")
message(STATUS "G4 Examples: ROOT found. --> iort_therapy example with ROOT plotter enabled.")
# Uncomment this line if suitable (some customization may be needed)
add_definitions(-DG4ANALYSIS_USE_ROOT)
include_directories(${PROJECT_SOURCE_DIR}/include
add_definitions(-DG4ANALYSIS_USE_ROOT)
include_directories(${PROJECT_SOURCE_DIR}/include
${Geant4_INCLUDE_DIR}
${ROOT_INCLUDE_DIR})
${ROOT_INCLUDE_DIRS})
else()
message(STATUS "G4 Examples: ROOT not found. --> iort_therapy example with ROOT plotter disabled.")
include_directories(${PROJECT_SOURCE_DIR}/include
message(STATUS "G4 Examples: ROOT not found. --> iort_therapy example with ROOT plotter disabled.")
include_directories(${PROJECT_SOURCE_DIR}/include
${Geant4_INCLUDE_DIR})
endif()
+6
View File
@@ -7,6 +7,12 @@ carlo.casarino@polooncologicocefalu.it
History file of the IORT application
====================================================
28.11.2017 - B.Morgan tag iort_therapy-V10-03-01
Replace ROOT_INCLUDE_DIR with ROOT_INCLUDE_DIRS
31.10.2017 - L.Pandola tag iort_therapy-V10-03-00
Clean up visualization from batch.mac
28.11.2016 - G.Folger tag iort_therapy-V10-02-00
Remove direct use of theParticleIterator, use GetParticleTableIterator().
fix required by clang39 on Linux and MAC
-6
View File
@@ -49,12 +49,6 @@
##########################
# Visualisation
# none
##########################
# Definition of the GUI
# It will work only if the QT GUI interface is active
#
/control/execute macro/GUIPersonalisation.mac
##########################
# Set here the cut and the step max for the tracking.
# Suggested values of cut and step:
File diff suppressed because it is too large Load Diff