source: trunk/examples/extended/electromagnetic/TestEm14/compton.mac @ 812

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

update

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