-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
95 lines (62 loc) · 4.29 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
\documentclass[titlepage,10pt]{article}
%
%
%
\usepackage[letterpaper,top=2cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
\usepackage{orcidlink} % orcid package
\usepackage[affil-it,blocks]{authblk} % author list package
\begin{document}
\title{Tile of your physics proposal \\(PAC53)} % EDIT to be your proposal name
\include{authors} % EDIT the authors.tex file with your proposals author information
\maketitle
\section*{Executive Summary}
The first paragraph here should provide the what you want to measure along with the why.
The second should include the how (the equipment/hall/energy) and for how long (i.e. the number of PAC days being requested). While this needs to be a high level summary and should not exceed one page, it should provide enough information that the reader understands what this experiment is seeking to accomplish and the resources to do it.
\newpage
\section{Introduction}
Provide a general introduction to experiment and the physics that this experiment is trying to address. Through-out this document being concise and clear is extremely helpful to the reader and help people accurate judge the merits of the proposal.
\section{Physics Motivation}
This should you should provide the theoritical and/or phenomological reason for performing this measurement.
\section{Experimental Details}
In this section you should provide about the experiment. For standard equipment, you can just provide references. For example, here is a reference for the parameters of
the CEBAF 12GeV accelerator ~\cite{Adderley:2024czm} and it also an example of how to use bibtex.
\subsection{Required Equipment}
If using standard equipment this can be short, BUT please be sure to note details such as length of target cells and other custom requirement. Details about any new detectors should be provided here.
\subsection{Statistics and Systematics}
Provide details about the both the statistic and systematic uncertainties expected in the measurement. The level of detail required will depend on if this is a measurement with statistical uncertainties that are far larger then the systematics or if this is a systematics limited measurement.
\subsection{Kinematics}
For the large acceptance devises such as CLAS or GlueX this section should provide the field details but for the spectrometer halls, please provided both momentums and angles that will be needed. These details are important to make sure there is no interfearance or other limitations that would make getting to the experiments desired kinematics.
\section{Beamtime Request}
Beamtime request should be made assuming the accelerator avaliable at all times: an efficency factor is applied later in the procees. This does need to include the time needed to make changes to the experiment while the beam is avalible such are moving spectrometers, making target changes, etc. as well as calibration measurements.
\begin{table}[h!]
\centering
\begin{tabular}{cccccc}
Beam & Beam & Beam & Target & Material & Beamtime \\
Energy & Current & Requirements & Material & Thickness & (days) \\
(GeV) & (uA) & & & (mg/cm$^2$ & \\
\hline
8.8 & 10 & Unpolarized & Carbon & 100 & 0.5 \\
& & & & & \\
& & & & & \\
\hline
Total Time & & & & & (TOTAL) \\
\end{tabular}
\caption{Add an many lines are you need here to give the targets and energy you will be using. }
\label{tab:my_label}
\end{table}
In additon to the time with beam on target, also provide information about the amount of time needed for calibrations. Also time for making configuration changes while the beam is available.
\section{Summary}
Provide a short, high-level summary of the proposal and how this experiments help improve our understanding of the topic and conclude with the number of PAC days being requested in days (whole numbers only).
%
%
%
%
% References.
%
% It is recommended to use bibtex for references. The inspirehep.net site has most of the papers and the by clicking "cite" provides bibtex formatted citation information.
%
%
%\newpage
\bibliographystyle{unsrt}
\bibliography{references}
\end{document}