From: hristov Date: Tue, 5 Feb 2002 08:54:35 +0000 (+0000) Subject: Class version incremented X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=110e9c3c144625802176a0e0306b1f9ecf36e6d3 Class version incremented --- diff --git a/STRUCT/AliPIPEv0.h b/STRUCT/AliPIPEv0.h index 3870b33e812..ebd1b3064e1 100644 --- a/STRUCT/AliPIPEv0.h +++ b/STRUCT/AliPIPEv0.h @@ -27,7 +27,7 @@ class AliPIPEv0 : public AliPIPE { protected: Int_t fPipeMaterial; - ClassDef(AliPIPEv0,1) //Class for PIPE version 0 + ClassDef(AliPIPEv0,2) //Class for PIPE version 0 }; #endif diff --git a/ZDC/AliZDCDigit.h b/ZDC/AliZDCDigit.h index ee662b44ee2..55a9238d38c 100644 --- a/ZDC/AliZDCDigit.h +++ b/ZDC/AliZDCDigit.h @@ -51,7 +51,7 @@ class AliZDCDigit : public AliDigitNew { fSector[0], fSector[1], fADCValue); } - ClassDef(AliZDCDigit,1) // Digits in ZDC + ClassDef(AliZDCDigit,2) // Digits in ZDC } ;