source: trunk/examples/extended/medical/DICOM/run.mac @ 1346

Last change on this file since 1346 was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

File size: 530 bytes
Line 
1# S. Chauvie
2#
3# Macro file recommended for the use with DICOM example and built-in physic list.
4# This macro uses the physics list already contained in the Geant4 distribution
5#
6
7#########################
8# Set of the verboses
9#
10/control/verbose 1
11/tracking/verbose 0
12/run/verbose 1
13/event/verbose 0
14
15
16##########################
17# Random
18#
19
20/random/setDirectoryName .
21/random/setSavingFlag 1
22#/random/resetEngineFrom currentEvent.rndm1
23
24
25##########################
26# Initialisation procedure
27#
28/run/initialize
29
30/run/beamOn 100
Note: See TracBrowser for help on using the repository browser.