]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/MUON/README
Updating some information.
[u/mrichter/AliRoot.git] / HLT / MUON / README
1
2 ================================
3 dHLT - Dimuon High level Trigger
4 ================================
5
6 This module is the implementation of the High Level Trigger for the muon
7 spectrometer. Please refer to the top level HLT directory or AliRoot for build
8 instructions.
9
10 For bug reports or todo items please refer to the Savannah website:
11 https://savannah.cern.ch/projects/alicehlt/
12
13 Other dHLT or HLT information can be found on the following website:
14 http://wiki.kip.uni-heidelberg.de/ti/HLT/index.php/Main_Page
15
16 General dHLT or HLT discussions are found at:
17 https://portal.kip.uni-heidelberg.de/alihlt-forum/
18
19 Directories:
20 ============
21
22 HLT/MUON
23         Contains common source code and files.
24
25 HLT/MUON/OfflineInterface
26         All online analysis components and algorithm codes are found here.
27
28 HLT/MUON/OnlineAnalysis
29         Components used specifically to interface with AliRoot are placed in
30         this directory.
31
32 HLT/MUON/utils/
33         Contains ROOT and AliRoot macros, and various utility and debugging
34         programs specifically for the dHLT.
35
36 HLT/MUON/doc/
37         Contains specification and design documentation.
38         
39 HLT/MUON/examples/ 
40         Contains tutorials and various examples of how to use the dHLT.
41
42
43 Files:
44 ===================
45
46 README
47         This file. Should add any general or important information to help get
48         people started with working with this module.
49
50 Makefile.am
51         This is the make file for building the dHLT analysis library within
52         the HLT automake build system.
53