1 |
< |
The TaNC algorithm has been with the goal of maximizing the discriminatory |
2 |
< |
information available to the algorithm, and can be broken down into four |
3 |
< |
steps: |
4 |
< |
|
5 |
< |
\begin{itemize} |
6 |
< |
|
7 |
< |
\item Find tau--candidate seeds by applying a jet-finding |
8 |
< |
(iterativeCone5PFJet) algorithm. Within the jet, select objects |
9 |
< |
kinematically consistent (according to the defintion of the ``shrinking |
10 |
< |
cone'' tau algorithm in ~\ref{PFT08001}) with a tau decay as ``signal'' |
11 |
< |
objects. |
12 |
< |
|
13 |
< |
\item Merge photon pairs in the signal object collection into candidate |
14 |
< |
neutral pions. |
15 |
< |
|
16 |
< |
\item Remove objects that are consistent with underlying event contamination. |
17 |
< |
|
18 |
< |
\item Determine the decay mode using the multiplicity of charged and neutral |
19 |
< |
objects. |
20 |
< |
|
21 |
< |
\item Apply a discriminant \emph{specific to the reconstructed decay mode} to |
22 |
< |
the tau candidate. |
23 |
< |
|
24 |
< |
\end{itemize} |
25 |
< |
|
1 |
> |
The Tau Neural Classifier algorithm reconstructs the decay mode of the |
2 |
> |
tau--candidate and uses this information to select the discriminant used to |
3 |
> |
determine whether the tau--candidate should be classified as signal or |
4 |
> |
background. To optimize the discrimination for each of the different decay |
5 |
> |
modes, the TaNC uses an ensemble of neural nets. Each neural net corresponds to |
6 |
> |
one of the dominant hadronic decay modes of the tau lepton. These selected |
7 |
> |
hadronic decays constitue 95\% of all hadronic tau decays. Tau--candidates with |
8 |
> |
other decay modes are immediately tagged as background. \fixme(when to talk |
9 |
> |
about lead track req?) |
10 |
|
|
11 |
|
|