StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
St_tableDescriptor.h
1 //*-- Author : Valery Fine 10/05/99 (E-mail: fine@bnl.gov)
2 // $Id: St_tableDescriptor.h,v 1.1 2000/02/25 00:48:09 fine Exp $
3 #ifndef STAR_St_tableDescriptor
4 #define STAR_St_tableDescriptor
5 
6 #include "StTypeDefs.h"
7 #include "TTableDescriptor.h"
8 
9 //______________________________________________________________________________
10 // $Log: St_tableDescriptor.h,v $
11 // Revision 1.1 2000/02/25 00:48:09 fine
12 // temporary interface for ROOT 2.23/12 with STAR classes inside
13 //
14 // Revision 1.7 2000/01/24 03:55:48 fine
15 // new nethod CreateLeafList() to create text descriptor compatible with TBranch ctor
16 //
17 // Revision 1.6 1999/10/28 00:32:55 fine
18 // method At() has been removed
19 //
20 // Revision 1.5 1999/09/07 19:30:29 fine
21 // table descriptor access has been changed. All tables are affected and must be re-compiled
22 //
23 // Revision 1.4 1999/08/12 18:53:49 fine
24 // clash between St_tableDescriptor::GetSize and St_Table::GetSize resolved
25 //
26 // Revision 1.3 1999/08/12 02:23:30 fine
27 // GetRowDescriptor must be const
28 //
29 // Revision 1.2 1999/08/11 14:44:39 fine
30 // name clash with ROOT over enum resolved
31 //
32 // Revision 1.1 1999/08/11 00:40:12 fine
33 // new class St_tableDescriptor
34 //______________________________________________________________________________
35 
36 
37 #endif