00001 // ===================================================================== 00002 // $Id: TColor.hh,v 1.1.1.1 2003/06/27 02:56:41 goiwai Exp $ 00003 // $Name: CLDAQ-1-06-02 $ 00004 // ===================================================================== 00005 #ifndef __TCOLOR_HH 00006 #define __TCOLOR_HH 00007 00008 #include "TThreeVector.hh" 00009 00010 typedef TThreeVector TColor; 00011 00012 #endif