]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDrawStreamBase.h
Remove AliTRDrawOldStream
[u/mrichter/AliRoot.git] / TRD / AliTRDrawStreamBase.h
index 1a72895d05ee94a5a438fca979547f5a2259fb21..412876ba94b21ea1302930f255b676c72d707e82 100644 (file)
@@ -13,7 +13,6 @@
 ///////////////////////////////////////////////////////////////////////////////\r
 \r
 #include "TObject.h"\r
-//#include "TString.h"\r
 #include "AliLog.h"\r
 \r
 class AliRawReader;\r
@@ -24,13 +23,6 @@ class AliTRDdigitsManager;
 #define TRDMAXMCM   4 * 16\r
 #define MAXTRACKLETSPERHC 256\r
 \r
-/* // old raw stream */\r
-/* #define TRD_OLD_STREAM -1 */\r
-/* // read simulated data */\r
-/* #define TRD_SIM_STREAM 0 */\r
-/* // read real data - including test beam 2007 */\r
-/* #define TRD_REAL_STREAM 1 */\r
-\r
 #define TRD_NOIMP() AliFatal("Not Implemented for this class. Use inherited.");\r
 \r
 class AliTRDrawStreamBase : public TObject\r
@@ -51,10 +43,11 @@ class AliTRDrawStreamBase : public TObject
     {\r
       kTRDsimStream  =  0,\r
       kTRDrealStream =  1,\r
-      kTRDfastStream =  2,\r
-      kTRDoldStream  = 99\r
+      kTRDfastStream =  2\r
     };\r
 \r
+  enum { kDDLOffset = 0x400 };                                // Offset for DDL numbers\r
+\r
   static   AliTRDrawStreamBase *GetRawStream();\r
   static   AliTRDrawStreamBase *GetRawStream(AliRawReader *reader);\r
 \r
@@ -106,6 +99,7 @@ class AliTRDrawStreamBase : public TObject
   virtual Int_t     GetCol() const {TRD_NOIMP(); return 0;}   \r
   virtual Int_t     GetRowMax() const {TRD_NOIMP(); return 0;}\r
   virtual Int_t     GetColMax() const {TRD_NOIMP(); return 0;}\r
+\r
   // compatibility\r
   virtual Int_t     GetMaxRow() const {TRD_NOIMP(); return 0;}\r
   virtual Int_t     GetMaxCol() const {TRD_NOIMP(); return 0;}\r