Files
geant4/examples/extended/electromagnetic/TestEm15/electron.mac
T
2018-12-07 15:15:39 +01:00

35 lines
877 B
Plaintext

#
# Macro file for "TestEm15.cc"
# (can be run in batch, without graphic)
#
/control/verbose 2
/run/verbose 2
#
/testem/det/setMat Aluminium
#
/run/initialize
#
/run/setCut 1 mm
#
/process/inactivate eIoni
/process/inactivate eBrem
#
/gun/particle e-
/gun/energy 5 MeV
#
/analysis/setFileName electron
/analysis/h1/set 1 100 0 1000 um #true step length
/analysis/h1/set 2 100 0 1000 um #geom step length
/analysis/h1/set 3 100 0 1.1 none #ratio geom/true
/analysis/h1/set 4 100 0 500 um #lateral radius
/analysis/h1/set 5 100 0 +25 deg #psi_space angle
/analysis/h1/set 6 100 -50 +50 deg #theta_plane angle
/analysis/h1/set 7 90 -180 +180 deg #phi-position angle
/analysis/h1/set 8 90 -180 +180 deg #phi-direction angle
/analysis/h1/set 9 100 -1 +1 none #phi correlation
#
###/tracking/verbose 2
###/run/beamOn 1
#
/run/beamOn 100000