From 08aa7300f6ca0f8ed54ff07c6ca794046c1efe3a Mon Sep 17 00:00:00 2001
From: Markus Frank <Markus.Frank@cern.ch>
Date: Tue, 3 Jul 2018 15:38:01 +0200
Subject: [PATCH] Add some documentary lines for running Codex-B standalone
 without LHCb

---
 examples/DDCodex/README.txt | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/examples/DDCodex/README.txt b/examples/DDCodex/README.txt
index 0678ef0b3..65846d340 100644
--- a/examples/DDCodex/README.txt
+++ b/examples/DDCodex/README.txt
@@ -108,3 +108,22 @@ root [2] gDD4hepUI->draw()
 Info in <TGeoManager::SetVisLevel>: Automatic visible depth disabled
 Info in <TCanvas::MakeDefCanvas>:  created default TCanvas with name c1
 root [3] 
+
+
+
+Running Standalone
+==================
+
+Display:
+
+$> geoDisplay -input file:checkout/examples/DDCodex/compact/CODEX-b-alone.xml
+
+DDG4 simulation:
+
+$> python ../DD4hep//examples/DDCodex/python/CODEX-b-alone.py
+
+Visualisation of the hits:
+
+$> root.exe ../DD4hep/examples/DDEve/DDEve.C
+
+
-- 
GitLab