source: trunk/examples/extended/electromagnetic/TestEm3/fanoCav.mac @ 1337

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

update

File size: 804 bytes
Line 
1# $Id: fanoCav.mac,v 1.1 2006/10/31 13:43:36 maire Exp $
2#
3# Macro file for "TestEm3.cc"
4# (can be run in batch, without graphic)
5#
6# water-steam-water  1 layer;
7#
8# E. Poon et al. Phys. Med. Biol. 50(2005) p.681
9#
10/control/verbose 2
11/run/verbose 2
12#
13/testem/det/setNbOfLayers 1
14/testem/det/setNbOfAbsor  3
15/testem/det/setAbsor 1 Water      5 mm
16/testem/det/setAbsor 2 WaterSteam 2 mm
17/testem/det/setAbsor 3 Water      5 mm
18/testem/det/setSizeYZ             2 cm
19#
20/testem/phys/setCuts 1 km
21#
22/run/initialize
23#
24/testem/gun/setDefault
25/gun/particle gamma
26/gun/energy 1.25 MeV
27/testem/gun/rndm 0.99
28#
29/process/eLoss/StepFunction 0.2 1 mum
30#
31/testem/histo/setFileName fanoCav
32/testem/histo/setFileType hbook
33/testem/histo/setHisto 2 100  0  1000 eV
34#
35/testem/event/printModulo 100000
36#
37/run/beamOn 2000000
Note: See TracBrowser for help on using the repository browser.