Updated visualization macros for OpenGL and vrml
This commit is contained in:
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
# Create an OpenGL driver (i.e. a scene handler and viewer)
|
# Create an OpenGL driver (i.e. a scene handler and viewer)
|
||||||
# Some useful choices: VRML2FILE, OGLSX, OGLIX, DAWNFILE, etc.
|
# Some useful choices: VRML2FILE, OGLSX, OGLIX, DAWNFILE, etc.
|
||||||
/vis/open VRML2FILE
|
#/vis/open VRML2FILE
|
||||||
#/vis/open OGLIX 600x600-0+0
|
/vis/open OGLIX 600x600-0+0
|
||||||
#*/vis/open DAWNFILE
|
#*/vis/open DAWNFILE
|
||||||
|
|
||||||
# To calculate volumes and masses uncomment the next two lines
|
# To calculate volumes and masses uncomment the next two lines
|
||||||
@ -40,7 +40,7 @@
|
|||||||
#At the end of run of X events - Data from X events will be superimposed
|
#At the end of run of X events - Data from X events will be superimposed
|
||||||
/vis/scene/endOfEventAction accumulate
|
/vis/scene/endOfEventAction accumulate
|
||||||
#At the end of Y runs - Data from Y runs will be superimposed
|
#At the end of Y runs - Data from Y runs will be superimposed
|
||||||
#/vis/scene/endOfRunAction accumulate
|
/vis/scene/endOfRunAction accumulate
|
||||||
|
|
||||||
# Coloured trajectories for an easier particle identification:
|
# Coloured trajectories for an easier particle identification:
|
||||||
# PDG IDs and colours: e- 11 red, e+ -11 blue, nu_e 12 yellow,
|
# PDG IDs and colours: e- 11 red, e+ -11 blue, nu_e 12 yellow,
|
||||||
@ -61,3 +61,5 @@
|
|||||||
|
|
||||||
# Output just the detector geometry
|
# Output just the detector geometry
|
||||||
/vis/viewer/flush
|
/vis/viewer/flush
|
||||||
|
|
||||||
|
/vis/reviewKeptEvents
|
||||||
|
@ -38,9 +38,9 @@
|
|||||||
#At the end of each event (default behaviour)
|
#At the end of each event (default behaviour)
|
||||||
#/vis/scene/endOfEventAction refresh
|
#/vis/scene/endOfEventAction refresh
|
||||||
#At the end of run of X events - Data from X events will be superimposed
|
#At the end of run of X events - Data from X events will be superimposed
|
||||||
#cks/vis/scene/endOfEventAction accumulate
|
/vis/scene/endOfEventAction accumulate
|
||||||
#At the end of Y runs - Data from Y runs will be superimposed
|
#At the end of Y runs - Data from Y runs will be superimposed
|
||||||
#/vis/scene/endOfRunAction accumulate
|
/vis/scene/endOfRunAction accumulate
|
||||||
|
|
||||||
# Coloured trajectories for an easier particle identification:
|
# Coloured trajectories for an easier particle identification:
|
||||||
# PDG IDs and colours: e- 11 red, e+ -11 blue, nu_e 12 yellow,
|
# PDG IDs and colours: e- 11 red, e+ -11 blue, nu_e 12 yellow,
|
||||||
|
Reference in New Issue
Block a user