]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDDDLRawData.h
Changed AliTPCPreprocessor to read CE calibration for all run types
[u/mrichter/AliRoot.git] / PMD / AliPMDDDLRawData.h
index 1cf705ded1551f1c9ce2b895791d2ea0e4819e0f..f6c651bf4ada514fde8b8d35b43540d52356152b 100644 (file)
@@ -38,12 +38,14 @@ class AliPMDDDLRawData:public TObject
                Int_t *endRowBus, Int_t *endColBus,
                Int_t & busno, UInt_t &mcmno, UInt_t &chno);
 
+
  protected:
 
+  Int_t ComputeParity(UInt_t baseword);
+
   TClonesArray *fDigits;    //! List of digits
-  //  AliPMDdigit  *fPMDdigit;  //! Pointer to digits
 
-  ClassDef(AliPMDDDLRawData,6)    // To make RAW Data
+  ClassDef(AliPMDDDLRawData,7)    // To make RAW Data
 };
 #endif