]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSRawStreamSSD.h
Revised DDL map
[u/mrichter/AliRoot.git] / ITS / AliITSRawStreamSSD.h
index 625721a749a3abe3d3e1398a9bf0648acb99acbd..2694c18df16c46135245bbe6ddd6e929d5caac62 100644 (file)
@@ -8,6 +8,8 @@
 ///////////////////////////////////////////////////////////////////////////////
 ///
 /// This class provides access to ITS SSD digits in raw data.
+//  Revised by Enrico Fragiacomo
+//  Last update: 2007/09/06
 ///
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -27,14 +29,20 @@ class AliITSRawStreamSSD: public AliITSRawStream {
     Int_t            GetStrip() const {return fCoord2;};
 
     enum {kDDLsNumber = 16};      // number of DDLs in SSD
-    enum {kModulesPerDDL = 109};  // number of modules in each DDL
+    enum {kModulesPerDDL = 108};  // number of modules in each DDL
 
     static Int_t     GetModuleNumber(UInt_t iDDL, UInt_t iModule)
       {return fgkDDLModuleMap[iDDL][iModule];}
+
     enum ESSDRawStreamError {
       kWrongModuleIdErr = 1
     };
 
+    Int_t fddl;
+    Int_t fad;
+    Int_t fadc;
+
+
   protected :
     static const Int_t fgkDDLModuleMap[kDDLsNumber][kModulesPerDDL];  // mapping DDL/module -> module number