Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
8d70adba
Commit
8d70adba
authored
13 years ago
by
Pere Mato
Browse files
Options
Downloads
Patches
Plain Diff
Documented a bit better yesterday's changes
parent
8c8d7afb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+8
-4
8 additions, 4 deletions
CMakeLists.txt
ReadMe.txt
+8
-0
8 additions, 0 deletions
ReadMe.txt
with
16 additions
and
4 deletions
CMakeLists.txt
+
8
−
4
View file @
8d70adba
...
...
@@ -6,6 +6,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)
#---Options-------------------------------------------------------------------------
option
(
DD4HEP_USE_XERCESC
"Enable 'Detector Builders' based on XercesC"
OFF
)
option
(
DD4HEP_USE_PYROOT
"Enable 'Detector Builders' based on PyROOT"
ON
)
option
(
DD3HEP_WITH_GEANT4
"Enable the simulation part based on Geant4"
ON
)
find_package
(
ROOT REQUIRED
)
if
(
DD4HEP_USE_XERCESC
)
...
...
@@ -14,15 +15,18 @@ endif()
#---Packages------------------------------------------------------------------------
add_subdirectory
(
DDCore
)
add_subdirectory
(
DDGeant4
)
if
(
DD3HEP_WITH_GEANT4
)
add_subdirectory
(
DDGeant4
)
endif
()
#---Examples------------------------------------------------------------------------
add_subdirectory
(
DDExamples/ILDExDet
)
add_subdirectory
(
DDExamples/CLICSiD
)
add_subdirectory
(
DDExamples/ILDExDisplay
)
add_subdirectory
(
DDExamples/ILDExReco
)
add_subdirectory
(
DDExamples/ILDExSimu
)
if
(
DD3HEP_WITH_GEANT4
)
add_subdirectory
(
DDExamples/ILDExSimu
)
endif
()
#---Configuration-------------------------------------------------------------------
configure_file
(
cmake/thisdd4hep.csh thisdd4hep.csh @ONLY
)
...
...
This diff is collapsed.
Click to expand it.
ReadMe.txt
+
8
−
0
View file @
8d70adba
...
...
@@ -20,6 +20,14 @@ on the C++ XercesC parser, and another one based on Python and using the PyROOT
DD4HEP_USE_PYROOT:BOOL
DD4HEP_USE_XERCESC:BOOL
- DDGeant4
Is the package that contains the conversion of DD4hep geometry into Geant4 geometry to be used for
simulation. The conversion is currently based on the Virtual Geometry Modeler (VGM) package that is
build internally when required.
The option DD4HEP_WITH_GEANT4:BOOL controls the building or not of this package that has the dependency
to Geant4. The Geant4 installation needs to be located using the variable -DGeant4_DIR=<G4 installation>
- DDExamples
Contains different detector examples (CLICSiD, ILDEx) together with example applications to illustrate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment