]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ACORDE/AliACORDERawStream.h
end-of-line normalization
[u/mrichter/AliRoot.git] / ACORDE / AliACORDERawStream.h
index e417b2bb592d9db09b21894a69fb55d2d1cb59f4..2c6afb98121a3f500a957a09d5830c271e51459f 100644 (file)
@@ -1,57 +1,57 @@
-#ifndef ALIACORDERAWSTREAM_H\r
-#define ALIACORDERAWSTREAM_H\r
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *\r
- * See cxx source for full Copyright notice                               */\r
-\r
-/* $Id: AliACORDERawStream.h 20210 2007-08-18 08:41:30Z hristov $ */\r
-\r
-///////////////////////////////////////////////////////////////////////////////\r
-//                                                                           //\r
-//  Reads ACORDE DDL raw data from raw data stream                           //\r
-//                                                                           //\r
-///////////////////////////////////////////////////////////////////////////////\r
-\r
-#include "TObject.h"\r
-\r
-class AliRawReader;\r
-\r
-class AliACORDERawStream : public TObject {\r
-\r
- public:\r
-\r
-  AliACORDERawStream(AliRawReader*);\r
-  AliACORDERawStream(const AliACORDERawStream &r); \r
-  virtual ~AliACORDERawStream();\r
-  AliACORDERawStream &operator=(const AliACORDERawStream &r);\r
-  //MRC's part \r
-  Int_t GetNEvents(char* fileName);\r
-  //\r
-  virtual void    Reset();\r
-  virtual Bool_t  Next();\r
-\r
-  Int_t           DataSize() const { return fDataSize; }\r
-  UInt_t          GetWord(Int_t index) const;\r
-\r
-  enum EACORDERawStreamError {\r
-      kRawDataSizeErr = 1\r
-  };\r
-\r
- private:\r
-\r
-  UInt_t          GetNextWord();\r
-\r
-  AliRawReader*   fRawReader;    // object for reading the raw data\r
-  Int_t           fPosition;     // current position in the raw-data payload\r
-  UChar_t*        fData;         // pointer to raw data payload\r
-\r
-  Int_t           fDataSize;     // data size\r
-\r
-  UInt_t          fWord[4];      // data vector\r
-\r
-  ClassDef(AliACORDERawStream,0) // class for reading ACORDE DDL raw data\r
-\r
-};\r
-\r
-typedef AliACORDERawStream AliCRTRawStream; // for backward compatibility\r
-\r
-#endif\r
+#ifndef ALIACORDERAWSTREAM_H
+#define ALIACORDERAWSTREAM_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id: AliACORDERawStream.h 20210 2007-08-18 08:41:30Z hristov $ */
+
+///////////////////////////////////////////////////////////////////////////////
+//                                                                           //
+//  Reads ACORDE DDL raw data from raw data stream                           //
+//                                                                           //
+///////////////////////////////////////////////////////////////////////////////
+
+#include "TObject.h"
+
+class AliRawReader;
+
+class AliACORDERawStream : public TObject {
+
+ public:
+
+  AliACORDERawStream(AliRawReader*);
+  AliACORDERawStream(const AliACORDERawStream &r); 
+  virtual ~AliACORDERawStream();
+  AliACORDERawStream &operator=(const AliACORDERawStream &r);
+  //MRC's part 
+  Int_t GetNEvents(char* fileName);
+  //
+  virtual void    Reset();
+  virtual Bool_t  Next();
+
+  Int_t           DataSize() const { return fDataSize; }
+  UInt_t          GetWord(Int_t index) const;
+
+  enum EACORDERawStreamError {
+      kRawDataSizeErr = 1
+  };
+
+ private:
+
+  UInt_t          GetNextWord();
+
+  AliRawReader*   fRawReader;    // object for reading the raw data
+  Int_t           fPosition;     // current position in the raw-data payload
+  UChar_t*        fData;         // pointer to raw data payload
+
+  Int_t           fDataSize;     // data size
+
+  UInt_t          fWord[4];      // data vector
+
+  ClassDef(AliACORDERawStream,0) // class for reading ACORDE DDL raw data
+
+};
+
+typedef AliACORDERawStream AliCRTRawStream; // for backward compatibility
+
+#endif