]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDDDLRawData.h
Changes for task Optimization of V0 finder (2079) + plus fix for the bug number 47412...
[u/mrichter/AliRoot.git] / PMD / AliPMDDDLRawData.h
index f6c651bf4ada514fde8b8d35b43540d52356152b..76f6b478673b851179572f65db0886b8447081e1 100644 (file)
@@ -29,23 +29,23 @@ class AliPMDDDLRawData:public TObject
 
   void WritePMDRawData(TTree *treeD);
   void GetUMDigitsData(TTree *treeD, Int_t imodule, Int_t ddlno,
-                      Int_t *contentsBus, UInt_t busPatch[][1536]);
+                      Int_t modulePerDDL, 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 imodule, 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);
 
-
  protected:
 
   Int_t ComputeParity(UInt_t baseword);
 
   TClonesArray *fDigits;    //! List of digits
 
-  ClassDef(AliPMDDDLRawData,7)    // To make RAW Data
+  ClassDef(AliPMDDDLRawData,9)    // To make RAW Data
 };
 #endif