Skip to content
Snippets Groups Projects
Commit 4c07f796 authored by Markus Frank's avatar Markus Frank
Browse files

Please see doc/release.notes

parent 09939ded
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 2.8.3 FATAL_ERROR)
include_directories( ${CMAKE_SOURCE_DIR}/DDCore/include
${ROOT_INCLUDE_DIR})
add_executable(displayGeo src/display.cpp)
target_link_libraries(displayGeo DD4hepCore)
add_executable(geoDisplay src/display.cpp)
target_link_libraries(geoDisplay DD4hepCore)
add_executable(geoConverter src/converter.cpp)
target_link_libraries(geoConverter DD4hepCore)
......@@ -95,7 +95,13 @@ DDExamples/CLICSiD/CLICSiDtest file:../DD4hep/DDExamples/CLICSiD/compact/compact
Users may extend the models by changing the compact description or adding new drivers
4) Running the examples
4) Release notes
----------------
If things do not work please also consult the release notes. It may happen that it was
forgotten to update the information here.
5) Running the examples
-----------------------
Here are a few command lines for running examples
......@@ -106,25 +112,25 @@ export G4LEVELGAMMADATA=${G4SYS}/share/Geant4-9.5.1/data/PhotonEvaporation2.2
- ILDExDet example with the example detectors
DDExamples/ILDExDisplay/ILDExDisplay file:../DD4hep/DDExamples/ILDExDet/compact/ILDEx.xml
bin/geoDisplay file:../DD4hep/DDExamples/ILDExDet/compact/ILDEx.xml
- Run Geant4 with ILDExDet detector
DDExamples/CLICSiDSimu/CLICSiDSimu \
bin/CLICSiDSimu \
file:../DD4hep/DDExamples/ILDExDet/compact/ILDEx.xml \
file:../DD4hep/DDExamples/ILDExDet/compact/geant4.xml \
../DD4hep/DDExamples/ILDExSimu/run1.mac
- ILDExDet example with Astrid's prototype TPC
DDExamples/ILDExDisplay/ILDExDisplay file:../DD4hep/DDExamples/ILDExDet/compact/TPCPrototype.xml
bin/geoDisplay file:../DD4hep/DDExamples/ILDExDet/compact/TPCPrototype.xml
- ILDExDet example with the LDC00_01Sc detector (under construction)
DDExamples/ILDExDisplay/ILDExDisplay file:../DD4hep/DDExamples/ILDExDet/compact/Tesla.xml
bin/geoDisplay file:../DD4hep/DDExamples/ILDExDet/compact/Tesla.xml
- CLICSid example with all SiD sub-detectors
DDExamples/CLICSiDDisplay/CLICSiDtest file:../DD4hep/DDExamples/CLICSiD/compact/compact.xml
bin/geoDisplay file:../DD4hep/DDExamples/CLICSiD/compact/compact.xml
- Geant4 example with SiD (careful, need to set Geant4 variables in addition)
DDExamples/CLICSiDSimu/CLICSiDSimu \
bin/CLICSiDSimu \
file:../DD4hep/DDExamples/CLICSiD/compact/compact.xml \
file:../DD4hep/DDExamples/CLICSiD/compact/sensitive_detectors.xml \
../DD4hep/DDExamples/CLICSiDSimu/run.mac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment