]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix in raw data headers processing in AliMDC. Removing wrong equipment size in versio...
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 8 Oct 2004 07:37:04 +0000 (07:37 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 8 Oct 2004 07:37:04 +0000 (07:37 +0000)
RAW/AliMDC.cxx

index 27093cf132824c0f3f4d926443a2b0930719b7fd..72a6473e686ffb08561948694d42eb551ba7ec94 100644 (file)
@@ -457,10 +457,9 @@ Int_t AliMDC::Run()
 
                // Read equipment raw data
                AliRawData &subRaw = *equipment.GetRawData();
-              // To be checked !
-              //              Int_t eqSize = equipmentHeader.GetEquipmentSize() -
-              //                              equipHeaderSize;
-              Int_t eqSize = equipmentHeader.GetEquipmentSize();
+
+              Int_t eqSize = equipmentHeader.GetEquipmentSize() -
+                              equipHeaderSize;
                if ((status = ReadRawData(subRaw, eqSize, ebdata)) != eqSize) {
                   if (status == 0) {
                      Error("Run", "unexpected EOF reading sub-event raw data");