\documentclass[11pt]{article} \usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots. \geometry{a4paper} % ... or letterpaper or a5paper or ... %\geometry{landscape} % Activate for for rotated page geometry %\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent \usepackage{graphicx} \usepackage{amssymb} \usepackage{epstopdf} \usepackage{color} \DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png} % Ralfs lazy definitions \newcommand{\alert}[1]{\textcolor{red}{#1}} \newcommand{\code}[1]{\texttt{\small{#1}}}%\small %\footnotesize %\scriptsize %\newcommand{\code}[1]{\small{ \verb!#1! } }%\small %\footnotesize %\scriptsize \newcommand{\codeline}[1]{\begin{quote}\texttt{\small{#1}}\end{quote}}%\small %\footnotesize %\scriptsize \newcommand{\codetable}[1]{\noindent\texttt{\small{\begin{tabular}{|p{\textwidth}|}\hline#1\hline\end{tabular}}}} \newcommand{\flashy}[1]{\alert{\begin{center}\bf{#1}\end{center}}} %Slides only \newcommand{\Notiz}[1]{\textcolor{red}{\footnotesize{\bf{#1}}}} \newcommand{\pandaroot}{PandaRoot } \newcommand{\fairroot}{FairRoot } \newcommand{\Root}{\texttt{ROOT} } % That's all \title{PANDA Note\\Using the \pandaroot Software\\- a working document -} \author{Klaus G\"{o}tzen\footnote{GSI, Darmstadt, Germany} $$ and Ralf Kliemt\footnote{HISKP, University Bonn, Germany} \\for the PANDA Collaboration} %\date{October 2009} % Activate to display a given date or no date \begin{document} \maketitle \vspace{5cm} % ---------------------------------------------------- \begin{abstract} The \pandaroot software is the growing simulation for the PANDA experiment. A a reference document is provided to help starters as well as the developers. The fast and full simulation are covered, as well as how to steer the simulations parameters. Also a collection of useful tools and links is given. \end{abstract} \newpage \tableofcontents \newpage % ---------------------------------------------------- \section{Introduction} \subsection{On this Document} From experience it is always difficult for newcomers, e.g. students, to learn the ways of a new software. Therefore it is really helpful to have a starters guide. All the information is already available on the PandaWiki \cite{pandawiki} but was not compiled into one printable document yet. Code developers and experienced users will find here a useful documentation part with some practical explanations to the subdetector packages of \pandaroot. Standing at the period of planning and construction of the PANDA detector it is obvious that the software is not finalized. Many changes, even substantial ones, can be expected in the future, rendering parts of this document obsolete. \Notiz{This PANDA Note is a follow-up of a talk given on the Turin Meeting 2009.} \subsection{The PANDA Experiment} The PANDA experiment is a particle detector system planned as part of the FAIR \cite{fair} facility at Darmstadt. For a complete overview we recommend to read the PANDA TPR \cite{pandatpr} or the introduction chapters of the more recent EMC TDR \cite{emctdr}. % ---------------------------------------------------- \newpage \section{Getting Started} %big chunk of text read from extern file \input{gettingstarted.tex} % ---------------------------------------------------- % ---------------------------------------------------- \newpage \section{\pandaroot} %big chunk of text read from extern file \input{packages.tex} % ---------------------------------------------------- \appendix % ---------------------------------------------------- \section{Credits} \Notiz{Sollte das rein oder nicht? Es koennte jemand vergessen werden. Die Refereenzen zu Veroeffentlichungen sollten vielleicht reichen.} Mentioning of the people working on the \pandaroot packages. \begin{table}[htbp] \centering \begin{tabular}{@{} cc @{}} Package & Names (affiliation) \\ \hline \\ mvd & T.Stockmanns (FZ-J\"{u}lich), R.J\"{a}kel (TU Dresden), R.Kliemt (TU Dresden) \\ stt & ¥ \\ tpc & ¥ \\ drc & ¥ \\ tof & ¥ \\ emc & ¥ \\ dch & ¥ \\ gem & \\ genfit & ¥ \\ LheTrack & ¥ \\ rho & ¥ \\ & \\ etc... & \\ \end{tabular} % \caption{TableCaption} \label{tab:label} \end{table} % ---------------------------------------------------- \begin{thebibliography}{1} \bibitem{fair} \Notiz{Fair Baseline Report??} \bibitem{pandatpr} The PANDA Collaboration \newblock "Technical Progress Report" \newblock {\em http://www-panda.gsi.de/db/papersDB/PC19-050217\_panda\_tpr.pdf} \bibitem{emctdr} \Notiz{Emc Group} \newblock \Notiz{"EMC Technical Design Report"} \bibitem{pandaroot} S.Spataro for the PANDA Collaboration \newblock "Simulation and event reconstruction inside the PandaRoot framework" \newblock {\em Journal of Physics: Conference Series 119 (2008) 032035} \bibitem{pandawiki} {\em http://panda-wiki.gsi.de} \bibitem{root} {\em http://root.cern.ch} \end{thebibliography} \end{document}