StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StThreeVectorF.hh
1 /***************************************************************************
2  *
3  * $Id: StThreeVectorF.hh,v 1.14 2005/07/06 18:49:57 fisyak Exp $
4  *
5  * Author: Thomas Ullrich, Jan 1999
6  ***************************************************************************
7  *
8  * Description:
9  *
10  * Remarks: This is a 'handmade' specialisation of StThreeVector<T>
11  * for T=float. This code contains no templates.
12  *
13  ***************************************************************************
14  *
15  * $Log: StThreeVectorF.hh,v $
16  * Revision 1.14 2005/07/06 18:49:57 fisyak
17  * Replace StHelixD, StLorentzVectorD,StLorentzVectorF,StMatrixD,StMatrixF,StPhysicalHelixD,StThreeVectorD,StThreeVectorF by templated version
18  *
19  ****************************************************************************/
20 #ifndef ST_THREE_VECTOR_F_HH
21 #define ST_THREE_VECTOR_F_HH
22 #include "StThreeVector.hh"
24 #endif