Print

Print


Author: ngraf
Date: Fri Nov 14 10:12:39 2014
New Revision: 3423

Log:
minor textual changes

Modified:
    docs/pubs/0001-lcdd/lcdd-paper.tex

Modified: docs/pubs/0001-lcdd/lcdd-paper.tex
 =============================================================================
--- docs/pubs/0001-lcdd/lcdd-paper.tex	(original)
+++ docs/pubs/0001-lcdd/lcdd-paper.tex	Fri Nov 14 10:12:39 2014
@@ -136,7 +136,7 @@
 \section{Introduction}
 
 
-As the size, complexity and cost of modern physics detectors increases, the need for detailed simulations of the experimental setup plays an increasingly important role. Designing detector systems composed of many disparate subsystems requires efficient tools to simulate the detector response. Comparisons of different technology options, or geometric layouts, are facilitated if the results can be obtained with a flexible, easy-to-use simulation framework.
+As the size, complexity and cost of modern physics detectors increase, the need for detailed simulations of the experimental setup plays an increasingly important role. Designing detector systems composed of many disparate subsystems requires efficient tools to simulate the detector response. Comparisons of different technology options, or geometric layouts, are facilitated if the results can be obtained with a flexible, easy-to-use simulation framework.
 
 %% free the end user from the need to know c++ coding or Geant4 architecture/class specifics
 %% still need to know the Geant4 physics, e.g physics lists, regions, step size...
@@ -159,7 +159,7 @@
 
 \subsection{GDML}
 
-The Geometry Description Markup Language (GDML) is a language for describing detector geometries using materials, mathematical variables and definitions, solids such as boxes and tubes, and a hierarchical structure of logical and physical volumes.  Originally developed as a stand-alone application, GDML has become part of the Geant4 source distribution. Therefore, it serves as an ideal starting point for a complete detector description language.  The syntax and usage of GDML is fully described in the \textit{GDML User's Guide}~\cite{gdmlguide} but a brief overview is provided here for completeness. Every valid GDML file has the following basic structure.
+The Geometry Description Markup Language (GDML) was developed to describe detector geometries using materials, mathematical variables and definitions, solids such as boxes and tubes, and a hierarchical structure of logical and physical volumes.  Originally released as a stand-alone application, GDML has since ecome part of the Geant4 source distribution. Therefore, it serves as an ideal starting point for a complete detector description language.  The syntax and usage of GDML is fully described in the \textit{GDML User's Guide}~\cite{gdmlguide} but a brief overview is provided here for completeness. Every valid GDML file has the following basic structure.
 
 \begin{verbatim}
     <gdml>
@@ -563,7 +563,7 @@
 </idspec>
 \end{verbatim}
 
-The first five fields of the above identifier derive from the {\tt physvolid} values.  The ``x'' and ``y'' values are read from the segmentation bins at the hit position.  The concatenation of these values identifies a unique readout channel in the detector.  The packed values can be subsequently decoded within an external framework to retrieve the associated detector information for a specific hit.
+The first five fields of the above identifier derive from the {\tt physvolid} values.  The ``x'' and ``y'' values are read from the segmentation bins at the hit position.  The concatenation of these values identifies a unique readout channel in the detector.  The packed values can be subsequently decoded within an external framework to retrieve the associated detector information for a specific hit. Accessing the field information from such a common source for both simulation and reconstruction ensures a commensurate encoding and subsequent decoding of the bit packing.
 
 \subsection{Physics Limits}
 
@@ -680,7 +680,7 @@
 
 The dipole models a Bx field that varies in the Z dimension given a list of coefficients, using a simple polynomial fit with an arbitrary number of terms.
 
-$B_x=\sum_{i=1}^{n} zc_i$
+$B_x=\sum_{i=1}^{n} c_i*z^i$
 
 Here is an example of a dipole field definition.
 

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the LCDET-SVN list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCDET-SVN&A=1