]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGCF/FEMTOSCOPY/AliFemto/AliFmHelixD.h
updates in macros for Femto QA in train
[u/mrichter/AliRoot.git] / PWGCF / FEMTOSCOPY / AliFemto / AliFmHelixD.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.8  2005/07/06 18:49:56  fisyak
12  * Replace AliFmHelixD, AliFmLorentzVectorD,AliFmLorentzVectorF,AliFmMatrixD,AliFmMatrixF,AliFmPhysicalHelixD,AliFmThreeVectorD,AliFmThreeVectorF by templated version
13  *
14
15 ****************************************************************************/
16 #ifndef ST_HELIX_D_HH
17 #define ST_HELIX_D_HH
18 #include "AliFmThreeVectorD.h"
19 #include "AliFmHelix.h"
20 #include <utility>
21 typedef AliFmHelix AliFmHelixD;
22 typedef pair<double,double> pairD;
23 #endif