source: trunk/examples/extended/electromagnetic/TestEm3/linac.mac @ 1279

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

update to geant4.9.3

File size: 704 bytes
Line 
1# $Id: linac.mac,v 1.6 2009/09/17 20:06:26 maire Exp $
2#
3# Macro file for "TestEm3"
4#
5# Linac/Ecal from Graham Wilson;
6#
7/control/verbose 2
8/run/verbose 1
9#
10/testem/det/setNbOfLayers 42
11/testem/det/setNbOfAbsor  4
12/testem/det/setAbsor 1 Tungsten  2.50 mm
13/testem/det/setAbsor 2 NemaG10   0.68 mm
14/testem/det/setAbsor 3 Silicon   0.32 mm
15/testem/det/setAbsor 4 Air20     0.25 mm
16/testem/det/setSizeYZ  30 cm
17#
18/testem/phys/addPhysics  local
19/testem/phys/setCuts 10 um
20#
21/run/initialize
22#
23/testem/histo/setFileName linac
24/testem/histo/setFileType hbook
25/testem/histo/setHisto 3 100   0.   20.  MeV    #edep in absor3
26#
27/gun/particle gamma
28/gun/energy 1 GeV
29#
30/testem/event/printModulo 100
31#
32/run/beamOn 1000
Note: See TracBrowser for help on using the repository browser.