From d0d1261ed611994b2af9f27dc4e571f186e90524 Mon Sep 17 00:00:00 2001 From: Markus Frank <Markus.Frank@cern.ch> Date: Fri, 23 Jun 2023 12:14:50 +0200 Subject: [PATCH] Add example readme --- examples/DDCAD/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/DDCAD/README.md b/examples/DDCAD/README.md index 63c668537..2a10e17d0 100644 --- a/examples/DDCAD/README.md +++ b/examples/DDCAD/README.md @@ -6,13 +6,13 @@ DDCAD examples ## Issue 1134 Corresponding example is DD4hep_Issue_1134 -Geometry is here: examples/DDCAD/compact/DD4hep_Issue_1134.xml +Geometry is here: `examples/DDCAD/compact/DD4hep_Issue_1134.xml` -To visualize: $> geoDisplay <installation>/examples/DDCAD/compact/DD4hep_Issue_1134.xml +To visualize: `$> geoDisplay <installation>/examples/DDCAD/compact/DD4hep_Issue_1134.xml` -Basic simulation activation: $> python <installation>/examples/DDCAD/scripts/DD4hep_Issue_1134.py +Basic simulation activation: `$> python <installation>/examples/DDCAD/scripts/DD4hep_Issue_1134.py` -ddsim: $> `which python` `which ddsim` --compactFile ../checkout/examples/DDCAD/compact/DD4hep_Issue_1134.xml --enableG4Gun --runType shell +ddsim: `$> ddsim --compactFile ../checkout/examples/DDCAD/compact/DD4hep_Issue_1134.xml --enableG4Gun --runType shell`  -- GitLab