]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerIO.h
Bug fixes (some outliers in central events) (from Redmer)
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerIO.h
index 9ed5bdf7b052db5b101561dfd18dd2004262b28b..7cc4dee0e61735dace363342f61a8e6c0ddf5e74 100644 (file)
@@ -58,7 +58,7 @@ public:
   Bool_t WriteConfig(const char* localFile,
                    const char* regionalFile,
                    const char* globalFile,
-                   AliMUONVStore* localMasks,
+                   const AliMUONVStore* localMasks,
                     AliMUONRegionalTriggerConfig* regionalConfig,
                     AliMUONGlobalCrateConfig* globalConfig) const;
 
@@ -73,7 +73,7 @@ public:
 
   Int_t  ReadLocalMasks(const char* localFile, AliMUONVStore& localMasks) const;
   
-  Bool_t WriteLocalMasks(const char* localFile, AliMUONVStore& localMasks) const;
+  Bool_t WriteLocalMasks(const char* localFile, const AliMUONVStore& localMasks) const;
 
   void   ReadLocalLUT(AliMUONTriggerLut& lut, Int_t localBoardId, FILE* flut);