]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGCF/FEMTOSCOPY/AliFemto/AliFemtoThreeVectorD.h
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGCF / FEMTOSCOPY / AliFemto / AliFemtoThreeVectorD.h
CommitLineData
76ce4b5b 1/***************************************************************************
2 *
3 * $Id$
4 * $Log$
5 * Revision 1.1.1.1 2007/04/25 15:38:41 panos
6 * Importing the HBT code dir
7 *
8 * Revision 1.1.1.1 2007/03/07 10:14:49 mchojnacki
9 * First version on CVS
10 *
11 * Revision 1.11 2005/07/06 18:49:57 fisyak
12 * Replace AliFemtoHelixD, AliFemtoLorentzVectorD,AliFemtoLorentzVectorF,AliFemtoMatrixD,AliFemtoMatrixF,AliFemtoPhysicalHelixD,AliFemtoThreeVectorD,AliFemtoThreeVectorF by templated version
13 *
14
15****************************************************************************/
16#ifndef ALIFM_THREE_VECTOR_D_HH
17#define ALIFM_THREE_VECTOR_D_HH
18#include "AliFmThreeVector.h"
19typedef AliFmThreeVector<double> AliFmThreeVectorD;
20#endif