Plasma Channel in Visualization

_Geant4 Version:GEANT4_V11.2
_Operating System:Linux/Windows
_Compiler/Version:VS Studio
_CMake Version:3.21

Is it possible to visualize the plasma channel formation in the gas jet due to the passage of very high energy electrons in visualization?

Oh, wow! The G4 Vis System is designed to visualise Geant4 geometry and trajectories. However, you may write your own vis action. I assume you have an app that creates a plasma channel. If you can draw that with lines, polygons or G4 solid shapes, then put it in a vis action for display at end of event or end of run. See examples/extended/visualization/userVisAction.

1 Like