]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/FEMTOSCOPY/AliFemto/AliFmThreeVectorF.h
Lines getting the matched track moved to a method in AliCalorimeterUtils. Lines copie...
[u/mrichter/AliRoot.git] / PWG2 / FEMTOSCOPY / AliFemto / AliFmThreeVectorF.h
CommitLineData
67427ff7 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$
d0e92d9a 16 * Revision 1.1.1.1 2007/04/25 15:38:41 panos
17 * Importing the HBT code dir
18 *
67427ff7 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