30 lines
614 B
Plaintext
30 lines
614 B
Plaintext
# $Id: anni.mac,v 1.3 2004/09/29 10:37:47 maire Exp $
|
|
#
|
|
# Macro file for "PhotonProcesses.cc"
|
|
# (can be run in batch, without graphic)
|
|
#
|
|
# e+ e- ---> gamma gamma
|
|
#
|
|
/control/verbose 2
|
|
/run/verbose 2
|
|
#
|
|
/testem/det/setMat Aluminium
|
|
#
|
|
/run/initialize
|
|
#
|
|
/process/inactivate eIoni
|
|
/process/inactivate eBrem
|
|
/process/inactivate msc
|
|
#
|
|
/gun/particle e+
|
|
/gun/energy 100 MeV
|
|
#
|
|
/testem/histo/setFileType hbook
|
|
/testem/histo/setFileName anni.paw
|
|
/testem/histo/setHisto 5 210 0. 105. MeV #energy of gamma
|
|
/testem/histo/setHisto 6 200 -1. +1. none #costeta of gamma
|
|
#
|
|
/testem/event/printModulo 10000
|
|
#
|
|
/run/beamOn 100000
|