29 lines
639 B
Plaintext
29 lines
639 B
Plaintext
# $Id: conv.mac,v 1.3 2004/09/29 10:37:48 maire Exp $
|
|
#
|
|
# Macro file for "PhotonProcesses.cc"
|
|
# (can be run in batch, without graphic)
|
|
#
|
|
# photon 100 MeV; gamma conversion to e+e-
|
|
#
|
|
/control/verbose 2
|
|
/run/verbose 2
|
|
#
|
|
/testem/det/setMat Lead
|
|
#
|
|
/run/initialize
|
|
#
|
|
/process/inactivate phot
|
|
/process/inactivate compt
|
|
/process/inactivate GammaToMuPair
|
|
#
|
|
/gun/energy 100 MeV
|
|
#
|
|
/testem/histo/setFileType hbook
|
|
/testem/histo/setFileName conv.paw
|
|
/testem/histo/setHisto 3 200 0. 100. MeV #energy of ch. secondaries
|
|
/testem/histo/setHisto 4 200 0. +1. none #costeta of ch. secondaries
|
|
#
|
|
/testem/event/printModulo 10000
|
|
#
|
|
/run/beamOn 100000
|