]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/PHOS/latex/AliHLTComponentHandler_8cxx.tex
get rid of compilation warnings
[u/mrichter/AliRoot.git] / HLT / PHOS / latex / AliHLTComponentHandler_8cxx.tex
1 \section{/home/perthi/cern/aliroot/Ali\-Root\_\-head020507/HLT/BASE/Ali\-HLTComponent\-Handler.cxx File Reference}
2 \label{AliHLTComponentHandler_8cxx}\index{/home/perthi/cern/aliroot/AliRoot_head020507/HLT/BASE/AliHLTComponentHandler.cxx@{/home/perthi/cern/aliroot/AliRoot\_\-head020507/HLT/BASE/AliHLTComponentHandler.cxx}}
3
4
5 \subsection{Detailed Description}
6 Implementation of HLT component handler. 
7
8 \begin{Desc}
9 \item[Author:]Matthias Richter, Timm Steinbeck \end{Desc}
10 \begin{Desc}
11 \item[Date:]\end{Desc}
12
13
14 Definition in file {\bf Ali\-HLTComponent\-Handler.cxx}.
15
16 {\tt \#include $<$TSystem.h$>$}\par
17 {\tt \#include \char`\"{}Ali\-HLTComponent\-Handler.h\char`\"{}}\par
18 {\tt \#include \char`\"{}Ali\-HLTComponent.h\char`\"{}}\par
19 {\tt \#include \char`\"{}Ali\-HLTData\-Types.h\char`\"{}}\par
20 {\tt \#include \char`\"{}TString.h\char`\"{}}\par
21 \subsection*{Functions}
22 \begin{CompactItemize}
23 \item 
24 {\bf Class\-Imp} ({\bf Ali\-HLTComponent\-Handler}) {\bf Ali\-HLTComponent\-Handler}
25 \end{CompactItemize}
26
27
28 \subsection{Function Documentation}
29 \index{AliHLTComponentHandler.cxx@{Ali\-HLTComponent\-Handler.cxx}!ClassImp@{ClassImp}}
30 \index{ClassImp@{ClassImp}!AliHLTComponentHandler.cxx@{Ali\-HLTComponent\-Handler.cxx}}
31 \subsubsection{\setlength{\rightskip}{0pt plus 5cm}Class\-Imp ({\bf Ali\-HLTComponent\-Handler})}\label{AliHLTComponentHandler_8cxx_a0}
32
33
34 ROOT macro for the implementation of ROOT specific class methods 
35
36 Definition at line 48 of file Ali\-HLTComponent\-Handler.cxx.
37
38 \footnotesize\begin{verbatim}51   :
39 52   fComponentList(),
40 53   fScheduleList(),
41 54   fLibraryList(),
42 55   fEnvironment(),
43 56   fStandardList()
44 57 {
45 58   // see header file for class documentation
46 59   // or
47 60   // refer to README to build package
48 61   // or
49 62   // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
50 63   memset(&fEnvironment, 0, sizeof(AliHLTComponentEnvironment));
51 64   AddStandardComponents();
52 65 }
53
54 \end{verbatim}\normalsize 
55
56