source: trunk/documents/UserDoc/UsersGuides/ForApplicationDeveloper/html/Control/UIcommands/_tracking_.html @ 1287

Last change on this file since 1287 was 1208, checked in by garnier, 15 years ago

CVS update

File size: 1.7 KB
Line 
1<html><head><title>Commands in /tracking/</title></head>
2<body bgcolor="#ffffff"><h2>/tracking/</h2><p>
3TrackingManager and SteppingManager control commands.<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>abort</b>
9<p><dd>
10Abort current G4Track processing.<br>
11<p><dd>Available at all Geant4 states.
12<p><br><p><dt><b>resume</b>
13<p><dd>
14Resume current G4Track processing.<br>
15<p><dd>Available at all Geant4 states.
16<p><br><p><dt><b>storeTrajectory [<i>Store</i>]</b>
17<p><dd>
18Store trajectories or not.<br>
19 0 : Don't Store trajectories.<br>
20 !=0 : Store trajectories.<br>
21 1 : Choose G4Trajectory as default.<br>
22 2 : Choose G4SmoothTrajectory as default.<br>
23 3 : Choose G4RichTrajectory as default.<br>
24<p><dd>Range : Store &gt;=0 &amp;&amp; Store &lt;= 3
25<p><dd>Available at all Geant4 states.
26<p><dd>Parameters<table border=1>
27<tr><td>Store
28<td>type i
29<td>Omittable : default value = 0
30<td></table>
31<p><br><p><dt><b>verbose [<i>verbose_level</i>]</b>
32<p><dd>
33Set Verbose level of tracking category.<br>
34 -1 : Silent.<br>
35 0 : Silent.<br>
36 1 : Minium information of each Step.<br>
37 2 : Addition to Level=1, info of secondary particles.<br>
38 3 : Addition to Level=1, pre/postStepoint information<br>
39     after all AlongStep/PostStep process executions.<br>
40 4 : Addition to Level=3, pre/postStepoint information<br>
41     at each AlongStepPostStep process execuation.<br>
42 5 : Addition to Level=4, proposed Step length information<br>
43     from each AlongStepPostStep process.<br>
44<p><dd>Range : verbose_level &gt;=-1 
45<p><dd>Available at all Geant4 states.
46<p><dd>Parameters<table border=1>
47<tr><td>verbose_level
48<td>type i
49<td>Omittable : default value = 0
50<td></table>
51</dl></body></html>
Note: See TracBrowser for help on using the repository browser.