source: trunk/examples/extended/electromagnetic/TestEm3/ionC12.mac @ 1230

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

update to geant4.9.3

File size: 635 bytes
Line 
1# $Id: ionC12.mac,v 1.11 2009/09/17 20:06:26 maire Exp $
2#
3# Macro file for "TestEm3.cc"
4# (can be run in batch, without graphic)
5#
6# CsI 1 layer;
7#
8/control/verbose 2
9/run/verbose 2
10/tracking/verbose 1
11#
12#  select EM PhysicsList
13#
14/testem/phys/addPhysics  local
15#
16/testem/phys/setCuts 1 mm
17#
18/testem/det/setNbOfLayers 1
19/testem/det/setNbOfAbsor 1
20/testem/det/setAbsor 1 CsI 1.99 cm
21/testem/det/setSizeYZ 3 cm
22#
23/gun/particle ion
24/gun/ion 6 12
25/run/initialize
26#
27/testem/gun/setDefault
28#/gun/particle ion
29#/gun/ion 6 12
30/gun/energy 108 GeV
31#
32/testem/histo/setHisto 1 200 350. 550. MeV
33#
34/testem/event/printModulo 1000
35/run/beamOn 5000
36
Note: See TracBrowser for help on using the repository browser.