source: trunk/examples/extended/electromagnetic/TestEm3/atlashec.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: 711 bytes
Line 
1# $Id: atlashec.mac,v 1.8 2009/09/17 20:06:26 maire Exp $
2#
3# Macro file for "TestEm3.cc"
4#
5# Atlas HEC model;
6#
7/control/verbose 2
8/run/verbose 1
9#
10/testem/det/setNbOfLayers 25
11/testem/det/setNbOfAbsor  2
12/testem/det/setAbsor 1 liquidArgon 0.85 cm
13/testem/det/setAbsor 2 Copper      2.5 cm
14/testem/det/setSizeYZ             17 cm
15#
16/testem/phys/addPhysics  emstandard_opt0
17/testem/phys/setCuts 0.7 mm
18#
19/run/initialize
20#
21/testem/histo/setFileName 10gev
22/testem/histo/setFileType hbook
23/testem/histo/setHisto 1 100   0.   1000.  MeV
24/testem/histo/setHisto 2 100   9.   10.  GeV
25#
26/gun/particle e-
27/gun/particle pi+
28/gun/energy 100 GeV
29/gun/position -40.635 0 0
30#
31/testem/event/printModulo 100
32/run/beamOn 100
33
Note: See TracBrowser for help on using the repository browser.