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

Last change on this file since 1309 was 1230, checked in by garnier, 14 years ago

update to geant4.9.3

File size: 762 bytes
Line 
1# $Id: compton.mac,v 1.4 2009/09/25 11:43:33 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#
15/run/initialize
16#
17/process/inactivate phot
18/process/inactivate conv
19/process/inactivate GammaToMuPair
20#
21/gun/particle gamma
22/gun/energy 300 keV
23#
24/testem/histo/setFileName testem14
25/testem/histo/setFileType root
26/testem/histo/setHisto 1  100 0. 300. keV       #energy  of primary 
27/testem/histo/setHisto 2  200 -1. +1. none      #costeta of primary
28/testem/histo/setHisto 3  100 0. 300. keV       #energy  of ch. secondary 
29/testem/histo/setHisto 4  200 -1. +1. none      #costeta of ch. secondary
30#
31/run/beamOn 100000
Note: See TracBrowser for help on using the repository browser.