1 |
pam-fi |
1.1 |
\hypertarget{classTrkIonCut}{ |
2 |
|
|
\section{TrkIonCut Class Reference} |
3 |
|
|
\label{classTrkIonCut}\index{TrkIonCut@{TrkIonCut}} |
4 |
|
|
} |
5 |
|
|
The tracker ionization cut. Cut on dE/dx to select MIP. CUT DEPENDENCIES: TrkPhysSin for object trkTrack. |
6 |
|
|
|
7 |
|
|
|
8 |
|
|
{\tt \#include $<$TrkIonCut.h$>$} |
9 |
|
|
|
10 |
|
|
Inheritance diagram for TrkIonCut::\begin{figure}[H] |
11 |
|
|
\begin{center} |
12 |
|
|
\leavevmode |
13 |
|
|
\includegraphics[height=2cm]{classTrkIonCut} |
14 |
|
|
\end{center} |
15 |
|
|
\end{figure} |
16 |
|
|
\subsection*{Public Member Functions} |
17 |
|
|
\begin{CompactItemize} |
18 |
|
|
\item |
19 |
|
|
\hyperlink{classTrkIonCut_ee330e09578cf222df661f82781237c7}{TrkIonCut} (const char $\ast$cutName, float maxRelease=3., float minRelease=0.) |
20 |
|
|
\begin{CompactList}\small\item\em Constructor. \item\end{CompactList}\item |
21 |
pam-fi |
1.2 |
\hypertarget{classTrkIonCut_2e7593ec634e7f7d97c88e7ec9f74c7f}{ |
22 |
|
|
\hyperlink{classTrkIonCut_2e7593ec634e7f7d97c88e7ec9f74c7f}{$\sim$TrkIonCut} ()} |
23 |
|
|
\label{classTrkIonCut_2e7593ec634e7f7d97c88e7ec9f74c7f} |
24 |
|
|
|
25 |
pam-fi |
1.1 |
\begin{CompactList}\small\item\em Destructor. \item\end{CompactList}\item |
26 |
|
|
int \hyperlink{classTrkIonCut_e96a9561ce59c156b6a913545b0960b9}{Check} (PamLevel2 $\ast$event) |
27 |
|
|
\begin{CompactList}\small\item\em The tracker ionization check. \item\end{CompactList}\end{CompactItemize} |
28 |
|
|
|
29 |
|
|
|
30 |
|
|
\subsection{Detailed Description} |
31 |
|
|
The tracker ionization cut. Cut on dE/dx to select MIP. CUT DEPENDENCIES: TrkPhysSin for object trkTrack. |
32 |
|
|
|
33 |
|
|
\subsection{Constructor \& Destructor Documentation} |
34 |
|
|
\hypertarget{classTrkIonCut_ee330e09578cf222df661f82781237c7}{ |
35 |
|
|
\index{TrkIonCut@{TrkIonCut}!TrkIonCut@{TrkIonCut}} |
36 |
|
|
\index{TrkIonCut@{TrkIonCut}!TrkIonCut@{TrkIonCut}} |
37 |
|
|
\subsubsection[{TrkIonCut}]{\setlength{\rightskip}{0pt plus 5cm}TrkIonCut::TrkIonCut (const char $\ast$ {\em cutName}, \/ float {\em maxRelease} = {\tt 3.}, \/ float {\em minRelease} = {\tt 0.})\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} |
38 |
|
|
\label{classTrkIonCut_ee330e09578cf222df661f82781237c7} |
39 |
|
|
|
40 |
|
|
|
41 |
|
|
Constructor. |
42 |
|
|
|
43 |
|
|
\begin{Desc} |
44 |
|
|
\item[Parameters:] |
45 |
|
|
\begin{description} |
46 |
|
|
\item[{\em cutName}]The cut's name. \item[{\em maxRelease}]The maximum mean ionization (in MIP) in the tracker planes above which an event is discarded. Default: 3. \item[{\em minRelease}]The minimum mean ionization (in MIP) in the tracker planes below which an event is discarded. Default: 0. \end{description} |
47 |
|
|
\end{Desc} |
48 |
|
|
|
49 |
|
|
|
50 |
|
|
\subsection{Member Function Documentation} |
51 |
|
|
\hypertarget{classTrkIonCut_e96a9561ce59c156b6a913545b0960b9}{ |
52 |
|
|
\index{TrkIonCut@{TrkIonCut}!Check@{Check}} |
53 |
|
|
\index{Check@{Check}!TrkIonCut@{TrkIonCut}} |
54 |
|
|
\subsubsection[{Check}]{\setlength{\rightskip}{0pt plus 5cm}int TrkIonCut::Check (PamLevel2 $\ast$ {\em event})\hspace{0.3cm}{\tt \mbox{[}virtual\mbox{]}}}} |
55 |
|
|
\label{classTrkIonCut_e96a9561ce59c156b6a913545b0960b9} |
56 |
|
|
|
57 |
|
|
|
58 |
|
|
The tracker ionization check. |
59 |
|
|
|
60 |
|
|
If the mean energy release in the tracker planes in MIP is greater than the threshold (constructor's parameter) the event is discarded. \begin{Desc} |
61 |
|
|
\item[Parameters:] |
62 |
|
|
\begin{description} |
63 |
|
|
\item[{\em event}]The event to analyze. \end{description} |
64 |
|
|
\end{Desc} |
65 |
|
|
\begin{Desc} |
66 |
|
|
\item[Returns:]\hyperlink{CommonDefs_8h_c857f4b76ae431837cbf61fd74863b6c}{CUTOK} if mean dE/dx is less than maxRelease and more than minRelease. |
67 |
|
|
|
68 |
|
|
0 otherwise. \end{Desc} |
69 |
|
|
|
70 |
|
|
|
71 |
|
|
Implements \hyperlink{classPamCut_a874600461950d1f2b75ce3938f91cbe}{PamCut}. |
72 |
|
|
|
73 |
|
|
The documentation for this class was generated from the following files:\begin{CompactItemize} |
74 |
|
|
\item |
75 |
|
|
TrkCuts/TrkIonCut/\hyperlink{TrkIonCut_8h}{TrkIonCut.h}\item |
76 |
|
|
TrkCuts/TrkIonCut/\hyperlink{TrkIonCut_8cpp}{TrkIonCut.cpp}\end{CompactItemize} |