]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/FEMTOSCOPY/AliFemto/Infrastructure/AliFmHelixD.h
Modifications needed for the compilation of the femtoscopy code (Adam-Mike)
[u/mrichter/AliRoot.git] / PWG2 / FEMTOSCOPY / AliFemto / Infrastructure / AliFmHelixD.h
1 /***************************************************************************
2  *
3  * $Id$
4  * $Log$
5  * Revision 1.1.1.1  2007/03/07 10:14:49  mchojnacki
6  * First version on CVS
7  *
8  * Revision 1.8  2005/07/06 18:49:56  fisyak
9  * Replace AliFmHelixD, AliFmLorentzVectorD,AliFmLorentzVectorF,AliFmMatrixD,AliFmMatrixF,AliFmPhysicalHelixD,AliFmThreeVectorD,AliFmThreeVectorF by templated version
10  *
11
12 ****************************************************************************/
13 #ifndef ST_HELIX_D_HH
14 #define ST_HELIX_D_HH
15 #include "AliFmThreeVectorD.h"
16 #include "AliFmHelix.h"
17 #include <utility>
18 typedef AliFmHelix AliFmHelixD;
19 typedef pair<double,double> pairD;
20 #endif