Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/basic/B5/run2.mac is written in an unsupported language. File is not indexed.

0001 # Macro file for example B5
0002 # 
0003 # To be run preferably in batch, without graphics:
0004 # % exampleB5 run2.mac
0005 #
0006 #/run/numberOfThreads 4
0007 /control/cout/ignoreThreadsExcept 0
0008 #
0009 /run/initialize
0010 #
0011 #  turn off randomization 
0012 #
0013 /B5/generator/randomizePrimary FALSE
0014 /B5/generator/sigmaMomentum 0. 
0015 /B5/generator/sigmaAngle 0.
0016 /run/verbose 1
0017 /run/printProgress 0
0018 #
0019 /B5/detector/armAngle 30. deg
0020 /gun/particle proton
0021 /B5/generator/momentum 100. GeV
0022 /B5/field/value 100. tesla
0023 /analysis/setFileName B5_proton
0024 /analysis/ntuple/setFileName 0 B5ntuple_proton
0025 /run/beamOn 30
0026 #
0027 /B5/detector/armAngle 60. deg
0028 /gun/particle pi+
0029 /B5/generator/momentum 100. GeV
0030 /B5/field/value 200. tesla
0031 /analysis/setFileName B5_pi+
0032 /analysis/ntuple/setFileName 0 B5ntuple_pi+
0033 /run/beamOn 30
0034 #
0035 /gun/particle e+
0036 /B5/detector/armAngle 30. deg
0037 /B5/generator/momentum 100. GeV
0038 /B5/field/value 100. tesla
0039 /analysis/setFileName B5_e+
0040 /analysis/ntuple/setFileName 0 B5ntuple_e+
0041 /run/beamOn 30
0042