32 lines
618 B
Plaintext
32 lines
618 B
Plaintext
# $Id: run02.mac,v 1.7 2003/03/06 18:16:15 maire Exp $
|
|
#
|
|
# Macro file for "TestEm3.cc"
|
|
# (can be run in batch, without graphic)
|
|
#
|
|
# Tungsten-Silicium 50 layers; electron 1 GeV
|
|
#
|
|
/control/verbose 2
|
|
#
|
|
# select EM PhysicsList
|
|
#
|
|
#/testem/phys/addPhysics model
|
|
/testem/phys/addPhysics standard
|
|
#
|
|
/testem/phys/setCuts 100 mum
|
|
/run/initialize
|
|
#
|
|
/testem/det/setNbOfLayers 50
|
|
/testem/det/setNbOfAbsor 2
|
|
/testem/det/setAbsor 0 Tungsten 2 mm
|
|
/testem/det/setAbsor 1 Silicium 0.3 mm
|
|
/testem/det/update
|
|
#
|
|
/testem/gun/setDefault
|
|
#
|
|
/run/verbose 2
|
|
/testem/event/printModulo 100
|
|
#
|
|
/gun/particle e-
|
|
/gun/energy 1 GeV
|
|
/run/beamOn 100
|