Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -16,6 +16,9 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
March 30th, 2021 B.Morgan (geomdiv-V10-07-00)
|
||||
- Migrate sources.cmake to modular build API
|
||||
|
||||
December 10th, 2019 B.Morgan (geomdiv-V10-06-00)
|
||||
- Cleanup CMake build, removing obsolete granular library options and
|
||||
explicit include_directories.
|
||||
@@ -181,7 +184,7 @@ January 10th, 2006 G.Cosmo (geomdiv-V08-00-00)
|
||||
G4ParameterisationPolyhedra: allow it for the automatic replicated instance.
|
||||
|
||||
November 16th, 2005 J.Apostolakis (geomdiv-V07-01-02)
|
||||
- Adapted to revision of G4VPhysicalVolume that identifies some
|
||||
- Adapted to revision of G4VPhysicalVolume that identifies some
|
||||
regular structures: added two methods for G4PVDivision (IsRegularStructure()
|
||||
and GetRegularStructureId()).
|
||||
|
||||
|
||||
@@ -1,13 +1,8 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# Module : G4geomdivision
|
||||
# Package: Geant4.src.G4geometry.G4geomdivision
|
||||
#------------------------------------------------------------------------------
|
||||
# - G4geomdivision module build definition
|
||||
|
||||
#
|
||||
# Define the Geant4 Module.
|
||||
#
|
||||
geant4_define_module(NAME G4geomdivision
|
||||
HEADERS
|
||||
geant4_add_module(G4geomdivision
|
||||
PUBLIC_HEADERS
|
||||
G4PVDivision.hh
|
||||
G4PVDivisionFactory.hh
|
||||
G4ParameterisationBox.hh
|
||||
@@ -31,14 +26,8 @@ geant4_define_module(NAME G4geomdivision
|
||||
G4ParameterisationTrd.cc
|
||||
G4ParameterisationTubs.cc
|
||||
G4ReplicatedSlice.cc
|
||||
G4VDivisionParameterisation.cc
|
||||
GRANULAR_DEPENDENCIES
|
||||
G4csg
|
||||
G4geometrymng
|
||||
G4globman
|
||||
G4specsolids
|
||||
GLOBAL_DEPENDENCIES
|
||||
G4global
|
||||
)
|
||||
G4VDivisionParameterisation.cc)
|
||||
|
||||
# List any source specific properties here
|
||||
geant4_module_link_libraries(G4geomdivision
|
||||
PUBLIC G4specsolids G4globman G4geometrymng G4hepgeometry
|
||||
PRIVATE G4csg)
|
||||
|
||||
Reference in New Issue
Block a user