]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDRecPoint.h
exit loop when in external control
[u/mrichter/AliRoot.git] / FMD / AliFMDRecPoint.h
index ece49d14d3b27c041537e1ae54f989028b1afe1a..fc9ffbc86adc03eb82d8b8cf72dfe4e359a1d556 100644 (file)
@@ -1,16 +1,20 @@
 #ifndef ALIFMDRECPOINT_H
 #define ALIFMDRECPOINT_H
-
 // Reconstracted Particles Class: has number of reconstructed
 // particles in sectors from NumOfMinSector to NumberOfMaxSector()
 // rings from NumOfMinRing to NumOfMaxRing for each FMDvolume 
 //
+/** @file    AliFMDRecPoint.h
+    @author  Christian Holm Christensen <cholm@nbi.dk>
+    @date    Mon Mar 27 12:46:26 2006
+    @brief   Pseudo reconstructed charged particle multiplicity 
+*/
 #ifndef ROOT_TObject
 # include <TObject.h>
 #endif
 
-/** Reconstructed FMD points.  It contains the pseudo-inclusive
-    multiplicity 
+/** @brief Reconstructed FMD points.  
+    It contains the pseudo-inclusive  multiplicity 
     @ingroup FMD_rec
  */
 class AliFMDRecPoint: public TObject