Moved Tao's code to TaoLEMuSR.
This commit is contained in:
98
geant4/TaoLEMuSR/doc/node33.html
Normal file
98
geant4/TaoLEMuSR/doc/node33.html
Normal file
@ -0,0 +1,98 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with jLaTeX2HTML 2002-2-1 (1.70) JA patch-2.0
|
||||
patched version by: Kenshi Muto, Debian Project.
|
||||
* modified by: Shige TAKENO
|
||||
LaTeX2HTML 2002-2-1 (1.70),
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Geant4 volumes hierarchy</TITLE>
|
||||
<META NAME="description" CONTENT="Geant4 volumes hierarchy">
|
||||
<META NAME="keywords" CONTENT="LEMuSR_Simulation">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META NAME="Generator" CONTENT="jLaTeX2HTML v2002-2-1 JA patch-2.0">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="LEMuSR_Simulation.css">
|
||||
|
||||
<LINK REL="next" HREF="node34.html">
|
||||
<LINK REL="previous" HREF="node32.html">
|
||||
<LINK REL="up" HREF="node32.html">
|
||||
<LINK REL="next" HREF="node34.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html425"
|
||||
HREF="node34.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/share/latex2html/icons/next.png"></A>
|
||||
<A NAME="tex2html423"
|
||||
HREF="node32.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/share/latex2html/icons/up.png"></A>
|
||||
<A NAME="tex2html417"
|
||||
HREF="node32.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html426"
|
||||
HREF="node34.html">Geant4 volumes attributes</A>
|
||||
<B> Up:</B> <A NAME="tex2html424"
|
||||
HREF="node32.html">Detector files</A>
|
||||
<B> Previous:</B> <A NAME="tex2html418"
|
||||
HREF="node32.html">Detector files</A>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H3><A NAME="SECTION00212100000000000000">
|
||||
Geant4 volumes hierarchy</A>
|
||||
</H3>
|
||||
There are three types of volumes in Geant4 , and can arrange them in order to build a recursive hierarchy, or a tree, that defines the detector. They are organized as the creation process of a detector component.
|
||||
|
||||
<UL>
|
||||
<LI>Base volume: it is the pure geometrical definition of a detector component. For example, a box, a cylinder, a polyhedra ...and the dimensions i.e. it is the component project on paper.
|
||||
</LI>
|
||||
<LI>Logical volume: it is the definition of the detector component obtained combining the geometric definition and the material, i.e. it is the component at the exit of the workshop.
|
||||
</LI>
|
||||
<LI>Physical volume: it is a logical volume that recieved a placement (center position vector and space transformation like rotation, translation ...) in a mother volume, i.e. it is the component introduced in the detector.
|
||||
</LI>
|
||||
</UL>
|
||||
The mother volume of a physical volume is always a logical volume, expect for the main physical volume, which is the ``World'', the experimental hall volume. Therefore, a recursive hierarchy is possible. A physical volume C will be put in a logical volume B, at a certain position and with a certain orientation. The physical volume B will be the placement of the B logical volume (including the physical volume C) into a logical volume A, and so on.
|
||||
|
||||
<P>
|
||||
<HR>
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html425"
|
||||
HREF="node34.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/share/latex2html/icons/next.png"></A>
|
||||
<A NAME="tex2html423"
|
||||
HREF="node32.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/share/latex2html/icons/up.png"></A>
|
||||
<A NAME="tex2html417"
|
||||
HREF="node32.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html426"
|
||||
HREF="node34.html">Geant4 volumes attributes</A>
|
||||
<B> Up:</B> <A NAME="tex2html424"
|
||||
HREF="node32.html">Detector files</A>
|
||||
<B> Previous:</B> <A NAME="tex2html418"
|
||||
HREF="node32.html">Detector files</A>
|
||||
<!--End of Navigation Panel-->
|
||||
<ADDRESS>
|
||||
|
||||
2005-12-21
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
Reference in New Issue
Block a user