Added some relevant particle IDs to the documentation. Updated documentation to compile with modern LaTex.
This commit is contained in:
parent
023d7dc701
commit
ec7abeeab1
BIN
doc/musrSim.pdf
BIN
doc/musrSim.pdf
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
\documentclass[twoside]{dis04}
|
||||
\usepackage{epsfig}
|
||||
%\usepackage{epsfig}
|
||||
%\def\runauthor{Kamil Sedl\'{a}k}
|
||||
\def\runauthor{PSI}
|
||||
% for the H1 collaboration}
|
||||
@ -1260,6 +1260,8 @@ The list of variables that can be stored in the Root tree:
|
||||
If the track ID is negative, there were more than just one track contributing to this hit. The absolute value
|
||||
of det\_VrtxTrackID[det\_n] corresponds to the first (in time) track.
|
||||
\item{\bf det\_VrtxParticleID[det\_n]} (array of Int\_t) -- particle ID of the first particle that belongs to the given hit.
|
||||
(Some relevant particle IDs: Muun+=-13, Muon-=+13, Electron=11, Positron=-11,
|
||||
Gamma=22, Proton=2212, Neutron=2112, Pion-=-211, Pion+=211.)
|
||||
\item{\bf det\_Vvv*****[det\_n]} -- similar to the variables det\_Vrtx*****[det\_n] above, but if the first particle
|
||||
belonging to the hit was created inside of the logical volume where the hit occurs, then it's track is followed
|
||||
to its mother track (even several times) until the track (particle) is found that has been created outside the
|
||||
@ -1300,6 +1302,8 @@ The list of variables that can be stored in the Root tree:
|
||||
the given ``save'' volume. Save volumes can therefore be made of vacuum.
|
||||
\item{\bf save\_detID[save\_n]} (array of Int\_t) -- ID number of the save volume.
|
||||
\item{\bf save\_particleID[save\_n]} (array of Int\_t) -- particle ID of the particle that entered the save volume.
|
||||
(Some relevant particle IDs: Muun+=-13, Muon-=+13, Electron=11, Positron=-11,
|
||||
Gamma=22, Proton=2212, Neutron=2112, Pion-=-211, Pion+=211.)
|
||||
\item{\bf save\_time[save\_n]} (array of Double\_t) -- time when the particle entered in the volume (in $\mu$s).
|
||||
\item{\bf save\_x[save\_n], save\_y[save\_n], save\_z[save\_n]} (array of Double\_t) -- position of the particle where it
|
||||
entered the save volume (``GetPreStepPoint()'') (in mm).
|
||||
@ -1379,10 +1383,10 @@ One of the easiest example to illustrate the basic features of the musrSim (and/
|
||||
shoot electrons into a scintillator block, and to observe the energy deposited inside it.
|
||||
Figure~\ref{vis101}
|
||||
%
|
||||
\begin{figure}[tb]\centering
|
||||
\epsfig{file=pict/vis_101_a.eps,width=8cm,%\linewidth,%
|
||||
%bbllx=83pt,bblly=330pt,bburx=538pt,bbury=513pt,
|
||||
clip=}
|
||||
\begin{figure}[htb]\centering
|
||||
\includegraphics[width=8cm]{pict/vis_101_a.pdf}
|
||||
%\epsfig{file=pict/vis_101_a.eps,width=8cm}
|
||||
%\linewidth,%%bbllx=83pt,bblly=330pt,bburx=538pt,bbury=513pt,clip=}
|
||||
\caption{A simple simulation of an electron passing through two
|
||||
scintillator tiles.}
|
||||
\label{vis101}
|
||||
@ -1487,9 +1491,9 @@ where some of the elements present in the simulation (beampipe, magnet, aluminiu
|
||||
for simplicity.
|
||||
The most important parameters of the simulation are summarised in table~\ref{dimensions}.
|
||||
%
|
||||
\begin{figure}[tbp]\centering
|
||||
\epsfig{file=pict/vis_201_1.eps,width=0.5\linewidth,%
|
||||
bbllx=70pt,bblly=270pt,bburx=455pt,bbury=640pt,clip=}
|
||||
\begin{figure}[htbp]\centering
|
||||
\includegraphics[width=0.5\linewidth]{pict/vis_201_1.pdf}
|
||||
% \epsfig{file=pict/vis_201_1.eps,width=0.5\linewidth,bbllx=70pt,bblly=270pt,bburx=455pt,bbury=640pt,clip=}
|
||||
\caption{3D view at the GPD detector system (run 201). Blue colour indicates the positron counters,
|
||||
magenta stands for collimators, red is the muon counter. GPD magnet, some Aluminium U-profiles and beampipe
|
||||
are not shown in the plot, however they are included in the simulation.}
|
||||
@ -1497,25 +1501,25 @@ are not shown in the plot, however they are included in the simulation.}
|
||||
\end{figure}
|
||||
%
|
||||
%
|
||||
\begin{figure}[tbp]\centering
|
||||
\epsfig{file=pict/vis_201_2.eps,width=0.8\linewidth,%
|
||||
bbllx=90pt,bblly=310pt,bburx=450pt,bbury=525pt,clip=}
|
||||
\begin{figure}[htbp]\centering
|
||||
\includegraphics[width=0.7\linewidth]{pict/vis_201_2.pdf}
|
||||
% \epsfig{file=pict/vis_201_2.eps,width=0.8\linewidth,bbllx=90pt,bblly=310pt,bburx=450pt,bbury=525pt,clip=}
|
||||
\caption{Side view of the GPD detector.}
|
||||
\label{fig:vis_201_2}
|
||||
\end{figure}
|
||||
%
|
||||
%
|
||||
\begin{figure}[tbp]\centering
|
||||
\epsfig{file=pict/vis_201_3.eps,width=0.4\linewidth,%
|
||||
bbllx=210pt,bblly=320pt,bburx=380pt,bbury=525pt,clip=}
|
||||
\begin{figure}[htbp]\centering
|
||||
\includegraphics[width=0.4\linewidth]{pict/vis_201_3.pdf}
|
||||
% \epsfig{file=pict/vis_201_3.eps,width=0.4\linewidth,bbllx=210pt,bblly=320pt,bburx=380pt,bbury=525pt,clip=}
|
||||
\caption{Front view of the GPD detector.}
|
||||
\label{fig:vis_201_3}
|
||||
\end{figure}
|
||||
%
|
||||
%
|
||||
\begin{figure}[tbp]\centering
|
||||
\epsfig{file=pict/vis_201_4.eps,width=0.9\linewidth,%
|
||||
bbllx=70pt,bblly=309pt,bburx=485pt,bbury=513pt,clip=}
|
||||
\begin{figure}[htbp]\centering
|
||||
\includegraphics[width=0.8\linewidth]{pict/vis_201_4.pdf}
|
||||
% \epsfig{file=pict/vis_201_4.eps,width=0.9\linewidth,bbllx=70pt,bblly=309pt,bburx=485pt,bbury=513pt,clip=}
|
||||
\caption{Top view of the GPD detector.}
|
||||
\label{fig:vis_201_4}
|
||||
\end{figure}
|
||||
@ -1588,7 +1592,7 @@ and typically can be found in subdirectories of the high field project:
|
||||
/afs/psi.ch/project/HighFieldMuSR/.
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\clearpage
|
||||
%\clearpage
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user