source: trunk/examples/extended/electromagnetic/TestEm14/photoelec.mac @ 807

Last change on this file since 807 was 807, checked in by garnier, 16 years ago

update

File size: 676 bytes
Line 
1# $Id: photoelec.mac,v 1.3 2006/10/24 16:54:16 maire Exp $
2#
3# Macro file for "TestEm14.cc"
4# (can be run in batch, without graphic)
5#
6# photon 100 keV; photoelectric
7#
8/control/verbose 2
9/run/verbose 2
10#
11/testem/det/setMat Iron
12###/testem/det/setMat BGO
13#
14/run/initialize
15#
16/process/inactivate compt
17/process/inactivate conv
18/process/inactivate GammaToMuPair
19#
20/gun/particle gamma
21/gun/energy 100 keV
22#
23/testem/histo/setFileName photoelec
24/testem/histo/setFileType hbook
25/testem/histo/setHisto 3  100 0. 100. keV       #energy  of ch. secondaries 
26/testem/histo/setHisto 4  200 -1. +1. none      #costeta of ch. secondaries
27#
28##/tracking/verbose 2
29##/run/beamOn 1
30#
31/run/beamOn 100000
Note: See TracBrowser for help on using the repository browser.