]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFDDLRawData.h
bugfix: corrected calculation of slice and partition from track point Id
[u/mrichter/AliRoot.git] / TOF / AliTOFDDLRawData.h
index 0d595876fc6e9d7753271b4ea083a959ca93a4c3..84309fb1bb4a2889d2c4efa8f15d4d33027a34cd 100644 (file)
@@ -52,12 +52,12 @@ class AliTOFDDLRawData:public TObject {
   void  MakeLTMtrailer(UInt_t *buf);
   void  MakeTRMheader(Int_t nTRM, UInt_t *buf);
   void  MakeTRMtrailer(UInt_t *buf);
-  void  MakeTRMfiller(UInt_t *buf, UInt_t nWordsPerTRM);
+  void  MakeTRMfiller(UInt_t *buf);
   void  MakeTRMchainHeader(Int_t iChain, Int_t nTRM, UInt_t *buf);
   void  MakeTRMchainTrailer(Int_t iChain, UInt_t *buf);
-  void  MakeTDCdigits(Int_t nDDL, Int_t nTRM, Int_t iChain, UInt_t *buf, UInt_t &nWordsPerTRM);
+  void  MakeTDCdigits(Int_t nDDL, Int_t nTRM, Int_t iChain, UInt_t *buf);
 
-  UInt_t MakeFiller();
+  UInt_t MakeFiller() const;
 
   Bool_t HeadOrTail() const;
 
@@ -77,11 +77,11 @@ class AliTOFDDLRawData:public TObject {
 
   TClonesArray *fTOFdigitArray;   //Pointer to the TOF digits
 
-  //AliTOFRawStream *fTOFrawStream; //Pointer to the AliTOFRawStream class
+  Int_t fWordsPerDRM;
+  Int_t fWordsPerTRM;
+  Int_t fWordsPerChain;
 
-  //AliTOFCableLengthMap *fTOFCableLengthMap; // Pointer to the map of Amphenol cable length
-
-  ClassDef(AliTOFDDLRawData,3)
+  ClassDef(AliTOFDDLRawData,4)
 
 };