]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Class version incremented
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 5 Feb 2002 08:54:35 +0000 (08:54 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 5 Feb 2002 08:54:35 +0000 (08:54 +0000)
STRUCT/AliPIPEv0.h
ZDC/AliZDCDigit.h

index 3870b33e812390f0aa4533ebcda1acc51e46b72d..ebd1b3064e1fe622c198e90f4aad2dad36c0e2aa 100644 (file)
@@ -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
index ee662b44ee2142a67a4e0af4fe410555c6630c52..55a9238d38c140c39414ca2a4be9fc688d012b09 100644 (file)
@@ -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 
 
 } ;