From a8e2468855199a3d1ef07c36619b8570a5abdcf6 Mon Sep 17 00:00:00 2001 From: morsch Date: Fri, 4 Dec 2009 00:32:34 +0000 Subject: [PATCH] ClassDef set to 1 --- STEER/AliVEvent.h | 2 +- STEER/AliVEventPool.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/STEER/AliVEvent.h b/STEER/AliVEvent.h index d324aa1ff31..6d4050c7402 100644 --- a/STEER/AliVEvent.h +++ b/STEER/AliVEvent.h @@ -149,7 +149,7 @@ public: */ - ClassDef(AliVEvent,0) // base class for AliEvent data + ClassDef(AliVEvent,1) // base class for AliEvent data }; #endif diff --git a/STEER/AliVEventPool.h b/STEER/AliVEventPool.h index ab468935575..13d0030fcbc 100644 --- a/STEER/AliVEventPool.h +++ b/STEER/AliVEventPool.h @@ -33,7 +33,7 @@ class AliVEventPool : public TNamed AliVEventPool& operator=(const AliVEventPool& other); protected: TChain* fChain; // Chain of trees - ClassDef(AliVEventPool, 0); + ClassDef(AliVEventPool, 1); }; #endif -- 2.39.3