]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ZDC/AliZDCDigit.h
Minor changes
[u/mrichter/AliRoot.git] / ZDC / AliZDCDigit.h
index de6ad6d7528efccce3f9db01c4df90be5251ef51..0d80a5508c222bf890d1744b07f3866047c4bc51 100644 (file)
@@ -48,7 +48,7 @@ class AliZDCDigit : public TObject {
   Int_t  fADCValue[2];       // ADC channel value (0 = high gain, 1 = low gain)
 
   // Print method
-  virtual void Print(Option_t *) {
+  virtual void Print(Option_t *) const {
      printf(" -> DIGIT: Detector =  %d Quadrant =  %d ADCCh high gain=  %d ADCCh low gain=  %d\n ",
      fSector[0], fSector[1], fADCValue[0], fADCValue[1]);
   }