00001 //*-- Author : Valery Fine 10/05/99 (E-mail: fine@bnl.gov) 00002 // $Id: St_tableDescriptor.h,v 1.1 2000/02/25 00:48:09 fine Exp $ 00003 #ifndef STAR_St_tableDescriptor 00004 #define STAR_St_tableDescriptor 00005 00006 #include "StTypeDefs.h" 00007 #include "TTableDescriptor.h" 00008 00009 //______________________________________________________________________________ 00010 // $Log: St_tableDescriptor.h,v $ 00011 // Revision 1.1 2000/02/25 00:48:09 fine 00012 // temporary interface for ROOT 2.23/12 with STAR classes inside 00013 // 00014 // Revision 1.7 2000/01/24 03:55:48 fine 00015 // new nethod CreateLeafList() to create text descriptor compatible with TBranch ctor 00016 // 00017 // Revision 1.6 1999/10/28 00:32:55 fine 00018 // method At() has been removed 00019 // 00020 // Revision 1.5 1999/09/07 19:30:29 fine 00021 // table descriptor access has been changed. All tables are affected and must be re-compiled 00022 // 00023 // Revision 1.4 1999/08/12 18:53:49 fine 00024 // clash between St_tableDescriptor::GetSize and St_Table::GetSize resolved 00025 // 00026 // Revision 1.3 1999/08/12 02:23:30 fine 00027 // GetRowDescriptor must be const 00028 // 00029 // Revision 1.2 1999/08/11 14:44:39 fine 00030 // name clash with ROOT over enum resolved 00031 // 00032 // Revision 1.1 1999/08/11 00:40:12 fine 00033 // new class St_tableDescriptor 00034 //______________________________________________________________________________ 00035 00036 00037 #endif
1.5.9