1 |
# $Id: g4config2.in,v 1.0 2007/06/01 |
2 |
# |
3 |
# Geant4 configuration macro for PAMG4_VMC |
4 |
# (settings after initialization) |
5 |
|
6 |
# Print material properties |
7 |
# |
8 |
#/mcDet/printMaterials |
9 |
|
10 |
## Verbose settings |
11 |
/mcRegions/print 0 |
12 |
/run/verbose 0 |
13 |
/event/verbose 0 |
14 |
/mcVerbose/all 0 |
15 |
/mcVerbose/runAction 0 |
16 |
/mcVerbose/eventAction 0 |
17 |
|
18 |
# Physics list setting |
19 |
# |
20 |
##/process/inactivate phot |
21 |
##/process/inactivate conv |
22 |
##/process/inactivate compt |
23 |
##/process/inactivate Scintillation |
24 |
|
25 |
|
26 |
###SWITHCNG OFF ALL PROCESSES |
27 |
|
28 |
/mcPhysics/rangeCutForGamma 277 m |
29 |
/mcPhysics/rangeCutForElectron 12.3 cm |
30 |
/mcPhysics/rangeCutForPositron 12.6 cm |
31 |
/run/particle/applyCuts |
32 |
#/run/particle/dumpCutValues |
33 |
|
34 |
## Electromagnetic processes |
35 |
|
36 |
#/process/inactivate msc |
37 |
#/process/inactivate ionIoni |
38 |
#/process/inactivate hIoni |
39 |
#/process/inactivate eIoni |
40 |
#/process/inactivate eBrem |
41 |
|
42 |
/run/initialize |
43 |
/process/inactivate annihil |
44 |
|
45 |
#/process/inactivate phot |
46 |
#/process/inactivate compt |
47 |
#/process/inactivate conv |
48 |
#/process/inactivate muIoni |
49 |
#/process/inactivate muBrems |
50 |
#/process/inactivate muPairProd |
51 |
#/process/inactivate PhotonInelastic |
52 |
|
53 |
## Hadronic Gamma-and Lepto-Nuclear |
54 |
|
55 |
/process/inactivate ElectroNuclear |
56 |
/process/inactivate PositronNuclear |
57 |
|
58 |
## General Process |
59 |
/process/inactivate Decay |
60 |
|
61 |
#/process/inactivate hElastic |
62 |
|
63 |
## Hadronic Inelastic, Capture and Fission |
64 |
|
65 |
/process/inactivate NeutronInelastic |
66 |
/process/inactivate HadronCapture |
67 |
/process/inactivate HadronFission |
68 |
/process/inactivate ProtonInelastic |
69 |
/process/inactivate PionPlusInelastic |
70 |
/process/inactivate PionMinusInelastic |
71 |
/process/inactivate KaonPlusInelastic |
72 |
/process/inactivate KaonMinusInelastic |
73 |
/process/inactivate KaonZeroLInelastic |
74 |
/process/inactivate KaonZeroSInelastic |
75 |
/process/inactivate AntiProtonInelastic |
76 |
/process/inactivate AntiNeutronInelastic |
77 |
/process/inactivate LambdaInelastic |
78 |
/process/inactivate AntiLambdaInelastic |
79 |
/process/inactivate SigmaMinusInelastic |
80 |
/process/inactivate AntiSigmaMinusInelastic |
81 |
/process/inactivate SigmaPlusInelastic |
82 |
/process/inactivate AntiSigmaPlusInelastic |
83 |
/process/inactivate XiMinusInelastic |
84 |
/process/inactivate AntiXiMinusInelastic |
85 |
/process/inactivate XiZeroInelastic |
86 |
/process/inactivate AntiXiZeroInelastic |
87 |
/process/inactivate OmegaMinusInelastic |
88 |
/process/inactivate AntiOmegaMinusInelastic |
89 |
|
90 |
## Hadronic At-rest |
91 |
|
92 |
/process/inactivate CHIPSNuclearAbsorptionAtRest |
93 |
/process/inactivate muMinusCaptureAtRest |
94 |
|
95 |
|
96 |
## Hadronic Inelastic |
97 |
|
98 |
/process/inactivate dInelastic |
99 |
/process/inactivate tInelastic |
100 |
/process/inactivate He3Inelastic |
101 |
/process/inactivate alphaInelastic |
102 |
/process/inactivate ionInelastic |
103 |
|
104 |
## not to be switched off |
105 |
|
106 |
#/process/inactivate specialCutForChargedHadron |
107 |
#/process/inactivate specialCutForNeutralHadron |
108 |
#/process/inactivate specialCutForEplus |
109 |
#/process/inactivate specialCutForElectron |
110 |
#/process/inactivate specialCutForGamma |
111 |
#/process/inactivate specialCutForMuon |
112 |
#/process/inactivate specialControls |
113 |
|
114 |
|
115 |
###END |
116 |
|
117 |
#/mcPhysics/rangeCutForGamma 277 m |
118 |
#/mcPhysics/rangeCutForElectron 12.3 cm |
119 |
#/mcPhysics/rangeCutForPositron 12.6 cm |
120 |
#/run/particle/applyCuts |
121 |
#/run/particle/dumpCutValues |
122 |
|
123 |
# Limit max number of Cerenkov photons per step |
124 |
# (Needed as Cerenkov process does not limit step itself) |
125 |
# |
126 |
##/mcPhysics/setCerenkovMaxPhotons 5 |