/[PAMELA software]/PamCut/doc/Doxygen/latex/classTrkPhSinCut.tex
ViewVC logotype

Annotation of /PamCut/doc/Doxygen/latex/classTrkPhSinCut.tex

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download) (as text)
Fri Sep 25 15:44:23 2009 UTC (15 years, 2 months ago) by pam-fi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
File MIME type: application/x-tex
FILE REMOVED
Removed from repository.

1 pam-fi 1.1 \hypertarget{classTrkPhSinCut}{
2     \section{TrkPhSinCut Class Reference}
3     \label{classTrkPhSinCut}\index{TrkPhSinCut@{TrkPhSinCut}}
4     }
5     The single physical track cut. Only events with a single physical track (selected according to the specified sorting method) survive this selection.
6    
7    
8     {\tt \#include $<$TrkPhSinCut.h$>$}
9    
10     Inheritance diagram for TrkPhSinCut::\begin{figure}[H]
11     \begin{center}
12     \leavevmode
13     \includegraphics[height=2cm]{classTrkPhSinCut}
14     \end{center}
15     \end{figure}
16     \subsection*{Public Member Functions}
17     \begin{CompactItemize}
18     \item
19     \hyperlink{classTrkPhSinCut_059ae79141d4e39863874fb92bb1df6d}{TrkPhSinCut} (const char $\ast$cutName, const char $\ast$sortingMethod)
20     \begin{CompactList}\small\item\em Constructor. \item\end{CompactList}\item
21 pam-fi 1.2 \hypertarget{classTrkPhSinCut_6dcbcf5f2b133f0493b2140d1d993907}{
22     \hyperlink{classTrkPhSinCut_6dcbcf5f2b133f0493b2140d1d993907}{$\sim$TrkPhSinCut} ()}
23     \label{classTrkPhSinCut_6dcbcf5f2b133f0493b2140d1d993907}
24    
25 pam-fi 1.1 \begin{CompactList}\small\item\em Destructor. \item\end{CompactList}\item
26     int \hyperlink{classTrkPhSinCut_c9529432c0c9b8667c5c97ea824a7c93}{Check} (PamLevel2 $\ast$event)
27     \begin{CompactList}\small\item\em The single physical track check. \item\end{CompactList}\end{CompactItemize}
28     \subsection*{Public Attributes}
29     \begin{CompactItemize}
30     \item
31 pam-fi 1.2 \hypertarget{classTrkPhSinCut_542b80112113dc6e915934cfec1bb6a5}{
32     int \hyperlink{classTrkPhSinCut_542b80112113dc6e915934cfec1bb6a5}{iTrackTof}}
33     \label{classTrkPhSinCut_542b80112113dc6e915934cfec1bb6a5}
34    
35 pam-fi 1.1 \begin{CompactList}\small\item\em TOF\_\-index for TRK-track for the last good event. \item\end{CompactList}\item
36     TrkTrack $\ast$ \hyperlink{classTrkPhSinCut_8e825d1bb1e530204caba55ebe4f3dda}{trkTrack}
37     \begin{CompactList}\small\item\em The TrkTrack for the last good event. \item\end{CompactList}\item
38     PamTrack $\ast$ \hyperlink{classTrkPhSinCut_f87ab859d5c5958d47ccef09ac7f9f65}{pamTrack}
39     \begin{CompactList}\small\item\em The PamTrack for the last good event. \item\end{CompactList}\end{CompactItemize}
40    
41    
42     \subsection{Detailed Description}
43     The single physical track cut. Only events with a single physical track (selected according to the specified sorting method) survive this selection.
44    
45     \subsection{Constructor \& Destructor Documentation}
46     \hypertarget{classTrkPhSinCut_059ae79141d4e39863874fb92bb1df6d}{
47     \index{TrkPhSinCut@{TrkPhSinCut}!TrkPhSinCut@{TrkPhSinCut}}
48     \index{TrkPhSinCut@{TrkPhSinCut}!TrkPhSinCut@{TrkPhSinCut}}
49     \subsubsection[{TrkPhSinCut}]{\setlength{\rightskip}{0pt plus 5cm}TrkPhSinCut::TrkPhSinCut (const char $\ast$ {\em cutName}, \/ const char $\ast$ {\em sortingMethod})\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}}
50     \label{classTrkPhSinCut_059ae79141d4e39863874fb92bb1df6d}
51    
52    
53     Constructor.
54    
55     \begin{Desc}
56     \item[Parameters:]
57     \begin{description}
58     \item[{\em cutName}]The cut's name. \item[{\em sortingMethod}]The sorting method to be used to select the track. \end{description}
59     \end{Desc}
60    
61    
62     \subsection{Member Function Documentation}
63     \hypertarget{classTrkPhSinCut_c9529432c0c9b8667c5c97ea824a7c93}{
64     \index{TrkPhSinCut@{TrkPhSinCut}!Check@{Check}}
65     \index{Check@{Check}!TrkPhSinCut@{TrkPhSinCut}}
66     \subsubsection[{Check}]{\setlength{\rightskip}{0pt plus 5cm}int TrkPhSinCut::Check (PamLevel2 $\ast$ {\em event})\hspace{0.3cm}{\tt \mbox{[}virtual\mbox{]}}}}
67     \label{classTrkPhSinCut_c9529432c0c9b8667c5c97ea824a7c93}
68    
69    
70     The single physical track check.
71    
72     \begin{Desc}
73     \item[Parameters:]
74     \begin{description}
75     \item[{\em event}]The event to analyze. \end{description}
76     \end{Desc}
77     \begin{Desc}
78     \item[Returns:]\hyperlink{CommonDefs_8h_c857f4b76ae431837cbf61fd74863b6c}{CUTOK} if a single physical track has been found in the event
79    
80     0 if the event has not exactly one physical track or if the track is meaningless (nstep $>$ 100 or chi2 $<$ 0.) \end{Desc}
81    
82    
83     Implements \hyperlink{classPamCut_a874600461950d1f2b75ce3938f91cbe}{PamCut}.
84    
85     \subsection{Member Data Documentation}
86 pam-fi 1.2 \hypertarget{classTrkPhSinCut_f87ab859d5c5958d47ccef09ac7f9f65}{
87 pam-fi 1.1 \index{TrkPhSinCut@{TrkPhSinCut}!pamTrack@{pamTrack}}
88     \index{pamTrack@{pamTrack}!TrkPhSinCut@{TrkPhSinCut}}
89     \subsubsection[{pamTrack}]{\setlength{\rightskip}{0pt plus 5cm}PamTrack$\ast$ {\bf TrkPhSinCut::pamTrack}}}
90     \label{classTrkPhSinCut_f87ab859d5c5958d47ccef09ac7f9f65}
91    
92    
93     The PamTrack for the last good event.
94    
95 pam-fi 1.2 When this cut checks an event, it stores its PamTrack (selected according to the specified sortingMethod). This can then be used by successive cuts. \hypertarget{classTrkPhSinCut_8e825d1bb1e530204caba55ebe4f3dda}{
96 pam-fi 1.1 \index{TrkPhSinCut@{TrkPhSinCut}!trkTrack@{trkTrack}}
97     \index{trkTrack@{trkTrack}!TrkPhSinCut@{TrkPhSinCut}}
98     \subsubsection[{trkTrack}]{\setlength{\rightskip}{0pt plus 5cm}TrkTrack$\ast$ {\bf TrkPhSinCut::trkTrack}}}
99     \label{classTrkPhSinCut_8e825d1bb1e530204caba55ebe4f3dda}
100    
101    
102     The TrkTrack for the last good event.
103    
104     When this cut checks an event, it stores its TrkTrack (selected according to the specified sortingMethod). This can then be used by successive cuts.
105    
106     The documentation for this class was generated from the following files:\begin{CompactItemize}
107     \item
108     TrkCuts/TrkPhSinCut/\hyperlink{TrkPhSinCut_8h}{TrkPhSinCut.h}\item
109     TrkCuts/TrkPhSinCut/\hyperlink{TrkPhSinCut_8cpp}{TrkPhSinCut.cpp}\end{CompactItemize}

  ViewVC Help
Powered by ViewVC 1.1.23