00001 /*************************************************************************** 00002 * 00003 * $Id: StThreeVectorF.hh,v 1.14 2005/07/06 18:49:57 fisyak Exp $ 00004 * 00005 * Author: Thomas Ullrich, Jan 1999 00006 *************************************************************************** 00007 * 00008 * Description: 00009 * 00010 * Remarks: This is a 'handmade' specialisation of StThreeVector<T> 00011 * for T=float. This code contains no templates. 00012 * 00013 *************************************************************************** 00014 * 00015 * $Log: StThreeVectorF.hh,v $ 00016 * Revision 1.14 2005/07/06 18:49:57 fisyak 00017 * Replace StHelixD, StLorentzVectorD,StLorentzVectorF,StMatrixD,StMatrixF,StPhysicalHelixD,StThreeVectorD,StThreeVectorF by templated version 00018 * 00019 ****************************************************************************/ 00020 #ifndef ST_THREE_VECTOR_F_HH 00021 #define ST_THREE_VECTOR_F_HH 00022 #include "StThreeVector.hh" 00023 typedef StThreeVector<float> StThreeVectorF; 00024 #endif
1.5.9