| 1 | <HTML>
|
|---|
| 2 | <TITLE>
|
|---|
| 3 | </TITLE>
|
|---|
| 4 | <!-- Changed by: Katsuya Dosanjh, 15-Jul-2000 -->
|
|---|
| 5 | <!-- Changed by: Dennis Wright, 29-Nov-2001 -->
|
|---|
| 6 | <!-- Proof read by: Joe Chuma, 5-Jul-1999 -->
|
|---|
| 7 |
|
|---|
| 8 | <!-- 8.2 What Can Be Visualized -->
|
|---|
| 9 | <!-- *spell, *tag, *contents, *s -->
|
|---|
| 10 | <BODY>
|
|---|
| 11 |
|
|---|
| 12 | <TABLE WIDTH="100%" >
|
|---|
| 13 | <TR>
|
|---|
| 14 | <TD>
|
|---|
| 15 | </A>
|
|---|
| 16 | <A HREF="index.html">
|
|---|
| 17 | <IMG SRC="../../../../resources/html/IconsGIF/Contents.gif" ALT="Contents" HEIGHT=16 WIDTH=59></A>
|
|---|
| 18 | <A HREF="introduction.html">
|
|---|
| 19 | <IMG SRC="../../../../resources/html/IconsGIF/Previous.gif" ALT="Previous" HEIGHT=16 WIDTH=59></A>
|
|---|
| 20 | <A HREF="attributes.html">
|
|---|
| 21 | <IMG SRC="../../../../resources/html/IconsGIF/Next.gif" ALT="Next" HEIGHT=16 WIDTH=59></A>
|
|---|
| 22 | </TD>
|
|---|
| 23 |
|
|---|
| 24 | <TD ALIGN="Right"><FONT COLOR="#238E23"><FONT SIZE=-1>
|
|---|
| 25 | <B>Geant4 User's Guide</B> <BR>
|
|---|
| 26 | <B>For Application Developers</B> <BR>
|
|---|
| 27 | <B>Visualization</B> </FONT></FONT> </TD>
|
|---|
| 28 | </TR>
|
|---|
| 29 | </TABLE>
|
|---|
| 30 |
|
|---|
| 31 | <CENTER><FONT COLOR="#238E23"><FONT SIZE=+3>
|
|---|
| 32 | <b>8.2 What Can Be Visualized?</b><BR>
|
|---|
| 33 | </FONT></FONT></CENTER>
|
|---|
| 34 | <BR>
|
|---|
| 35 |
|
|---|
| 36 | <HR ALIGN="Center" SIZE="7%"><BR>
|
|---|
| 37 |
|
|---|
| 38 | <!-- ============================================== Section -->
|
|---|
| 39 |
|
|---|
| 40 | In Geant4 Visualization, you can visualize simulated data such as:
|
|---|
| 41 |
|
|---|
| 42 | <UL>
|
|---|
| 43 | <LI>Detector components
|
|---|
| 44 | <UL>
|
|---|
| 45 | <LI>A hierarchical structure of physical volumes
|
|---|
| 46 | <LI>A piece of physical volume, logical volume, and solid
|
|---|
| 47 | </UL>
|
|---|
| 48 | <LI>Particle trajectories and tracking steps
|
|---|
| 49 | <LI>Hits of particles in detector components
|
|---|
| 50 | </UL>
|
|---|
| 51 |
|
|---|
| 52 | and other user defined objects such as:
|
|---|
| 53 |
|
|---|
| 54 | <UL>
|
|---|
| 55 | <LI>A polyline, that is, a set of successive line segments
|
|---|
| 56 | <LI>A marker which marks an arbitrary 3D position
|
|---|
| 57 | <LI>texts, i.e., character strings for a description, a comment, or a title
|
|---|
| 58 | <LI>Eye guides such as coordinate axes
|
|---|
| 59 | </UL>
|
|---|
| 60 |
|
|---|
| 61 | You can visualize all these things either with visualization commands
|
|---|
| 62 | or by calling visualizing functions in your C++ source codes.
|
|---|
| 63 | <P>
|
|---|
| 64 | <!------------------------------------------------------------------------>
|
|---|
| 65 | <HR>
|
|---|
| 66 | <A HREF="attributes.html">Next section</A><BR>
|
|---|
| 67 | <A HREF="index.html">Back to contents</A>
|
|---|
| 68 |
|
|---|
| 69 | </BODY>
|
|---|
| 70 | </HTML>
|
|---|