diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c62a174 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.aux +*.nav +*.toc +*.log +*.out +*.snm +*.synctex* +*.DS_Store diff --git a/AlCapPSI/ProposalPSI.pdf b/AlCapPSI/ProposalPSI.pdf deleted file mode 100644 index d23073e..0000000 Binary files a/AlCapPSI/ProposalPSI.pdf and /dev/null differ diff --git a/AlCapPSI/draft/figs/.DS_Store b/AlCapPSI/draft/figs/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/AlCapPSI/draft/figs/.DS_Store and /dev/null differ diff --git a/AlCapPSI/draft/ref/.DS_Store b/AlCapPSI/draft/ref/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/AlCapPSI/draft/ref/.DS_Store and /dev/null differ diff --git a/AlCapSimulationReport/Makefile b/AlCapSimulationReport/Makefile index 42e35cf..bdc3f58 100644 --- a/AlCapSimulationReport/Makefile +++ b/AlCapSimulationReport/Makefile @@ -1,8 +1,8 @@ ALL: report.pdf %.pdf: %.tex Makefile *.sty - #pdflatex --enable-write18 $< && pdflatex $< && pdflatex $< - pdflatex $< + pdflatex --enable-write18 $< && pdflatex $< && pdflatex $< + #pdflatex $< clean: rm -f *.aux *.bbl *.blg *.log poster.pdf *.nav *.out *.snm *.toc diff --git a/AlCapSimulationReport/report.tex b/AlCapSimulationReport/report.tex index b9ca1c0..11c33ae 100644 --- a/AlCapSimulationReport/report.tex +++ b/AlCapSimulationReport/report.tex @@ -1,6 +1,7 @@ \documentclass[a4paper,11pt]{article} \usepackage[utf8x]{inputenc} \usepackage{ucs} +\usepackage{hyperref} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} @@ -45,9 +46,14 @@ package consists of: There is a small gap of 1 mm between the detectors in each dE/dx package, and distance from the beam counter to beam window is 5 mm. The germanium detector -I used is just a simple cylinder. I have asked Malachi (from PNNL) to -implement a more realistic geometry for it based on the detector PNNL group -has. +I used is just a simple cylinder. Some parameters of the germanium detector are +in this note of Frederik: +\url{https://muon.npl.washington.edu/elog/mu2e/Capture2012/79} + +Physics list in use is the LHEP\_EMV because it is the fastest one. (see page +5 in this presentation: + \url{http://geant4.slac.stanford.edu/SLACTutorial09/ChoosingPhysicsList.pdf}) + \begin{figure}[htpb] \centering \includegraphics[width=0.55\textwidth]{figs/geo_cut}\includegraphics[width=0.45\textwidth]{figs/geo_top} @@ -295,9 +301,8 @@ Note: %\end{figure} \section{Side notes on structure of the output ROOT file} -I used ROOT TObject to construct the output of the simulation (as pointed out -by Malachi, this is not convenient for analysing). -An event contains following information: +I used ROOT TObject to construct the output of the simulation (this is not +really convenient for analysing). An event contains following information: \begin{itemize} \item event id, \item deposited energies in all detectors and target, @@ -312,4 +317,9 @@ An event contains following information: \end{itemize} \end{itemize} +\section{To do} +\begin{itemize} + \item optimization of geometry + \item digitization of output data, feeding to DAQ and analyzer, if possible +\end{itemize} \end{document} diff --git a/templates/CambridgeU-template/figs/.DS_Store b/templates/CambridgeU-template/figs/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/templates/CambridgeU-template/figs/.DS_Store and /dev/null differ