]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGCF/FEMTOSCOPY/AliFemto/AliFmThreeVectorF.h
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGCF / FEMTOSCOPY / AliFemto / AliFmThreeVectorF.h
CommitLineData
76ce4b5b 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/04/25 15:38:41 panos
17 * Importing the HBT code dir
18 *
19 * Revision 1.1.1.1 2007/03/07 10:14:49 mchojnacki
20 * First version on CVS
21 *
22 * Revision 1.14 2005/07/06 18:49:57 fisyak
23 * Replace AliFmHelixD, AliFmLorentzVectorD,AliFmLorentzVectorF,AliFmMatrixD,AliFmMatrixF,AliFmPhysicalHelixD,AliFmThreeVectorD,AliFmThreeVectorF by templated version
24 *
25 ****************************************************************************/
26#ifndef ST_THREE_VECTOR_F_HH
27#define ST_THREE_VECTOR_F_HH
28#include "AliFmThreeVector.h"
29typedef AliFmThreeVector<float> AliFmThreeVectorF;
30#endif