35 lines
809 B
Plaintext
35 lines
809 B
Plaintext
# $Id: berger.mac,v 1.6 2008/10/31 11:36:46 maire Exp $
|
|
#
|
|
# macro file for TestEm5.cc
|
|
#
|
|
# energy deposit by 1 MeV electrons in silicon counters.
|
|
# M.J.Berger et al. NIM 69 (1969) page 181
|
|
#
|
|
/control/verbose 2
|
|
/run/verbose 2
|
|
#
|
|
/testem/det/setAbsMat Silicon
|
|
###/testem/det/setAbsThick 61 um
|
|
###/testem/det/setAbsThick 105 um
|
|
###/testem/det/setAbsThick 191 um
|
|
/testem/det/setAbsThick 530 um
|
|
###/testem/det/setAbsThick 1 mm
|
|
###/testem/det/setAbsThick 3 mm
|
|
/testem/det/setAbsYZ 1 cm
|
|
#
|
|
/testem/phys/setCuts 10 um
|
|
#
|
|
/run/initialize
|
|
#
|
|
/testem/gun/setDefault
|
|
/gun/particle e-
|
|
/gun/energy 1 MeV
|
|
#
|
|
/testem/histo/setFileName berger/530um
|
|
/testem/histo/setFileType root
|
|
/testem/histo/setHisto 1 105 0 1.05 MeV #energy deposit
|
|
#
|
|
/testem/event/printModulo 100000
|
|
#
|
|
/run/beamOn 1000000
|