Geant visualization

Please fill out the following information to help in answering your question, and also see tips for posting code snippets. If you don’t provide this information it will take more time to help with your problem!

Geant4 Version: 9.5.2, 10.0.4
Operating System: ssh server
Compiler/Version: g++
CMake Version: 3.8


I’m working on a particle physics simulation. The group is using a fairly old version of Geant, so have no choice but to work on the ssh server. So I’m having a hard time visualizing the results. It appears that your server does not have the necessary accessories for visualization. Therefore, I am wondering if it is possible to output the particle path or detector as a root file.

Hi,

Geometry can be exported to GDML, which is a kind of neutral format that ROOT, Phoenix, DD4hep and other display services can render.

If you want to visualize the events on top of the geometry, maybe you want to use something like Phoenix

You can ask further in their github page. ROOT also have some event display, but I think it is a bit old.

Best,
Alvaro