]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDDDLRawData.h
Added const members to contain the IDs of FMD files used by the preprocessor and...
[u/mrichter/AliRoot.git] / PMD / AliPMDDDLRawData.h
index 1cf705ded1551f1c9ce2b895791d2ea0e4819e0f..4af39f622d608aacedc9d74799df203bed07ad8d 100644 (file)
@@ -31,19 +31,22 @@ class AliPMDDDLRawData:public TObject
   void GetUMDigitsData(TTree *treeD, Int_t imodule, Int_t ddlno,
                       Int_t *contentsBus, UInt_t busPatch[][1536]);
   void TransformS2H(Int_t smn, Int_t &irow, Int_t &icol);
-  void GetMCMCh(Int_t ddlno, Int_t row, Int_t col,
+  void GetMCMCh(Int_t ddlno, Int_t smn, Int_t row, Int_t col,
                Int_t beginPatchBus, Int_t endPatchBus,
                Int_t *mcmperBus,
                Int_t *startRowBus, Int_t *startColBus,
                Int_t *endRowBus, Int_t *endColBus,
                Int_t & busno, UInt_t &mcmno, UInt_t &chno);
 
+//  void  ChMap(Int_t ddlno, Int_t smn, UInt_t iCh[][4]);
+
  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,8)    // To make RAW Data
 };
 #endif