Feature #356
Implement G4 inline visualisation
Start date:
01 March 2011
Due date:
% Done:
100%
Estimated time:
Workflow:
Description
It should be possible to activate G4 internal visualisation tools from e.g. simulation or somewhere
Updated by Rogers, Chris over 12 years ago
- Assignee set to Rogers, Chris
- Target version set to MAUS-v0.0.1
Updated by Tunnell, Christopher over 12 years ago
- Target version changed from MAUS-v0.0.1 to Future MAUS release
Updated by Rogers, Chris about 12 years ago
- Target version changed from Future MAUS release to MAUS-v0.1.0
Updated by Rogers, Chris about 12 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Closed - added support for building VRML2FILE from Geant4 for input to the event viewer, controlled by following configuration options:
# geant4 visualisation (not event display) geant4_visualisation = False visualisation_viewer = "VRML2FILE" # only supported option visualisation_theta = 90. visualisation_phi = 90. visualisation_zoom = 1.
I also added a script to append opengl bindings to geant4, but this is not officially supported because it ends in all sorts of trouble with having correct opengl library. But should work by doing something like run third_party/bash/32geant4extras.bash and add maus_opengl=1 environment variable. I test only that we make a vrml file, assume geant4 does the rest.
Updated by Rogers, Chris about 12 years ago
- Target version changed from MAUS-v0.1.0 to Future MAUS release
Updated by Rogers, Chris about 12 years ago
- Target version changed from Future MAUS release to MAUS-v0.0.6