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