From e128722257f6dac5ac5ec09a6786fa80fbd2b1a4 Mon Sep 17 00:00:00 2001 From: cussonno Date: Mon, 11 Oct 2004 09:46:40 +0000 Subject: [PATCH 1/1] Update Regional card structure (Ch. Finck) --- MUON/AliMUONRawData.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/MUON/AliMUONRawData.cxx b/MUON/AliMUONRawData.cxx index 824fa96777a..a820618da3c 100644 --- a/MUON/AliMUONRawData.cxx +++ b/MUON/AliMUONRawData.cxx @@ -476,6 +476,10 @@ Int_t AliMUONRawData::WriteTriggerDDL() subEvent->SetRegWord(word); memcpy(&buffer[index++],subEvent->GetAddress(),4); + buffer[index++] = 0;// 2 words of regional input + buffer[index++] = 0; + buffer[index++] = 0;// regional output + for (Int_t iLoc = 0; iLoc < 16; iLoc++) { iLocCard = iLoc + iReg*16 + iDDL*128; @@ -527,9 +531,6 @@ Int_t AliMUONRawData::WriteTriggerDDL() } } // local card - buffer[index++] = 0;// 2 words of regional input - buffer[index++] = 0; - buffer[index++] = 0;// regional output delete subEvent; -- 2.39.3