From 3f9d76006624becfd54b06032befdada1bb95a0b Mon Sep 17 00:00:00 2001 From: laphecet Date: Tue, 1 Dec 2009 00:52:15 +0000 Subject: [PATCH] Fixing local structure disabled word, which had an incorrect value. (Artur) --- MUON/AliMUONLocalStruct.cxx | 2 +- MUON/AliMUONTriggerDDLDecoder.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MUON/AliMUONLocalStruct.cxx b/MUON/AliMUONLocalStruct.cxx index 29ef759bd98..b98ab0d0d65 100644 --- a/MUON/AliMUONLocalStruct.cxx +++ b/MUON/AliMUONLocalStruct.cxx @@ -35,7 +35,7 @@ ClassImp(AliMUONLocalStruct) const Int_t AliMUONLocalStruct::fgkLength = 5; const Int_t AliMUONLocalStruct::fgkScalerLength = 45; const UInt_t AliMUONLocalStruct::fgkEndOfLocal = 0xCAFEFADE; - const UInt_t AliMUONLocalStruct::fgkDisableWord = 0x010CDEAD; + const UInt_t AliMUONLocalStruct::fgkDisableWord = 0x10CADEAD; //___________________________________________ AliMUONLocalStruct::AliMUONLocalStruct() : TObject(), diff --git a/MUON/AliMUONTriggerDDLDecoder.h b/MUON/AliMUONTriggerDDLDecoder.h index 2e055055347..a14e5c50060 100644 --- a/MUON/AliMUONTriggerDDLDecoder.h +++ b/MUON/AliMUONTriggerDDLDecoder.h @@ -219,7 +219,7 @@ const UInt_t AliMUONTriggerDDLDecoder::fgkErrorWord = 0xCAFEDEA template const UInt_t AliMUONTriggerDDLDecoder::fgkEndOfLocal = 0xCAFEFADE; template -const UInt_t AliMUONTriggerDDLDecoder::fgkDisableWord = 0x010CDEAD; +const UInt_t AliMUONTriggerDDLDecoder::fgkDisableWord = 0x10CADEAD; template const UInt_t AliMUONTriggerDDLDecoder::fgkDarcDefaultType = 0x6; template -- 2.39.3