32 lines
686 B
Plaintext
32 lines
686 B
Plaintext
# $Id: phot.mac,v 1.5 2005/06/01 13:44:06 maire Exp $
|
|
#
|
|
# Macro file for "PhotonProcesses.cc"
|
|
# (can be run in batch, without graphic)
|
|
#
|
|
# photon 100 keV; photoelectric
|
|
#
|
|
/control/verbose 2
|
|
/run/verbose 2
|
|
#
|
|
/testem/det/setMat Iron
|
|
###/testem/det/setMat BGO
|
|
#
|
|
###/testem/phys/addPhysics g4v52
|
|
#
|
|
/run/initialize
|
|
#
|
|
/process/inactivate compt
|
|
/process/inactivate conv
|
|
/process/inactivate GammaToMuPair
|
|
#
|
|
/gun/energy 100 keV
|
|
#
|
|
/testem/histo/setFileName phot.std
|
|
/testem/histo/setFileType hbook
|
|
/testem/histo/setHisto 3 100 0. 100. keV #energy of ch. secondaries
|
|
/testem/histo/setHisto 4 200 -1. +1. none #costeta of ch. secondaries
|
|
#
|
|
/testem/event/printModulo 10000
|
|
#
|
|
/run/beamOn 100000
|