Print

Print


Author: [log in to unmask]
Date: Mon Apr 27 10:24:36 2015
New Revision: 3594

Log:
rough outline

Added:
    docs/pubs/0002-slic/
    docs/pubs/0002-slic/slic-paper.tex

Added: docs/pubs/0002-slic/slic-paper.tex
 =============================================================================
--- docs/pubs/0002-slic/slic-paper.tex	(added)
+++ docs/pubs/0002-slic/slic-paper.tex	Mon Apr 27 10:24:36 2015
@@ -0,0 +1,200 @@
+%% Copyright 2007, 2008, 2009 Elsevier Ltd
+%%
+%% This file is part of the 'Elsarticle Bundle'.
+%% ---------------------------------------------
+%%
+%% It may be distributed under the conditions of the LaTeX Project Public
+%% License, either version 1.2 of this license or (at your option) any
+%% later version.  The latest version of this license is in
+%%    http://www.latex-project.org/lppl.txt
+%% and version 1.2 or later is part of all distributions of LaTeX
+%% version 1999/12/01 or later.
+%%
+%% The list of all files belonging to the 'Elsarticle Bundle' is
+%% given in the file `manifest.txt'.
+%%
+
+%% Template article for Elsevier's document class `elsarticle'
+%% with numbered style bibliographic references
+%% SP 2008/03/01
+%%
+%%
+%%
+%% $Id: elsarticle-template-num.tex 4 2009-10-24 08:22:58Z rishi $
+%%
+%%
+
+%% target: full-length writeup, shorten as necessary for NIM, CPC, etc.
+%\documentclass[preprint,12pt,3p]{elsarticle}
+\documentclass[final,3p,times,twocolumn]{elsarticle}
+\usepackage{url}
+\usepackage{gensymb}
+\usepackage{graphicx}
+\usepackage{amsmath}
+\usepackage{tikz}
+\usepackage{subfigure}
+\graphicspath{ {images/} }
+
+%% Use the option review to obtain double line spacing
+%% \documentclass[preprint,review,12pt]{elsarticle}
+
+%% Use the options 1p,twocolumn; 3p; 3p,twocolumn; 5p; or 5p,twocolumn
+%% for a journal layout:
+%% \documentclass[final,1p,times]{elsarticle}
+%% \documentclass[final,1p,times,twocolumn]{elsarticle}
+%% \documentclass[final,3p,times]{elsarticle}
+%% \documentclass[final,3p,times,twocolumn]{elsarticle}
+%% \documentclass[final,5p,times]{elsarticle}
+%% \documentclass[final,5p,times,twocolumn]{elsarticle}
+
+%% if you use PostScript figures in your article
+%% use the graphics package for simple commands
+%% \usepackage{graphics}
+%% or use the graphicx package for more complicated commands
+%% \usepackage{graphicx}
+%% or use the epsfig package if you prefer to use the old commands
+%% \usepackage{epsfig}
+
+%% The amssymb package provides various useful mathematical symbols
+%%\usepackage{amssymb}
+%% The amsthm package provides extended theorem environments
+%% \usepackage{amsthm}
+
+%% The lineno packages adds line numbers. Start line numbering with
+%% \begin{linenumbers}, end it with \end{linenumbers}. Or switch it on
+%% for the whole article with \linenumbers after \end{frontmatter}.
+ \usepackage{lineno}
+
+%% natbib.sty is loaded by default. However, natbib options can be
+%% provided with \biboptions{...} command. Following options are
+%% valid:
+
+%%   round  -  round parentheses are used (default)
+%%   square -  square brackets are used   [option]
+%%   curly  -  curly braces are used      {option}
+%%   angle  -  angle brackets are used    <option>
+%%   semicolon  -  multiple citations separated by semi-colon
+%%   colon  - same as semicolon, an earlier confusion
+%%   comma  -  separated by comma
+%%   numbers-  selects numerical citations
+%%   super  -  numerical citations as superscripts
+%%   sort   -  sorts multiple citations according to order in ref. list
+%%   sort&compress   -  like sort, but also compresses numerical citations
+%%   compress - compresses without sorting
+%%
+%% \biboptions{comma,round}
+
+% \biboptions{}
+
+%\journal{Nuclear Physics B}
+
+\begin{document}
+
+\begin{frontmatter}
+
+\title{slic: A Detector Response Simulation Program }
+
+
+\author{Norman Graf\corref{cor1} \fnref{label1}}
+\[log in to unmask]
+\cortext[cor1]{Corresponding author}
+\author{Jeremy McCormick\fnref{label1}}
+\[log in to unmask]
+\address[label1]{SLAC National Accelerator Laboratory, 2575 Sand Hill Road, Menlo Park, CA, 94025, USA}
+
+\begin{abstract}
+SLIC has been developed...
+
+\end{abstract}
+
+ \begin{keyword}
+Simulation software \sep Detector modeling \sep Geant4
+%% keywords here, in the form: keyword \sep keyword
+%% example \sep \LaTeX \sep template
+%% MSC codes here, in the form: \MSC code \sep code
+%% or \MSC[2008] code \sep code (2000 is the default)
+ \end{keyword}
+
+\end{frontmatter}
+
+%%
+%% Start line numbering here if you want
+%%
+\linenumbers
+
+%% main text
+\section{Introduction}
+Introduce the concept behind providing a simulation program instead of a bucket of header and source files.
+\section{History}
+Describe situation at the end of the 20th century, NLC, Tesla, JLC. Fortran/Geant3 -> OO
+describe various previous incarnations of the ALCPG full simulation packages leading up to slic.
+
+\section{I/O}
+\subsection{geometry}
+Brief recap of lcdd, reference publication.
+\subsection{event input}
+GPS, stdhep
+\subsection{event output}
+LCIO event
+\section{event processing}
+\subsection{physics lists}
+\subsection{MC hierarchy}
+\subsection{sensitive detectors}
+\section{Applications}
+ILC, CLIC, MUC, HPS
+\section{getting slic}
+ilcsoft
+\section{Conclusion}
+
+SLIC is blah blah blah
+
+\section{Acknowledgement}
+Work supported by the U.S. Department of Energy under contract number DE-AC02-76SF00515.
+
+%% References
+%%
+%% Following citation commands can be used in the body text:
+%% Usage of \cite is as follows:
+%%   \cite{key}         ==>>  [#]
+%%   \cite[chap. 2]{key} ==>> [#, chap. 2]
+%%
+
+%% References with bibTeX database:
+
+% \bibliographystyle{elsarticle-num}
+% \bibliographystyle{elsarticle-harv}
+% \bibliographystyle{elsarticle-num-names}
+% \bibliographystyle{model1a-num-names}
+% \bibliographystyle{model1b-num-names}
+% \bibliographystyle{model1c-num-names}
+% \bibliographystyle{model1-num-names}
+% \bibliographystyle{model2-names}
+% \bibliographystyle{model3a-num-names}
+% \bibliographystyle{model3-num-names}
+% \bibliographystyle{model4-names}
+% \bibliographystyle{model5-names}
+% \style{model6-num-names}
+% \bibliography{sample}
+
+% TODO: Use bibtex for bibliography
+% following not yet working well
+%\bibliographystyle{unsrt}
+%
+%\bibliography{lcdd-paper}
+
+
+
+\begin{thebibliography}{2}
+
+\bibitem{geant4} Geant4 - A Simulation Toolkit, S. Agostinelli et al., Nuclear Instruments and Methods A 506 (2003) 250-303
+
+\bibitem{lcdd} LCDD: A Complete Detector Description Package, N.Graf, J. McCormick, Nuclear Instruments and Methods A 506 (2003) 250-303
+
+
+
+\bibitem{lcio} LCIO - A persistency framework for linear collider simulation studies, Computing in High Energy and Nuclear Physics, 24-28 March 200
+
+\end{thebibliography}
+
+\end{document}
+

########################################################################
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