Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
+47
View File
@@ -0,0 +1,47 @@
#
# Macro file for A01app
#
# For initialization of graphics.
#
# Create empty scene ("world" is default)
#
/vis/scene/create
#
# Create a scene handler for a specific graphics system
# Edit the next line(s) to choose another graphic system
#
/vis/open HepRepFile
/vis/viewer/set/culling global false
/vis/scene/endOfEventAction accumulate
#
# Add volume to scene
#
/vis/scene/add/volume
#
# Add trajectories to scene
#
/vis/scene/add/trajectories
#
# Add hits to scene
#
/vis/scene/add/hits
#
# Do runs
/tracking/storeTrajectory 1
# Run 10 events and store event displays
/run/beamOn 10 eventAction.mac
#
/mydet/armAngle 60. deg
/mydet/fieldValue 2. tesla
/run/beamOn 10
#
/mydet/armAngle 30. deg
/mydet/momentum 2. GeV
/mydet/sigmaMomentum 0.
/mydet/sigmaAngle 0.
/run/beamOn 10
#
/mydet/sigmaAngle 2. deg
/run/beamOn 10
/vis/viewer/flush
#