]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGlobalTriggerBoard.h
Coding conventions correction.
[u/mrichter/AliRoot.git] / MUON / AliMUONGlobalTriggerBoard.h
index d593e25732d4a117fa18cc06376c536b0c55ed51..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,13 +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 fRegionalResponse[16]; ///< REGIONAL BOARD RESPONSES
+      UShort_t fMask[16];             ///< MASK
 
    ClassDef(AliMUONGlobalTriggerBoard,1) 
 };