StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StCL.h
1 #ifndef STAR_StCL
2 #define STAR_StCL
3 //*-- Author : Valery Fine(fine@bnl.gov) 25/09/99
4 //
5 // The set of methods to work with the plain matrix / vector
6 // "derived" from http://wwwinfo.cern.ch/asdoc/shortwrupsdir/f110/top.html
7 //
8 // $Id: StCL.h,v 1.2 2007/07/12 20:37:48 fisyak Exp $
9 // $Log: StCL.h,v $
10 // Revision 1.2 2007/07/12 20:37:48 fisyak
11 // Add includes for ROOT 5.16
12 //
13 // Revision 1.1 2000/02/25 00:48:06 fine
14 // temporary interface for ROOT 2.23/12 with STAR classes inside
15 //
16 // Revision 1.9 1999/12/17 23:28:39 fine
17 // clean up for the sake of docs + new class St_Table3DPackedPoints introduced
18 
19 #include "StTypeDefs.h"
20 #include "RVersion.h"
21 #if ROOT_VERSION_CODE < 331013
22 #include <TCL.h>
23 #else
24 #include "TCernLib.h"
25 #endif
26 #endif