]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGlobalCrateConfig.h
Fix from for producing a dataset via the alien plugin. Redirecting the alien 'find...
[u/mrichter/AliRoot.git] / MUON / AliMUONGlobalCrateConfig.h
index b27280bdec7fcae2b830b1c6585b9bdb4edc464d..8132eba75608fcb41c66c155ab399f4099b3107f 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-// $MpId: 
+// $Id
 
 /// \ingroup calib
 /// \class AliMUONGlobalCrateConfig
@@ -151,7 +151,13 @@ class AliMUONGlobalCrateConfig : public  TNamed {
     void   SetGlobalRegister(Int_t index, UInt_t reg);
            /// Get register word for Global
     UInt_t* GetGlobalRegister() {return fGlobalRegisters;}
-    
+           /// Set mask for the global input
+      void   SetGlobalMask(Int_t index, UInt_t mask);
+           /// Get mask for the global input
+    UInt_t GetGlobalMask(Int_t index) const;
+           /// Indicates if global masks are active on global inputs
+    Bool_t GetMasksOn() const;    
+
     // fet board
             /// Get FET board VME address
     ULong_t GetFetVmeAddr()  const       {return fFetVmeAddr;}
@@ -178,11 +184,11 @@ class AliMUONGlobalCrateConfig : public  TNamed {
     const Char_t* GetFetName()        const  {return fgkFetName;}
     
             /// Get number of registers for Global
-    const Int_t   GetGlobalNofRegisters() const {return fgkGlobalNofRegisters;}
+    Int_t   GetGlobalNofRegisters() const {return fgkGlobalNofRegisters;}
             /// Get number of registers for FET
-    const Int_t   GetFetNofRegisters()    const {return fgkFetNofRegisters;}
+    Int_t   GetFetNofRegisters()    const {return fgkFetNofRegisters;}
             /// Get number of JTag lines
-    const Int_t   GetJtagNofLines()       const {return fgkJtagNofLines;}
+    Int_t   GetJtagNofLines()       const {return fgkJtagNofLines;}
     
   private:
     /// Not implemented