source: trunk/examples/extended/electromagnetic/TestEm9/csi.mac@ 1036

Last change on this file since 1036 was 807, checked in by garnier, 17 years ago

update

File size: 868 bytes
Line 
1# $Id: csi.mac,v 1.4 2006/10/26 15:50:35 maire Exp $
2# GEANT4 tag $Name: $
3#
4# Macro file for TestEm9 - Crystal Calorimeter
5# V.Ivanchenko
6#
7#
8/control/verbose 2
9/run/verbose 1
10#/tracking/verbose 1
11#
12# select EM PhysicsList
13#
14/testem/phys/addPhysics standard
15#
16/testem/phys/addPhysics binary #hadronic physics
17/testem/phys/addPhysics binary_ion #hadronic physics
18/testem/phys/addPhysics elastic #hadronic physics
19#
20/testem/det/CalMat CsI
21/testem/phys/setCuts 5. mm
22/testem/phys/VertexCuts 0.01 mm
23/testem/phys/MuonCuts 10.0 mm
24/testem/stepMax 100 mm
25#
26#/process/eLoss/preciseRange true
27#/process/eLoss/integral true
28/run/initialize
29#
30/testem/histo/fileName csi_ma2.paw
31#/testem/histo/fileName csi_st2.paw
32#/testem/histo/fileName csi.xml
33#/testem/histo/fileType XML
34#
35/gun/particle e-
36/gun/energy 1 GeV
37/run/beamOn 10000
38#
39
Note: See TracBrowser for help on using the repository browser.