]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/README
Disable retireval of DCS data points from AliShuttle for SDD
[u/mrichter/AliRoot.git] / HLT / MUON / README
index 054625c312b4b10c1bcfef55eb0ce4fc74fe6d5d..ed6b819566ae3e95fe6158c4014c711192d5c1b3 100644 (file)
@@ -7,28 +7,42 @@ This module is the implementation of the High Level Trigger for the muon
 spectrometer. Please refer to the top level HLT directory or AliRoot for build
 instructions.
 
+For bug reports or todo items please refer to the Savannah website:
+https://savannah.cern.ch/projects/alicehlt/
+
+Other dHLT or HLT information can be found on the following website:
+http://wiki.kip.uni-heidelberg.de/ti/HLT/index.php/Main_Page
+
+General dHLT or HLT discussions are found at:
+https://portal.kip.uni-heidelberg.de/alihlt-forum/
+
 Directories:
 ============
 
 HLT/MUON
        Contains common source code and files.
 
-HLT/MUON/OfflineInterface
+HLT/MUON/OnlineAnalysis
        All online analysis components and algorithm codes are found here.
 
-HLT/MUON/OnlineAnalysis
+HLT/MUON/OfflineInterface
        Components used specifically to interface with AliRoot are placed in
        this directory.
 
 HLT/MUON/utils/
-       Contains ROOT and AliRoot macros, and various utility and debugging
-       programs specifically for the dHLT.
+       Contains various utility and debugging programs and components
+       specifically for the dHLT.
 
 HLT/MUON/doc/
        Contains specification and design documentation.
-       
-HLT/MUON/examples/ 
-       Contains tutorials and various examples of how to use the dHLT.
+
+HLT/MUON/macros/
+       Contains useful ROOT and AliRoot macros for performing various tasks for
+       the dHLT.
+
+HLT/MUON/scripts/
+       Contains various useful shell scripts to performing common tasks for the
+       dHLT. Also contains test scripts for the dHLT.
 
 
 Files:
@@ -38,7 +52,7 @@ README
        This file. Should add any general or important information to help get
        people started with working with this module.
 
-TODO
-       This is a list describing things that need to be done. It can also
-       contain a wish list, i.e. things that would be nice to implement in the
-       future. Read the files header for more details.
+Makefile.am
+       This is the make file for building the dHLT analysis library within
+       the HLT automake build system.
+