Skip to content

Commit

Permalink
Added decorations to vis.mac
Browse files Browse the repository at this point in the history
  • Loading branch information
eleonardi committed Oct 10, 2017
1 parent 177206a commit af196eb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion PadmeMC/vis.mac
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,16 @@
#
# Draw coordinate axes:
/vis/scene/add/axes 0 0 0 1 m
#

# Decorations
/vis/set/textColour green
/vis/set/textLayout right
/vis/scene/add/text2D 0.9 -.9 24 ! ! PadmeMC
/vis/set/textLayout # Revert to normal (left adjusted) layout
/vis/set/textColour # Revert to default text colour (blue)
/vis/scene/add/eventID # Drawn at end of event
/vis/scene/add/date # Date stamp

# Draw smooth trajectories at end of event, showing trajectory points
# as markers 2 pixels wide:
/vis/scene/add/trajectories smooth
Expand Down

0 comments on commit af196eb

Please sign in to comment.