]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/FEMTOSCOPY/AliFemto/Infrastructure/AliFmThreeVectorF.h
Fixing Effective C++ warnings
[u/mrichter/AliRoot.git] / PWG2 / FEMTOSCOPY / AliFemto / Infrastructure / AliFmThreeVectorF.h
1 /***************************************************************************
2  *
3  * $Id$
4  *
5  * Author: Thomas Ullrich, Jan 1999
6  ***************************************************************************
7  *
8  * Description:  
9  *
10  * Remarks:   This is a 'handmade' specialisation of AliFmThreeVector<T>
11  *            for T=float. This code contains no templates.
12  *
13  ***************************************************************************
14  *
15  * $Log$
16  * Revision 1.1.1.1  2007/03/07 10:14:49  mchojnacki
17  * First version on CVS
18  *
19  * Revision 1.14  2005/07/06 18:49:57  fisyak
20  * Replace AliFmHelixD, AliFmLorentzVectorD,AliFmLorentzVectorF,AliFmMatrixD,AliFmMatrixF,AliFmPhysicalHelixD,AliFmThreeVectorD,AliFmThreeVectorF by templated version
21  *
22  ****************************************************************************/
23 #ifndef ST_THREE_VECTOR_F_HH
24 #define ST_THREE_VECTOR_F_HH
25 #include "AliFmThreeVector.h"
26 typedef  AliFmThreeVector<float> AliFmThreeVectorF;
27 #endif