StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
St_FileSet.h
1 //*CMZ : 05/08/98 18.27.27 by Valery Fine(fine@bnl.gov)
2 //*-- Author : Valery Fine(fine@mail.cern.ch) 05/08/98
3 // $Id: St_FileSet.h,v 1.1 2000/02/25 00:48:06 fine Exp $
4 // $Log: St_FileSet.h,v $
5 // Revision 1.1 2000/02/25 00:48:06 fine
6 // temporary interface for ROOT 2.23/12 with STAR classes inside
7 //
8 // Revision 1.5 1999/03/11 00:34:44 perev
9 // St_base in new maker schema
10 //
11 // Revision 1.4 1998/12/26 21:40:38 fisyak
12 // Add Id and Log
13 //
14 
15 #ifndef ROOT_St_FileSet
16 #define ROOT_St_FileSet
17 
19 // //
20 // St_FileSet - TFileSet //
21 // //
22 // St_FileSet class is a class to convert the //
23 // "native file system structure" //
24 // into an instance of the St_DataSet class //
25 // //
27 
28 #include "StTypeDefs.h"
29 #include <TFileSet.h>
30 
31 #endif