source: trunk/documents/UserDoc/DocBookUsersGuides/ForApplicationDeveloper/xml/AllResources/Control/UIcommands/_run_particle_.html

Last change on this file was 904, checked in by garnier, 16 years ago

ajout de la doc

File size: 4.3 KB
Line 
1<html><head><title>Commands in /run/particle/</title></head>
2<body bgcolor="#ffffff"><h2>/run/particle/</h2><p>
3Commands for G4VUserPhysicsList.<br>
4<p><hr><p>
5<h2>Sub-directories : </h2><dl>
6</dl><p><hr><p>
7<h2>Commands : </h2><dl>
8<p><br><p><dt><b>verbose [<i>level</i>]</b>
9<p><dd>
10Set the Verbose level of G4VUserPhysicsList.<br>
11 0 : Silent (default)<br>
12 1 : Display warning messages<br>
13 2 : Display more<br>
14<p><dd>Range : level &gt;=0 &amp;&amp; level &lt;=3
15<p><dd>Available at all Geant4 states.
16<p><dd>Parameters<table border=1>
17<tr><td>level
18<td>type i
19<td>Omittable : default value = 0
20<td></table>
21<p><br><p><dt><b>setCut [<i>cut</i>] [<i>Unit</i>]</b>
22<p><dd>
23Set default cut value <br>
24This command is equivallent to /run/setCut command.<br>
25This command is kept for backward compatibility.<br>
26<p><dd>Range : cut &gt;0.0
27<p><dd>Available Geant4 state(s) : PreInit
28Idle
29<p><dd>Parameters<table border=1>
30<tr><td>cut
31<td>type d
32<td><td><tr><td>Unit
33<td>type s
34<td>Omittable : default value = mm
35<td>Parameter candidates : pc km m cm mm mum nm Ang fm parsec kilometer meter centimeter millimeter micrometer nanometer angstrom fermi
36</table>
37<p><br><p><dt><b>dumpList</b>
38<p><dd>
39Dump List of particles in G4VUserPhysicsList. <br>
40<p><dd>Available at all Geant4 states.
41<p><br><p><dt><b>addProcManager [<i>particleType</i>]</b>
42<p><dd>
43add process manager to specified particle type<br>
44<p><dd>Available Geant4 state(s) : Init
45Idle
46GeomClosed
47EventProc
48<p><dd>Parameters<table border=1>
49<tr><td>particleType
50<td>type s
51<td>Omittable : default value =
52<td></table>
53<p><br><p><dt><b>buildPhysicsTable [<i>particleType</i>]</b>
54<p><dd>
55build physics table of specified particle type<br>
56<p><dd>Available Geant4 state(s) : Init
57Idle
58GeomClosed
59EventProc
60<p><dd>Parameters<table border=1>
61<tr><td>particleType
62<td>type s
63<td>Omittable : default value =
64<td></table>
65<p><br><p><dt><b>storePhysicsTable [<i>dirName</i>]</b>
66<p><dd>
67Store Physics Table<br>
68  Enter directory name<br>
69<p><dd>Available Geant4 state(s) : Idle
70<p><dd>Parameters<table border=1>
71<tr><td>dirName
72<td>type s
73<td>Omittable : default value =
74<td></table>
75<p><br><p><dt><b>retrievePhysicsTable [<i>dirName</i>]</b>
76<p><dd>
77Retrieve Physics Table<br>
78  Enter directory name or OFF to switch off<br>
79<p><dd>Available Geant4 state(s) : PreInit
80Idle
81<p><dd>Parameters<table border=1>
82<tr><td>dirName
83<td>type s
84<td>Omittable : default value =
85<td></table>
86<p><br><p><dt><b>setStoredInAscii [<i>ascii</i>]</b>
87<p><dd>
88Switch on/off ascii mode in store/retreive Physics Table<br>
89  Enter 0(binary) or 1(ascii)<br>
90<p><dd>Range : ascii ==0 || ascii ==1
91<p><dd>Available Geant4 state(s) : PreInit
92Idle
93<p><dd>Parameters<table border=1>
94<tr><td>ascii
95<td>type i
96<td>Omittable : default value = 0
97<td></table>
98<p><br><p><dt><b>applyCuts [<i>Flag</i>] [<i>Particle</i>]</b>
99<p><dd>
100Set applyCuts flag for a particle.<br>
101 Some EM processes which do not have infrared divergence<br>
102may generate gamma, e- and/or e+ with kinetic energies<br>
103below the production threshold. By setting this flag,<br>
104such secondaries below threshold are eliminated and<br>
105kinetic energies of such secondaries are accumulated<br>
106to the energy deposition of their mother.<br>
107 Note that 'applyCuts' makes sense only for gamma,<br>
108e- and e+. If this command is issued for other particle,<br>
109a warning message is displayed and the command is<br>
110ignored.<br>
111 If particle name is 'all', this command affects on<br>
112gamma, e- and e+.<br>
113<p><dd>Available Geant4 state(s) : PreInit
114Init
115Idle
116<p><dd>Parameters<table border=1>
117<tr><td>Flag
118<td>type s
119<td>Omittable : default value = true
120<td><tr><td>Particle
121<td>type s
122<td>Omittable : default value = all
123<td></table>
124<p><br><p><dt><b>dumpCutValues [<i>particle</i>]</b>
125<p><dd>
126Dump a list of production threshold values in range and energy<br>
127for all registered material-cuts-couples.<br>
128Dumping a list takes place when you issue 'beamOn' and<br>
129actual conversion tables from range to energy are available.<br>
130If you want a list 'immediately', use '/run/dumpRegion' for threshold<br>
131list given in gange only. Also, '/run/dumpCouples' gives you the<br>
132current list if you have already issued 'run/beamOn' at least once.<br>
133<p><dd>Available Geant4 state(s) : PreInit
134Idle
135<p><dd>Parameters<table border=1>
136<tr><td>particle
137<td>type s
138<td>Omittable : default value = all
139<td></table>
140</dl></body></html>
Note: See TracBrowser for help on using the repository browser.