Files
2023-12-08 10:43:34 +01:00

28 lines
828 B
Plaintext

# Macro file for the visualization for the Xray_TESdetector
#
# Open a viewer
/vis/open
# This opens the default viewer - see examples/basic/B1/vis.mac for a
# more comprehensive overview of options. Also the documentation.
#
# Draw geometry
/vis/drawVolume
#
# Specify style
/vis/viewer/set/style wireframe
/vis/viewer/set/auxiliaryEdge true
/vis/viewer/set/lineSegmentsPerCircle 100
#
# Draw all trajectories for a given run
/vis/scene/add/trajectories smooth
#/vis/modeling/trajectories/create/drawByCharge
#/vis/modeling/trajectories/drawByCharge-0/default/setDrawStepPts true
#/vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize 2
#/vis/scene/endOfEventAction accumulate
#
# Set analysis file name
/analysis/setFileName output.root
#
# Make the "World" box invisible
/vis/geometry/set/visibility World 0 false