Import Geant4 10.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2018-12-07 15:15:39 +01:00
parent 6aa23be517
commit db49709b53
11370 changed files with 187480 additions and 160142 deletions
+18 -30
View File
@@ -1,25 +1,6 @@
# Macro file for the initialization phase of field02.
# Macro file for the visualization setting in the initialization phase
# of the field02 example.
#
# It creates the default geometry (simple absorber cylinder )
#
/tracking/verbose 1
/run/verbose 1
#
#
#
/field/setStepperType 4
/field/setMinStep 10 mm
#
/field/update
#
/run/initialize
#
/run/particle/dumpCutValues
#
/gun/particle e-
/gun/energy 50.0 MeV
#
# Use this open statement to create an OpenGL view:
/vis/open OGL 600x600-0+0
#
@@ -43,12 +24,6 @@
# Draw geometry:
/vis/drawVolume
#
# Specify view angle:
/vis/viewer/set/viewpointThetaPhi 40. 10.
#
# Specify zoom value:
/vis/viewer/zoom 2.
#
# Specify style (surface or wireframe):
#/vis/viewer/set/style wireframe
#
@@ -80,7 +55,22 @@
#/vis/modeling/trajectories/drawByParticleID-0/set e- blue
#
# To superimpose all of the events from a given run:
#/vis/scene/endOfEventAction accumulate
/vis/scene/endOfEventAction accumulate
#
# field02 specific setting
#
# To get nice view
#/vis/geometry/set/visibility World 0 false
/vis/geometry/set/colour World 0 1 1 1 .3 # gray
/vis/geometry/set/colour Absorber 0 0 0 1 .3 # blue
/vis/viewer/set/style surface
/vis/viewer/set/hiddenMarker true
#
# Specify view angle:
/vis/viewer/set/viewpointThetaPhi 90. 0.
#
# Specify zoom value:
/vis/viewer/zoom 2.
#
# Re-establish auto refreshing and verbosity:
/vis/viewer/set/autoRefresh true
@@ -88,5 +78,3 @@
#
# For file-based drivers, use this to create an empty detector view:
#/vis/viewer/flush
/run/beamOn 1