]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/MUON/README
Minor cleanup of code.
[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
a822cedd 25HLT/MUON/OfflineInterface
26 All online analysis components and algorithm codes are found here.
8356cc1d 27
a822cedd 28HLT/MUON/OnlineAnalysis
29 Components used specifically to interface with AliRoot are placed in
30 this directory.
8356cc1d 31
a822cedd 32HLT/MUON/utils/
33 Contains ROOT and AliRoot macros, and various utility and debugging
34 programs specifically for the dHLT.
8356cc1d 35
a822cedd 36HLT/MUON/doc/
37 Contains specification and design documentation.
38
39HLT/MUON/examples/
40 Contains tutorials and various examples of how to use the dHLT.
8356cc1d 41
42
a822cedd 43Files:
8356cc1d 44===================
45
46README
a822cedd 47 This file. Should add any general or important information to help get
48 people started with working with this module.
8356cc1d 49
06f81ab1 50Makefile.am
51 This is the make file for building the dHLT analysis library within
52 the HLT automake build system.
53