Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

GDML Python

GDML has nice Python wrappers written by Witek. It has bindings to Geant4 and ROOT. The ROOT geometry viewer is an OpenGL-based tool that has an interactive clipping system.

No Format
GDML/PyGDML/Common
            Examples
            G4Binding
            ROOTBinding        

...

No Format
cd ~jeremym/work/projects/python/PyGDML
. mysetup.sh
cd ROOTBinding/python
ipython myGDMLROOT.py box.gdml
                      sdjan03.gdml
                      sid.gdml (current causes a fun seg fault)

...