1
0
Fork 0
overleaf-AHEPaM/coverletter/coverletter.tex

87 lines
4.3 KiB
TeX
Raw Permalink Normal View History

2023-06-13 13:31:32 +00:00
\documentclass[12pt]{article}
\usepackage{fullpage}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{xcolor}
\usepackage{subcaption}
\usepackage{multirow}
\usepackage[backend=biber,style=numeric, defernumbers=true, sorting=none]{biblatex}
\addbibresource{shared/sample.bib} %Imports bibliography file
\newcommand{\docname}[1]{\textbf{#1}}
\title{AHEPaM - Deliverables}
\author{Patrick Kühl}
\begin{document}
\maketitle
\begin{abstract}
This document serves as an overview of the submitted deliverables.
\end{abstract}
%\begin{abstract}\normalsize
%This document contains ....
%\end{abstract}
2023-10-31 08:41:18 +00:00
\section{TNs} %Technical Notes
2023-06-13 13:31:32 +00:00
\begin{itemize}
2023-06-20 08:47:50 +00:00
\item TN 1 (related to WP 2000), the system reqs. doc. is given in \docname{cau-ath-req-0004.pdf}
2023-06-13 13:31:32 +00:00
\item TN 2 (related to WP 2000), the heritage file is given in \docname{cau-ath-spc-0005.pdf}
2023-06-20 08:47:50 +00:00
\item TN 3 (related to WP 2000), the design definition file is given in \docname{cau-ath-ddf-0006.pdf}
\item TN 4 (related to WP 2000), the design justification file is given in \docname{cau-ath-djf-0007.pdf}
\item TN 5 (related to WP 3000 and WP 5000), the design, develop., and verif. plan is given in \docname{cau-ath-pla-0008.pdf}
\item TN 6 (related to WP 1000), the project schedule, and verif. plan is given in \docname{cau-ath-sch-0001.pdf}
2023-06-19 13:50:03 +00:00
\item TN 7 (related to WP 3000), the CAD model is given in the step file \docname{cau-ath-icd-0011\_i1-0\_cad-model\_dm.stp}
\item TN 8 (related to WP 3000), the envelope CAD model can be found in the same step file as TN~7 (\docname{cau-ath-icd-0011\_i1-0\_cad-model\_dm.stp})
2023-10-31 09:24:03 +00:00
\item TN 9 (related to WP 3000), the Mechanical Interface Control Document is given in \docname{cau-ath-icd-0011\_i1-0\_micd\_dm.pdf}
2023-06-21 10:53:45 +00:00
\item TN 10 (related to WP 3000), declared parts list consists of three independent documents, namely:
\begin{itemize}
\item Declared Process List (\textit{DPL}) \docname{cau-ath-lst-0012\_i1-0\_dml.xls}
\item Declared Materials List (\textit{DML}) \docname{cau-ath-lst-0013\_i1-0\_dml.xls}
\item Declared Mechanical Parts List (\textit{DMPL}) \docname{cau-ath-lst-0014\_i1-0\_dmpl.xls}
\end{itemize}
2023-06-16 13:28:07 +00:00
\item TN 11 (related to WP 3000), the declared component list is given in \docname{cau-ath-lst-0015\_i1-0.xlsx}
2023-06-13 13:31:32 +00:00
\end{itemize}
2023-10-31 08:41:18 +00:00
%Für was steht das Akronym MAM hier? Eigentlich ist es schon für Mirror Assembly Module besetzt.
2023-06-19 13:50:03 +00:00
\section{MAMs}
2023-06-13 13:31:32 +00:00
Reports of both the 3D~Radiation Transport Simulation (MAM~1) and the Detector Response Simulation (MAM~2) are given in section 1 of the Design Justification File \cite{ahepam-djf}. \newline
The attached files regarding MAM~1 \& MAM~2 are:
\begin{itemize}
\item \docname{MAM1\_1\_geometry.gdml}
\begin{itemize}
\item the geometry of the detector as realized in the simulation in GDML format
\end{itemize}
\item \docname{MAM1\_2\_macrobeam.mac}
\begin{itemize}
\item a test macro file for a GEANT4 simulation utilizing the detector geometry given above. Using this macro, the simulation emits a beam of particles on the detector for checking simulation parameters
\end{itemize}
\item \docname{MAM2\_1\_macroiso.mac}
\begin{itemize}
\item a macro file for a GEANT4 simulation utilizing the detector geometry given above. Using this macro, the simulation emulates an isotropic flux (as is expected to be measured by AHEPaM). The result of this simulation can be used to calculate response factors and expected counts as described in section 1 in \cite{ahepam-djf}
\end{itemize}
\end{itemize}
2023-06-19 13:50:03 +00:00
Results of the FEM and TMM are discussed in sections 3 and 2 of the Design Justification File \cite{ahepam-djf}. Furthermore, reports for this MAM~3 can be found in the attached files:
2023-06-13 13:31:32 +00:00
\begin{itemize}
2023-06-19 13:50:03 +00:00
\item \docname{AHEPaM-UPM-FEM\_structural\_results\_v1.0.pptx}
2023-06-13 13:31:32 +00:00
\begin{itemize}
2023-06-19 13:50:03 +00:00
\item a report on the FEM results
2023-06-13 13:31:32 +00:00
\end{itemize}
2023-06-19 13:50:03 +00:00
\item \docname{Thermal\_Model\_v3.pptx}
2023-06-13 13:31:32 +00:00
\begin{itemize}
2023-06-19 13:50:03 +00:00
\item a report on the TMM results
2023-06-13 13:31:32 +00:00
\end{itemize}
\end{itemize}
%\newpage
%\bibliographystyle{plain}
%This is where the bibliography is included. biber can also handle other keywords.
\printbibliography[keyword={applicable}, title={Applicable Documents}]
\printbibliography[keyword={reference}, title={Reference Documents}]
\end{document}