From d2987f95633de1510adc404bc1d2bd209ad6df92 Mon Sep 17 00:00:00 2001 From: Jing Liu Date: Sun, 19 May 2024 22:36:29 -0500 Subject: [PATCH] fixed link to tg manual --- tutorials/detector/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/detector/README.md b/tutorials/detector/README.md index c018e54..4284004 100644 --- a/tutorials/detector/README.md +++ b/tutorials/detector/README.md @@ -12,7 +12,7 @@ Instead of using geometry written in C++ as described in detail in the [Geant4 manual](http://geant4-userdoc.web.cern.ch/geant4-userdoc/UsersGuides/ForApplicationDeveloper/html/Detector/Geometry/geomSolids.html), [GEARS][] accepts two types of detector geometry descriptions in pure ASCII format as input: -- Geant4 [text geometry description][tg] (manual: [pdf](https://geant4.web.cern.ch/sites/default/files/geant4/collaboration/working_groups/geometry/docs/textgeom/textgeom.pdf), [html](http://fismed.ciemat.es/GAMOS/GAMOS_doc/GAMOS.6.0.0/Geometry/Geometry.html)) (recommended) +- Geant4 [text geometry description][tg] (manual: [pdf](https://cern.ch/geant4/collaboration/working_groups/persistency/docs/textgeom.pdf), [html](http://fismed.ciemat.es/GAMOS/GAMOS_doc/GAMOS.6.0.0/Geometry/Geometry.html)) (recommended) - [GDML][] (provided for data analysis and visualization in other tools) Their difference is similar to that between [markdown][md] and [HTML][]. The simpler [text geometry description][tg] provided by [Geant4][] is recommended to be used as [GEARS][]'s input given its simplicity and readability. For example, an experimental hall filled with air and of a dimension of 10 x 10 x 10 meters can be easily implemented using the following line: