]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSt1Decoder.h
Generates the number of buspatches and DDL's per detection element (Christian)
[u/mrichter/AliRoot.git] / MUON / AliMUONSt1Decoder.h
index 1b7164d799db829c1b559d343840f14f853aac02..c4d04aeb622bdd205c2f28299a9d43e1a5d1de07 100644 (file)
@@ -6,18 +6,20 @@
 /* $Id$ */
 // Revision of includes 07/05/2004
 
-// Authors: David Guez, Ivana Hrivnacova, Marion MacCormick; IPN Orsay
-//
-// Class AliMUONSt1Decoder
-// -----------------------
-// A generic set of functions (defined in the <decoder> namespace).
-// Used to decode formatted strings, eg. a list of integer ranges,
-// or a list of sub-strings separated by delimiters such as '(','{','[', ... .
-// Example: 
-//   (string 1) (string 2) [string3] {string4} [ (string5.1) (string5.2) ] 
-//   note :                                      |_____________________|
-//                                                         |
-//                                             this is just ONE substring.
+/// \ingroup sim
+/// \class AliMUONSt1Decoder
+/// \brief Set of functions to decode formatted strings
+///
+/// A generic set of functions (defined in the <decoder> namespace).
+/// Used to decode formatted strings, eg. a list of integer ranges,
+/// or a list of sub-strings separated by delimiters such as '(','{','[', ... .
+/// Example:                                                                \n
+///   (string 1) (string 2) [string3] {string4} [ (string5.1) (string5.2) ] \n
+///   note :                                      |_____________________|   \n
+///                                                         |               \n
+///                                             this is just ONE substring. \n
+///
+/// Authors: David Guez, Ivana Hrivnacova, Marion MacCormick; IPN Orsay
 
 #include <Rtypes.h>
 #include <string>