]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRawStream.h
add pt spectra histograms for different pile-up event definition
[u/mrichter/AliRoot.git] / MUON / AliMUONRawStream.h
index 47ba0ee50ae28a801edcf550ff47e0845621adbe..b600483d4df4ef3300c49a6c58762c1dba20a029 100644 (file)
@@ -15,7 +15,6 @@
 
 class AliRawReader;
 
-
 class AliMUONRawStream: public TObject {
   public :
     AliMUONRawStream();
@@ -57,10 +56,10 @@ class AliMUONRawStream: public TObject {
     AliMUONRawStream& operator = (const AliMUONRawStream& stream);
 
     typedef struct {
-     UInt_t b1:8; ///< first byte word
-     UInt_t b2:8; ///< second byte word
-     UInt_t b3:8; ///< third byte word
-     UInt_t b4:8; ///< fourth byte word
+     UInt_t fB1:8; ///< first byte word
+     UInt_t fB2:8; ///< second byte word
+     UInt_t fB3:8; ///< third byte word
+     UInt_t fB4:8; ///< fourth byte word
     } RawWord;
 
     AliRawReader* fRawReader;    //!< object for reading the raw data