source: trunk/examples/extended/electromagnetic/TestEm3/sicapo3.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: 785 bytes
Line 
1# $Id: sicapo3.mac,v 1.6 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-Silicon 10 layers; electron 2, 4, 6 GeV
7#
8# SICAPO Collaboration. NIM A345 (244-249) Oct.93
9#
10/control/verbose 2
11/run/verbose 2
12#
13/testem/phys/addPhysics  local
14#
15/testem/det/setNbOfLayers 10
16/testem/det/setNbOfAbsor 4
17###/testem/det/setAbsor 1 Iron    35.7 mm
18/testem/det/setAbsor 1 Lead    19.0 mm
19/testem/det/setAbsor 2 NemaG10  0.2 mm
20/testem/det/setAbsor 3 Silicon  0.4 mm
21/testem/det/setAbsor 4 NemaG10  1.0 mm
22/testem/det/setSizeYZ 16. cm
23#
24/testem/phys/setCuts 1 mm
25#
26/run/initialize
27#
28/testem/gun/setDefault
29/gun/particle e-
30/gun/energy 6 GeV
31#
32/testem/histo/setHisto 3 100 0. 50. MeV
33#
34/testem/event/printModulo 100
35#
36/run/beamOn 500
37
Note: See TracBrowser for help on using the repository browser.