Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/electromagnetic/TestEm3/dedx.mac is written in an unsupported language. File is not indexed.

0001 #
0002 # Macro file for "TestEm3.cc" 
0003 # (can be run in batch, without graphic)
0004 #
0005 # To control dE/dx calculation:
0006 #  1 layer; minimum ionizing particle
0007 #
0008 /control/verbose 2
0009 /run/verbose 2
0010 #
0011 /testem/det/setNbOfLayers 1
0012 /testem/det/setNbOfAbsor 1
0013 /testem/det/setAbsor 1 liquidArgon 1 cm
0014 /testem/det/setSizeYZ 1 cm
0015 #
0016 /testem/phys/addPhysics  local
0017 /run/setCut 1 km
0018 #
0019 /run/initialize
0020 #
0021 /process/inactivate msc
0022 /process/eLoss/fluct false
0023 #
0024 /testem/gun/setDefault
0025 /gun/particle mu-
0026 /gun/energy 50 GeV
0027 #
0028 /tracking/verbose 1
0029 #
0030 /run/beamOn 2