]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/FEMTOSCOPY/AliFemto/AliFmThreeVectorD.h
Add possibility to swich off creating hidden info
[u/mrichter/AliRoot.git] / PWG2 / FEMTOSCOPY / AliFemto / AliFmThreeVectorD.h
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"
19 typedef AliFmThreeVector<double> AliFmThreeVectorD;
20 #endif