]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDarrayDictionary.h
Mods
[u/mrichter/AliRoot.git] / TRD / AliTRDarrayDictionary.h
index 53ad86b4fcc81488f7ae3443f9b9fcb0e426011b..54d9916ac18b670b051fd2baebe1b71b65fdac73 100644 (file)
@@ -38,7 +38,7 @@ class AliTRDarrayDictionary: public TObject
   Int_t GetData(Int_t nrow, Int_t ncol, Int_t ntime) const;\r
   void  SetData(Int_t nrow, Int_t ncol, Int_t ntime, Int_t value);\r
   static  void    CreateLut();\r
-  Bool_t IsCompressed() const {return fFlag;}; \r
+  Bool_t WasExpandCalled() const {return fFlag;};\r
 \r
  protected:\r
 \r
@@ -49,10 +49,10 @@ class AliTRDarrayDictionary: public TObject
   Int_t   fNtime;       //Number of time bins\r
   Int_t   fNDdim;       //Dimension of the Dictionary array\r
   Int_t*  fDictionary;  //[fNDdim]  //Pointer to integers array\r
-  Bool_t  fFlag;        //Flag in case of compressed array\r
+  Bool_t  fFlag;        //! Has Expand() being called before?\r
   static Short_t *fgLutPadNumbering;   //  [fNcol] Look Up Table\r
 \r
-  ClassDef(AliTRDarrayDictionary,5) //Dictionary container class\r
+  ClassDef(AliTRDarrayDictionary,7) //Dictionary container class\r
     \r
 };\r
 #endif\r