]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
ClassDef increased
authorprsnko <Dmitri.Peressounko@cern.ch>
Wed, 2 Jul 2014 06:50:48 +0000 (10:50 +0400)
committermorsch <andreas.morsch@cern.ch>
Thu, 3 Jul 2014 13:47:59 +0000 (15:47 +0200)
STEER/AOD/AliAODCaloCells.h
STEER/ESD/AliESDCaloCells.h

index 0648f1292ae0fbbc35149f45fa5896f9e0c66c29..0b0cc42e2f0f163256a11009c7a3d0b491c0f4f6 100644 (file)
@@ -74,7 +74,7 @@ class AliAODCaloCells : public AliVCaloCells
   Bool_t      fIsSorted;     //! true if cell arrays are sorted by index
   Char_t      fType;         // Cell type
   
-  ClassDef(AliAODCaloCells, 4);
+  ClassDef(AliAODCaloCells, 5);
   
 };
 
index 75310eb871278a60da06c0fb21366c21463751a6..142b353049f0bfcd2041559c6e920b66cf3c51ac 100644 (file)
@@ -77,7 +77,7 @@ class AliESDCaloCells : public AliVCaloCells
   Bool_t      fIsSorted;     //! true if cell arrays are sorted by index
   Char_t      fType;         // Cell type
 
-  ClassDef(AliESDCaloCells, 4);
+  ClassDef(AliESDCaloCells, 5);
 };