-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvis.mac
More file actions
35 lines (29 loc) · 735 Bytes
/
vis.mac
File metadata and controls
35 lines (29 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#
# Macro file for the initialization phase of my automated simulation procedure
#####Pre-Initialisation
#Choose a physics list, for a full listing type /A2/physics/ListPhysics
/A2/physics/Physics QGSP_BIC
####Initialise
/run/initialize
#
# Sets some default verbose
#
/control/verbose 0
/control/saveHistory
/run/verbose 0
#
# create empty scene
#
/vis/scene/create
#/vis/open OGL
#/vis/open OGLIX
#/vis/sceneHandler/create OGL
#/vis/sceneHandler/create OGLIX
#/vis/sceneHandler/attach
#/vis/viewer/set/viewpointThetaPhi 130. 40.
#/vis/viewer/set/style surface
#/vis/drawVolume
#/vis/viewer/create
#loading the macro for the simulation process
/control/execute macros/g4run_multi.mac
#/control/execute macros/doBeamOnTarget.mac