]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDDDLRawData.h
QA update by Sylwester
[u/mrichter/AliRoot.git] / PMD / AliPMDDDLRawData.h
index f6c651bf4ada514fde8b8d35b43540d52356152b..4af39f622d608aacedc9d74799df203bed07ad8d 100644 (file)
@@ -31,13 +31,14 @@ 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:
 
@@ -45,7 +46,7 @@ class AliPMDDDLRawData:public TObject
 
   TClonesArray *fDigits;    //! List of digits
 
-  ClassDef(AliPMDDDLRawData,7)    // To make RAW Data
+  ClassDef(AliPMDDDLRawData,8)    // To make RAW Data
 };
 #endif