]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/MUON/README
Adding functionality to generate AliESDEvent objects from dHLT raw data during offlin...
[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/OnlineAnalysis
26         All online analysis components and algorithm codes are found here.
27
28 HLT/MUON/OfflineInterface
29         Components used specifically to interface with AliRoot are placed in
30         this directory.
31
32 HLT/MUON/utils/
33         Contains various utility and debugging programs and components
34         specifically for the dHLT.
35
36 HLT/MUON/doc/
37         Contains specification and design documentation.
38
39 HLT/MUON/macros/
40         Contains useful ROOT and AliRoot macros for performing various tasks for
41         the dHLT.
42
43 HLT/MUON/scripts/
44         Contains various useful shell scripts to performing common tasks for the
45         dHLT. Also contains test scripts for the dHLT.
46
47
48 Files:
49 ===================
50
51 README
52         This file. Should add any general or important information to help get
53         people started with working with this module.
54
55 Makefile.am
56         This is the make file for building the dHLT analysis library within
57         the HLT automake build system.
58