source: ELYSE/tags/v1r0/scripts/Geant4/jobOptions.mac @ 636

Last change on this file since 636 was 286, checked in by campagne, 18 years ago

ELYSE sauvegarde provisoire (JEC)

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