source: ELYSE/HEAD/scripts/Geant4/jobOptions.mac @ 295

Last change on this file since 295 was 295, checked in by campagne, 17 years ago
File size: 1.4 KB
Line 
1
2/control/verbose 1
3
4
5/run/verbose 2
6#default range cut in processes see ELYSE/phys/set.Cut for g/e-/e+
7#/run/setCut  0.1 mm
8
9#dump the Geometry navigation
10#/geometry/navigator/verbose 1
11
12#Physics processes
13#-----------------
14#choose the electromagnetic physics list: nickname = which builder (location)
15#standard        = PhysListEmStandard  (ELYSE)
16#Livermore       = PhysListEmLivermore (ELYSE)
17#Penelope        = PhysListEmPenelope  (ELYSE)
18#G4standard      = G4EmStandardPhysics   (<geant4-sources>physics_lists/builder)
19#G4standard_fast = G4EmStandardPhysics71 (<geant4-sources>physics_lists/builder)
20#note 1 G4standard= standard for gamma/e+/e-/mu+/mu-
21#note 2 G4standard_fast modifie the ionization modelisation
22#note 3 Livermore use LowEnergy processes
23#note 4 Penelope  use Penelope  processes
24#A comparison of various physical quantities concerning all the Geant4
25#electromagnetic physics processes has been published in
26#
27#  K. Amako et al.,
28#  Comparison of Geant4 electromagnetic physics models against
29#  the NIST reference data
30#  IEEE Trans. Nucl. Sci., Volume: 52, Issue: 4, Aug. 2005, Pages: 910-918
31
32/ELYSE/phys/addPhysics standard
33
34#Range cut for Gamma/Electron/Positron individualy or at once
35#/ELYSE/phys/setGCut 0.1 mm
36#/ELYSE/phys/setECut 0.1 mm
37#/ELYSE/phys/setPCut 0.1 mm
38/ELYSE/phys/setCuts 0.1 mm
39
40
41#event/verbose 1 is dumping the Stack: quite long!
42/event/verbose 0
43#see ELYSE/phys/verbose in init.g4m to dump Processes
44
45/tracking/verbose 1
46
Note: See TracBrowser for help on using the repository browser.