source: trunk/examples/extended/electromagnetic/TestEm3/sicapo2.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: 820 bytes
Line 
1# $Id: sicapo2.mac,v 1.5 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# Lead-Iron-Silicon 15 layers; electron 6, 8, 10, 12 GeV
7#
8# SICAPO Collaboration. CERN-PPE/91-218  Nov.91
9#                       NIM A332 (85-90) Feb.93
10#
11/control/verbose 2
12/run/verbose 2
13#
14/testem/phys/addPhysics  local
15#
16/testem/det/setNbOfLayers 15
17/testem/det/setNbOfAbsor 3
18/testem/det/setAbsor 1 Lead 13.00 mm
19/testem/det/setAbsor 2 Iron 10.08 mm
20/testem/det/setAbsor 3 Silicon 0.4 mm
21/testem/det/setSizeYZ 40. cm
22#
23/testem/phys/setCuts 1 mm
24/run/initialize
25#
26/testem/gun/setDefault
27/gun/particle e-
28#
29/testem/event/printModulo 10
30#
31/gun/energy 6 GeV
32/run/beamOn 100
33#
34/gun/energy 8 GeV
35/run/beamOn 100
36#
37/gun/energy 10 GeV
38/run/beamOn 100
39#
40/gun/energy 12 GeV
41/run/beamOn 100
Note: See TracBrowser for help on using the repository browser.