1 |
\input{ptdr-definitions}
|
2 |
|
3 |
\cmsNoteHeader{2009/000}
|
4 |
|
5 |
\title{The Tau Neural Classifier algorithm: tau identification and decay mode
|
6 |
reconstruction using neural networks }
|
7 |
|
8 |
\address[ucdavis]{UC Davis}
|
9 |
|
10 |
\author[ucdavis]{J. Conway}
|
11 |
\author[ucdavis]{E. K. Friis}
|
12 |
\author[ucdavis]{M. Squires}
|
13 |
\author[ucdavis]{C. Veelken}
|
14 |
|
15 |
\abstract{
|
16 |
\input{note/abstract.tex}
|
17 |
}
|
18 |
|
19 |
\hypersetup{
|
20 |
pdfauthor={John Conway, Evan Friis, Michael Squires, Christian Veelken},
|
21 |
pdftitle={CMS Paper Template},
|
22 |
pdfsubject={CMS},
|
23 |
pdfkeywords={CMS, physics, software}
|
24 |
}
|
25 |
|
26 |
\begin{document}
|
27 |
\maketitle
|
28 |
|
29 |
\section{Introduction}
|
30 |
\input{note/introduction.tex}
|
31 |
|
32 |
\subsection{Tau Identification}
|
33 |
\input{note/tau_id.tex}
|
34 |
|
35 |
\subsection{TaNC Motivation}
|
36 |
\input{note/motivation.tex}
|
37 |
|
38 |
\section{The Tau Neural Classifier Algorithm}
|
39 |
\input{note/tanc_overview.tex}
|
40 |
\subsection{Decay mode reconstruction}
|
41 |
\label{sec:decay_mode_reco}
|
42 |
\input{note/tanc_dm_reco_intro.tex}
|
43 |
\subsubsection{Photon merging}
|
44 |
\input{note/tanc_dm_photon_merging.tex}
|
45 |
\subsubsection{Quality requirements}
|
46 |
\input{note/tanc_dm_photon_filtering.tex}
|
47 |
\subsubsection{Performance}
|
48 |
\input{note/tanc_dm_reco_results.tex}
|
49 |
|
50 |
\subsection{Neural network classification}
|
51 |
\subsubsection{Neural Network Training}
|
52 |
\input{note/tanc_nn_training.tex}
|
53 |
\subsubsection{Discriminants}
|
54 |
\label{sec:tanc_nn_discriminants}
|
55 |
\input{note/tanc_nn_discriminants.tex}
|
56 |
\subsubsection{Neural network performance}
|
57 |
\input{note/tanc_nn_performance.tex}
|
58 |
\section{Summary}
|
59 |
\input{note/summary.tex}
|
60 |
\section{Future work}
|
61 |
\input{note/future_work.tex}
|
62 |
|
63 |
\input{note/bibliography.tex}
|
64 |
|
65 |
\appendix
|
66 |
\section{Appendix}
|
67 |
\subsection{Derivation of transform}
|
68 |
\label{app:transform_derivation}
|
69 |
\input{note/transformation_derivation.tex}
|
70 |
\subsection{Input observables}
|
71 |
\label{sec:input_descriptions}
|
72 |
%%\input{note/observable_distributions/introduction.tex}
|
73 |
%\input{note/observable_distributions/var_descriptions.tex}
|
74 |
%\clearpage
|
75 |
|
76 |
\subsubsection{Input observable distributions for $\tau^{-} \rightarrow \pi^{-}$}
|
77 |
\input{note/observable_distributions/OneProngNoPiZero.tex}
|
78 |
\clearpage
|
79 |
|
80 |
\subsubsection{Input observable distributions for $\tau^{-} \rightarrow \pi^{-}\pi^0$}
|
81 |
\input{note/observable_distributions/OneProngOnePiZero.tex}
|
82 |
\clearpage
|
83 |
|
84 |
\subsubsection{Input observable distributions for $\tau^{-} \rightarrow \pi^{-}\pi^0\pi^0$}
|
85 |
\input{note/observable_distributions/OneProngTwoPiZero.tex}
|
86 |
\clearpage
|
87 |
|
88 |
\subsubsection{Input observable distributions for $\tau^{-} \rightarrow \pi^{-}\pi^-\pi^+$}
|
89 |
\input{note/observable_distributions/ThreeProngNoPiZero.tex}
|
90 |
\clearpage
|
91 |
|
92 |
\subsubsection{Input observable distributions for $\tau^{-} \rightarrow \pi^{-}\pi^-\pi^+\pi^0$}
|
93 |
\input{note/observable_distributions/ThreeProngOnePiZero.tex}
|
94 |
\clearpage
|
95 |
|
96 |
\end{document}
|
97 |
|