Newer
Older
# Macro file for the initialization phase of "exampleN03.cc"
# when running in interactive mode
#
# Sets some default verbose
#
/cuts/verbose 0
/process/em/verbose 0
/process/eLoss/verbose 0
#
# Use this open statement to create an OpenGL view:
#/vis/open OGLI 1200x600-0+0
/vis/open VRML2FILE
#
# Draw smooth trajectories at end of event, showing trajectory points
# as markers 2 pixels wide:
# Many other options are available with /vis/modeling and /vis/filtering.
# For example, to select colour by particle ID:
/vis/modeling/trajectories/create/drawByParticleID
#/vis/modeling/trajectories/drawByParticleID-0/default/setDrawStepPts true
/vis/modeling/trajectories/drawByParticleID-0/default/setStepPtsSize 2
#/vis/modeling/trajectories/drawByParticleID-0/set e- blue
#
# To superimpose all of the events from a given run:
/vis/scene/endOfEventAction accumulate
# print Option
/vis/ogl/set/printMode vectored
/vis/ogl/set/transparency true