]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRawStream.cxx
added headers needed for compilation
[u/mrichter/AliRoot.git] / MUON / AliMUONRawStream.cxx
index f7245c9c1e4031bb1af00b471965200b63052adf..a46ef391ef3cce23de7d4513e9a557f1ca3be71c 100644 (file)
@@ -13,7 +13,7 @@
 * provided "as is" without express or implied warranty.                  *
 **************************************************************************/
 
-/* $Id $ */
+/* $Id$ */
 
 
 //-----------------------------------------------------------------------------
@@ -78,10 +78,10 @@ void AliMUONRawStream::Swap(UInt_t* buffer, Int_t size) const
 
     for (int i = 0 ; i < size; i++) {
       temp = *(((RawWord*)buffer)+i);
-      word->b1 = temp.b4;
-      word->b2 = temp.b3;
-      word->b3 = temp.b2;
-      word->b4 = temp.b1;
+      word->fB1 = temp.fB4;
+      word->fB2 = temp.fB3;
+      word->fB3 = temp.fB2;
+      word->fB4 = temp.fB1;
       word++;
     }