Warning, /geant4/examples/basic/B4/B4c/run2.mac is written in an unsupported language. File is not indexed.
0001 # Macro file for example B4
0002 #
0003 # To be run preferably in batch, without graphics:
0004 # % exampleB4[a,b,c,d] -m run2.mac
0005 #
0006 # Produce Histograms and Ntuples
0007 #
0008 #/run/numberOfThreads 4
0009 #/control/cout/ignoreThreadsExcept 0
0010 #
0011 # reduce the verbosity level for EM and hadronic physics
0012 #/process/em/verbose 0
0013 #/process/had/verbose 0
0014 #
0015 /run/initialize
0016 #
0017 # Default kinemtics:
0018 # electron 300 MeV in direction (0.,0.,1.)
0019 # 10000 events
0020 #
0021 /run/printProgress 1000
0022 /run/beamOn 10000
0023