]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Add one more word for trigger End of DDL (Christian)
authorcussonno <cussonno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 30 Jul 2004 06:52:49 +0000 (06:52 +0000)
committercussonno <cussonno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 30 Jul 2004 06:52:49 +0000 (06:52 +0000)
MUON/AliMUONRawData.cxx

index d024f21591a0e73b19a75d51dc84fa90c8feef4c..49165c861a539c2a4755df8b4c5bc08949481541 100644 (file)
@@ -448,7 +448,7 @@ Int_t AliMUONRawData::WriteTriggerDDL()
   if (!nEntries)
     Error("AliMUONRawData::WriteTriggerDDL","No Trigger information available");
 
-  buffer = new Int_t [680]; // [16(local)*5 words + 4 words]*8(reg) + 7 words = 679
+  buffer = new Int_t [680]; // [16(local)*5 words + 4 words]*8(reg) + 8 words = 680
 
   for (Int_t iDDL = 0; iDDL < 2; iDDL++) {
     
@@ -538,6 +538,7 @@ Int_t AliMUONRawData::WriteTriggerDDL()
     } // Regional card
     
     buffer[index++] = fDDLTrigger->GetEoD(); // End of DDL word
+    buffer[index++] = fDDLTrigger->GetEoD(); // End of DDL word for 64 bits transfer purpose
 
     
     if (iDDL == 0) {