Skip to content

Commit

Permalink
Retagging v4-17-Rev-23
Browse files Browse the repository at this point in the history
  • Loading branch information
hristov committed Dec 18, 2009
2 parents ec42c12 + c3fd203 commit 9a40ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion STEER/AliVEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class AliVEvent : public TObject {
*/

ClassDef(AliVEvent,0) // base class for AliEvent data
ClassDef(AliVEvent,1) // base class for AliEvent data
};
#endif

2 changes: 1 addition & 1 deletion STEER/AliVEventPool.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9a40ff6

Please sign in to comment.