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