Skip to content

Commit

Permalink
fixed link to tg manual
Browse files Browse the repository at this point in the history
  • Loading branch information
jintonic committed May 20, 2024
1 parent 0763a03 commit d2987f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/detector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d2987f9

Please sign in to comment.