Import Geant4 10.1.0 source tree
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Macro file for example B2 test
|
||||
|
||||
/tracking/verbose 1
|
||||
|
||||
/run/initialize
|
||||
|
||||
# e+ 200MeV
|
||||
/gun/energy 200 MeV
|
||||
/gun/particle e+
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
# Macro file for the initialization phase of example B2
|
||||
# when running in interactive mode without visualization
|
||||
#
|
||||
# Set some default verbose
|
||||
#
|
||||
/control/verbose 2
|
||||
/control/saveHistory
|
||||
/run/verbose 2
|
||||
#
|
||||
@@ -1,12 +1,16 @@
|
||||
# Macro file for the initialization phase of example B2
|
||||
# when running in interactive mode with visualization
|
||||
# Macro file for the initialization of example B2
|
||||
# in interactive session
|
||||
#
|
||||
# Set some default verbose
|
||||
#
|
||||
/control/verbose 2
|
||||
/control/saveHistory
|
||||
/run/verbose 2
|
||||
#
|
||||
# Change the default number of threads (in multi-threaded mode)
|
||||
#/run/numberOfThreads 4
|
||||
#
|
||||
# Initialize kernel
|
||||
/run/initialize
|
||||
#
|
||||
# Visualization setting
|
||||
/control/execute vis.mac
|
||||
#
|
||||
|
||||
@@ -3,6 +3,12 @@
|
||||
# Can be run in batch, without graphic
|
||||
# or interactively: Idle> /control/execute run1.mac
|
||||
#
|
||||
# Change the default number of workers (in multi-threading mode)
|
||||
#/run/numberOfWorkers 4
|
||||
#
|
||||
# Initialize kernel
|
||||
/run/initialize
|
||||
#
|
||||
# Default kinematics:
|
||||
# proton 3 GeV in direction (0.,0.,1.)
|
||||
# 1 event with tracking/verbose
|
||||
|
||||
@@ -3,4 +3,6 @@
|
||||
# To be run preferably in batch, without graphics:
|
||||
# % exampleB2[a,b] run2.mac
|
||||
#
|
||||
#/run/numberOfWorkers 4
|
||||
/run/initialize
|
||||
/run/beamOn 500
|
||||
|
||||
Reference in New Issue
Block a user