]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/FEMTOSCOPY/AliFemto/AliFmPhysicalHelixD.h
Pad size less then cell size + ideal geom in v2
[u/mrichter/AliRoot.git] / PWG2 / FEMTOSCOPY / AliFemto / AliFmPhysicalHelixD.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.4  2005/07/06 18:49:57  fisyak
12  * Replace AliFmHelixD, AliFmLorentzVectorD,AliFmLorentzVectorF,AliFmMatrixD,AliFmMatrixF,AliFmPhysicalHelixD,AliFmThreeVectorD,AliFmThreeVectorF by templated version
13  *
14
15 ****************************************************************************/
16 #ifndef ST_PHYSICALHELIX_D_HH
17 #define ST_PHYSICALHELIX_D_HH
18 #include "AliFmThreeVectorD.h"
19 #include "AliFmHelixD.h"
20 #include "AliFmPhysicalHelix.h"
21 typedef AliFmPhysicalHelix AliFmPhysicalHelixD;
22 #endif