]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMD.h
New DA to run as a monitoring DA on PHSYICS and STANDALONE runs, it creates a noise map
[u/mrichter/AliRoot.git] / FMD / AliFMD.h
index 0e3c03728195ef514939017342e4f50614cc913f..442fe862efcd7ea1bd8750bdd1d1bbaab0c74c89 100644 (file)
     @b Contents 
     - @ref intro 
     - @ref structure 
-      - @ref base  (see also @ref FMD_base)
-      - @ref sim   (see also @ref FMD_sim)
-      - @ref rec   (see also @ref FMD_rec)
-      - @ref util  (see also @ref FMD_util)
-    - @ref script  (see also @ref FMD_script)
+      - @ref base     (see also @ref FMD_base)
+      - @ref sim      (see also @ref FMD_sim)
+      - @ref rec      (see also @ref FMD_rec)
+      - @ref flow     (see also @ref FMD_flow)
+      - @ref ana      (see also @ref FMD_ana)
+      - @ref util     (see also @ref FMD_util)
+    - @ref script     (see also @ref FMD_script)
     - @ref quick
     - @ref authors
     
 
     - AliFMDRawReader: Classes to read raw data files. 
 
+    @subsection flow libFMDflow:
+    
+    This library contains flow analysis code that works similar to 
+    histograms. 
+
+    @subsection ana libFMDanalysis:
+    
+    This library contains analysis code.
+
+
     @subsection util libFMDutil:
 
     This currently (18th or March 2006) contains the classes 
@@ -441,7 +453,8 @@ public:
                                         Short_t        count2=-1, 
                                         Short_t        count3=-1, 
                                         Short_t        count4=-1, 
-                                        const TArrayI& refs=TArrayI());
+                                        UShort_t       nrefs=0,
+                                        Int_t*         refs=0);
   /** Add a digit to the Digit tree 
       @param digits
       - digits[0]  [UShort_t] Detector #
@@ -477,7 +490,7 @@ public:
                                          Short_t        count4=-1, 
                                          UShort_t       ntot=0, 
                                          UShort_t       nprim=0,
-                                         const TArrayI& refs=TArrayI());
+                                         Int_t*         refs=0);
   /** @}*/
 
   /** @{ */