]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRegionalTriggerBoard.h
Bug fix for the case of more than 30 timebins
[u/mrichter/AliRoot.git] / MUON / AliMUONRegionalTriggerBoard.h
index 67761cc7de321c163eb114ae09756c9561e2ec88..30ca7f54f09a32c4492c108e6b671f7e4f79f088 100644 (file)
@@ -34,7 +34,7 @@ class AliMUONRegionalTriggerBoard : public AliMUONTriggerBoard
       virtual void SetLocalResponse(UShort_t val[16]) {for (Int_t i=0;i<16;i++) fLocalResponse[i] = val[i];}
 
       /// response of the algorithm
-      virtual UShort_t Algo(UShort_t i, UShort_t j, char *thres, Int_t level);
+      virtual UShort_t Algo(UShort_t i, UShort_t j, const char *thres, Int_t level);
 
       /// set local boards enable
       void Mask(UShort_t mask);