source: trunk/documents/UserDoc/DocBookUsersGuides/ForApplicationDeveloper/xml/AllResources/Control/UIcommands/_geometry_test_.html @ 904

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

ajout de la doc

File size: 3.1 KB
Line 
1<html><head><title>Commands in /geometry/test/</title></head>
2<body bgcolor="#ffffff"><h2>/geometry/test/</h2><p>
3Geometry verification control setup.<br>
4Helps in detecting possible overlapping regions.<br>
5<p><hr><p>
6<h2>Sub-directories : </h2><dl>
7</dl><p><hr><p>
8<h2>Commands : </h2><dl>
9<p><br><p><dt><b>tolerance [<i>Tolerance</i>] [<i>Unit</i>]</b>
10<p><dd>
11Set error tolerance value.<br>
12Default: 1E-4*mm.<br>
13<p><dd>Available at all Geant4 states.
14<p><dd>Parameters<table border=1>
15<tr><td>Tolerance
16<td>type d
17<td>Omittable : current value is used as the default value.
18<td><tr><td>Unit
19<td>type s
20<td>Omittable : default value = mm
21<td>Parameter candidates : pc km m cm mm mum nm Ang fm parsec kilometer meter centimeter millimeter micrometer nanometer angstrom fermi
22</table>
23<p><br><p><dt><b>position [<i>X</i>] [<i>Y</i>] [<i>Z</i>] [<i>Unit</i>]</b>
24<p><dd>
25Set starting position.<br>
26<p><dd>Available at all Geant4 states.
27<p><dd>Parameters<table border=1>
28<tr><td>X
29<td>type d
30<td>Omittable : current value is used as the default value.
31<td><tr><td>Y
32<td>type d
33<td>Omittable : current value is used as the default value.
34<td><tr><td>Z
35<td>type d
36<td>Omittable : current value is used as the default value.
37<td><tr><td>Unit
38<td>type s
39<td>Omittable : default value = cm
40<td>Parameter candidates : pc km m cm mm mum nm Ang fm parsec kilometer meter centimeter millimeter micrometer nanometer angstrom fermi
41</table>
42<p><br><p><dt><b>direction [<i>Px</i>] [<i>Py</i>] [<i>Pz</i>] [<i>Unit</i>]</b>
43<p><dd>
44Set momentum direction.<br>
45Direction needs not to be a unit vector.<br>
46<p><dd>Range : Px != 0 || Py != 0 || Pz != 0
47<p><dd>Available at all Geant4 states.
48<p><dd>Parameters<table border=1>
49<tr><td>Px
50<td>type d
51<td>Omittable : current value is used as the default value.
52<td><tr><td>Py
53<td>type d
54<td>Omittable : current value is used as the default value.
55<td><tr><td>Pz
56<td>type d
57<td>Omittable : current value is used as the default value.
58<td><tr><td>Unit
59<td>type s
60<td><td></table>
61<p><br><p><dt><b>line_test</b>
62<p><dd>
63Performs test along a single specified direction/position.<br>
64Use position and direction commands to change default.<br>
65Default: position(0,0,0), direction(0,0,1).<br>
66<p><dd>Available Geant4 state(s) : Idle
67<p><br><p><dt><b>grid_test</b>
68<p><dd>
69Start running the default grid test.<br>
70A grid of lines parallel to a cartesian axis is used;<br>
71Only direct daughters of the mother volumes are checked.<br>
72<p><dd>Available Geant4 state(s) : Idle
73<p><br><p><dt><b>recursive_test</b>
74<p><dd>
75Start running the recursive grid test.<br>
76A grid of lines along a cartesian axis is recursively<br>
77to all daughters and daughters of daughters, etc.<br>
78WARNING: it may take a very long time, depending on geometry complexity !<br>
79<p><dd>Available Geant4 state(s) : Idle
80<p><br><p><dt><b>cylinder_test</b>
81<p><dd>
82Start running the cylinder test.<br>
83A set of lines in a cylindrical pattern of gradually<br>
84increasing mesh size.<br>
85<p><dd>Available Geant4 state(s) : Idle
86<p><br><p><dt><b>run</b>
87<p><dd>
88Start running the default grid test.<br>
89Same as the grid_test command.<br>
90<p><dd>Available Geant4 state(s) : Idle
91</dl></body></html>
Note: See TracBrowser for help on using the repository browser.