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 -4
View File
@@ -1,6 +1,3 @@
#------------------------------------------------------------------------------
# Module : G4Tree
# Package: Geant4.src.G4visualization.G4Tree
#------------------------------------------------------------------------------
# - G4Tree category build
geant4_global_library_target(COMPONENTS sources.cmake)
+6 -3
View File
@@ -23,6 +23,9 @@ committal in the CVS repository !
History file for visualization/Tree sub-category
------------------------------------------------
14 April 2021 Ben Morgan (vistree-V10-07-00)
- Migrate to modular CMake build
12 December 2019 Ben Morgan (vistree-V10-06-00)
- Cleanup CMake build, removing obsolete granular library option and
explicit include_directories.
@@ -100,7 +103,7 @@ History file for visualization/Tree sub-category
2nd June 2011 John Allison (vistree-V09-04-00)
- Tagged.
23, December L. Garnier
23, December L. Garnier
- GNUmakefile : Remove OpenGL/Qt stuff from Makefile
13th November 2010 John Allison (vistree-V09-03-00)
@@ -133,7 +136,7 @@ History file for visualization/Tree sub-category
- Replaced previousMotherID == i->rend() that gives problems on VC++ Net 7.1.
28th March 2006 John Allison (vistree-V08-00-02)
- Made compatible with modeling-V08-00-05.
- Made compatible with modeling-V08-00-05.
- Migration away from EstablishSpecials mechanism.
14th March 2006 John Allison (vistree-V08-00-01)
@@ -195,7 +198,7 @@ History file for visualization/Tree sub-category
15th June 2001 Satoshi Tanaka (vis-V03-01-05)
- The first committing of GAGTree driver.
- Other files are the same as vis-V03-01-04
5th June 2001 John Allison (vis-V03-01-04)
- Moved re-useable code from G4ASCIITree to G4VTree.
+16 -38
View File
@@ -1,13 +1,8 @@
#------------------------------------------------------------------------------
# Module : G4Tree
# Package: Geant4.src.G4visualization.G4Tree
#------------------------------------------------------------------------------
# - G4Tree module build definition
#
# Define the Geant4 Module.
#
geant4_define_module(NAME G4Tree
HEADERS
geant4_add_module(G4Tree
PUBLIC_HEADERS
G4ASCIITree.hh
G4ASCIITreeMessenger.hh
G4ASCIITreeSceneHandler.hh
@@ -23,34 +18,17 @@ geant4_define_module(NAME G4Tree
G4ASCIITreeViewer.cc
G4VTree.cc
G4VTreeSceneHandler.cc
G4VTreeViewer.cc
GRANULAR_DEPENDENCIES
G4csg
G4detector
G4geometrymng
G4globman
G4graphics_reps
G4hits
G4intercoms
G4materials
G4modeling
G4navigation
G4partman
G4specsolids
G4track
G4vis_management
G4volumes
GLOBAL_DEPENDENCIES
G4digits_hits
G4geometry
G4global
G4graphics_reps
G4intercoms
G4materials
G4modeling
G4particles
G4track
G4vis_management
)
G4VTreeViewer.cc)
# List any source specific properties here
geant4_module_link_libraries(G4Tree
PUBLIC
G4modeling
G4intercoms
G4vis_management
PRIVATE
G4graphics_reps
G4geometrymng
G4materials
G4navigation
G4globman
G4detector)