From 110e9c3c144625802176a0e0306b1f9ecf36e6d3 Mon Sep 17 00:00:00 2001 From: hristov Date: Tue, 5 Feb 2002 08:54:35 +0000 Subject: [PATCH] Class version incremented --- STRUCT/AliPIPEv0.h | 2 +- ZDC/AliZDCDigit.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 } ; -- 2.39.3