00001 #ifndef STAR_StCL 00002 #define STAR_StCL 00003 //*-- Author : Valery Fine(fine@bnl.gov) 25/09/99 00004 // 00005 // The set of methods to work with the plain matrix / vector 00006 // "derived" from http://wwwinfo.cern.ch/asdoc/shortwrupsdir/f110/top.html 00007 // 00008 // $Id: StCL.h,v 1.2 2007/07/12 20:37:48 fisyak Exp $ 00009 // $Log: StCL.h,v $ 00010 // Revision 1.2 2007/07/12 20:37:48 fisyak 00011 // Add includes for ROOT 5.16 00012 // 00013 // Revision 1.1 2000/02/25 00:48:06 fine 00014 // temporary interface for ROOT 2.23/12 with STAR classes inside 00015 // 00016 // Revision 1.9 1999/12/17 23:28:39 fine 00017 // clean up for the sake of docs + new class St_Table3DPackedPoints introduced 00018 00019 #include "StTypeDefs.h" 00020 #include "RVersion.h" 00021 #if ROOT_VERSION_CODE < 331013 00022 #include <TCL.h> 00023 #else 00024 #include "TCernLib.h" 00025 #endif 00026 #endif
1.5.9