]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGlobalTriggerBoard.h
Updated comments for Doxygen
[u/mrichter/AliRoot.git] / MUON / AliMUONGlobalTriggerBoard.h
index 92c7120a98767bb843aa4ff64533918ae6d2ec18..12ab7814abaea6f6f6435a031861dd25b7e9ada8 100644 (file)
@@ -5,7 +5,11 @@
 
 /* $Id$ */
 
-//*-- Author: Rachid Guernane (LPCCFd)
+/// \ingroup sim
+/// \class AliMUONGlobalTriggerBoard
+/// \brief GLOBAL TRIGGER
+///
+/// \author Rachid Guernane (LPCCFd)
 
 #include "AliMUONTriggerBoard.h"
 
@@ -25,16 +29,16 @@ class AliMUONGlobalTriggerBoard : public AliMUONTriggerBoard
 
       virtual void     Reset() {for (Int_t i=0; i<16; i++) fRegionalResponse[i] = 0;}
 
-      virtual void     Scan(Option_t *option);
+      virtual void     Scan(Option_t *option) const;
 
-      virtual void     Resp(Option_t*) {}
+      virtual void     Resp(Option_t*) const {}
 
       void Mask(Int_t index, UShort_t mask);
       
    private:
 
-      UShort_t fRegionalResponse[16];
-      UShort_t fMask[16];
+      UShort_t fRegionalResponse[16]; ///< REGIONAL BOARD RESPONSES
+      UShort_t fMask[16];             ///< MASK
 
    ClassDef(AliMUONGlobalTriggerBoard,1) 
 };