62 lines
1.6 KiB
HTML
62 lines
1.6 KiB
HTML
<html><head><title>Commands in /particle/process/</title></head>
|
|
<body bgcolor="#ffffff"><h2>/particle/process/</h2><p>
|
|
Process Manager control commands.<br>
|
|
<p><hr><p>
|
|
<h2>Sub-directories : </h2><dl>
|
|
</dl><p><hr><p>
|
|
<h2>Commands : </h2><dl>
|
|
<p><br><p><dt><b>dump [<i>index</i>]</b>
|
|
<p><dd>
|
|
dump process manager or process information<br>
|
|
dump [process index]<br>
|
|
process index: -1 for process manager<br>
|
|
<p><dd>Available at all Geant4 states.
|
|
<p><dd>Parameters<table border=1>
|
|
<tr><td>index
|
|
<td>type i
|
|
<td>Omittable : default value = -1
|
|
<td></table>
|
|
<p><br><p><dt><b>verbose [<i>Verbose</i>] [<i>index</i>]</b>
|
|
<p><dd>
|
|
Set Verbose Level for Process or Process Manager<br>
|
|
Verbose [Verbose] [process index]<br>
|
|
process index: -1 for process manager<br>
|
|
<p><dd>Available Geant4 state(s) : PreInit
|
|
Init
|
|
Idle
|
|
GeomClosed
|
|
EventProc
|
|
<p><dd>Parameters<table border=1>
|
|
<tr><td>Verbose
|
|
<td>type i
|
|
<td>Omittable : default value = 1
|
|
<td><tr><td>index
|
|
<td>type i
|
|
<td>Omittable : default value = -1
|
|
<td></table>
|
|
<p><br><p><dt><b>activate [<i>index</i>]</b>
|
|
<p><dd>
|
|
Activate process <br>
|
|
Activate [process index]<br>
|
|
<p><dd>Range : index >=0
|
|
<p><dd>Available Geant4 state(s) : Idle
|
|
GeomClosed
|
|
EventProc
|
|
<p><dd>Parameters<table border=1>
|
|
<tr><td>index
|
|
<td>type i
|
|
<td><td></table>
|
|
<p><br><p><dt><b>inactivate [<i>index</i>]</b>
|
|
<p><dd>
|
|
Inactivate process <br>
|
|
inactivate [process index]<br>
|
|
<p><dd>Range : index >=0
|
|
<p><dd>Available Geant4 state(s) : Idle
|
|
GeomClosed
|
|
EventProc
|
|
<p><dd>Parameters<table border=1>
|
|
<tr><td>index
|
|
<td>type i
|
|
<td><td></table>
|
|
</dl></body></html>
|