]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/SampleLib/tutorial.c
808465a6e0195fe86c165fee77dc5824e915e32c
[u/mrichter/AliRoot.git] / HLT / SampleLib / tutorial.c
1 /************************************************************************
2 **
3 ** ALICE HLT project
4 ** Copyright (c) 2005
5 **
6 ** This file is property of and copyright by the Experimental Nuclear 
7 ** Physics Group, Dep. of Physics and Technology
8 ** University of Bergen, Norway, 2004
9 ** This file has been written by Matthias Richter,
10 ** Matthias.Richter@ift.uib.no
11 **
12 ** Permission to use, copy, modify and distribute this software and its  
13 ** documentation strictly for non-commercial purposes is hereby granted  
14 ** without fee, provided that the above copyright notice appears in all  
15 ** copies and that both the copyright notice and this permission notice  
16 ** appear in the supporting documentation. The authors make no claims    
17 ** about the suitability of this software for any purpose. It is         
18 ** provided "as is" without express or implied warranty.                 
19 **
20 *************************************************************************/
21
22 /** @file   tutorial.c
23     @author Matthias Richter
24     @date   
25     @brief  HLT examples and tutorial. */
26
27 /** @defgroup alihlt_tutorial HLT examples and tutorial
28     @brief HLT examples and tutorial
29
30     A description will follow ...
31 */
32
33 /* note pad
34
35 Making a new module/library
36
37 Automatic ROOT dictionary generation:
38 The automatic ROOT dictionary generation relies on the rule, that the main class
39 of a header file has the same name as the file (except the prefix).
40
41 Troubleshooting:
42 Error: link requested for unknown class <class name> <library>-LinkDef.h:<line no>
43 most likely there is no class <class name> defined in the header file <class name>.h*
44
45  */
46 #error Not for compilation
47 //
48 // EOF
49 //