]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONDigitizer.h
Adapting digitalizatio ncode to the new segmentation (Christian, Ivana, Gines, Philippe)
[u/mrichter/AliRoot.git] / MUON / AliMUONDigitizer.h
index 31a50250de491e4ff57dd0251b9a325378c3a5d2..9f6947d6982c24b1f213484935e8a6ed5b5eb938 100644 (file)
@@ -117,7 +117,7 @@ protected:
        /* Should be overridden by inheriting digitizers such that this method adds the digits
           to the correct tree. 
         */
-       virtual void AddDigit(Int_t chamber, Int_t tracks[kMAXTRACKS], Int_t charges[kMAXTRACKS], Int_t digits[6]) = 0;
+       virtual void AddDigit(Int_t chamber, Int_t tracks[kMAXTRACKS], Int_t charges[kMAXTRACKS], Int_t digits[7]) = 0;
 
        /* Should be called by GenerateTransientDigits() when a new transient digit is generated
           form a source object from the input stream. The source object could be an AliMUONHit