Software for design optimization: Difference between revisions
(Created page with "== Simulation software == In order to run the software to generate the geomtry, Monte Carlo data and do full simulations, you need the following software: * ROOT installatio...") |
|||
Line 9: | Line 9: | ||
To generate the geometry files to run in Gate, a Python script is supplied. | To generate the geometry files to run in Gate, a Python script is supplied. | ||
$ python gate/python/makeGeometryDTC.py | $ python gate/python/makeGeometryDTC.py | ||
<gallery> | |||
GATE geometry builder.PNG|GATE geometry builder | |||
</gallery> |
Revision as of 14:05, 22 February 2017
Simulation software
In order to run the software to generate the geomtry, Monte Carlo data and do full simulations, you need the following software:
- ROOT
- Geant4
- Gate
- DTC toolkit (Helge's code)
Generating the geometry
To generate the geometry files to run in Gate, a Python script is supplied.
$ python gate/python/makeGeometryDTC.py