Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -7,7 +7,7 @@
#######################
#
/control/verbose 1
/tracking/verbose 2
/tracking/verbose 0
/run/verbose 1
/event/verbose 0
@@ -24,8 +24,8 @@
# Initialize graphic system #
#############################
#
/vis/scene/create
/vis/open OGL
#/vis/scene/create
#/vis/open OGL
/vis/viewer/flush
/vis/viewer/set/viewpointThetaPhi 30 140 deg
/vis/scene/add/trajectories
@@ -37,8 +37,11 @@
##########################
# Set here the cut and the step max for the tracking.
# Suggested values of cut and step:
#
/Physics/setCuts 0.01 mm
# Set cuts OUTSIDE the detector
/run/setCut 0.01 mm
# Set cuts ONLY inside the detector
#/run/setCutForRegion DetectorLog 0.5 mm
/Step/waterPhantomStepMax 0.01 mm
#########################