]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/FEMTOSCOPY/AliFemto/AliFemtoLorentzVectorD.h
Making the directory structure of AliFemto flat. All files go into one common directory
[u/mrichter/AliRoot.git] / PWG2 / FEMTOSCOPY / AliFemto / AliFemtoLorentzVectorD.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.6  2005/07/06 18:49:56  fisyak
12  * Replace AliFemtoHelixD, AliFemtoLorentzVectorD,AliFemtoLorentzVectorF,AliFemtoMatrixD,AliFemtoMatrixF,AliFemtoPhysicalHelixD,AliFemtoThreeVectorD,AliFemtoThreeVectorF by templated version
13  *
14
15 ****************************************************************************/
16 #ifndef ALIFM_LORENTZ_VECTOR_D_HH
17 #define ALIFM_LORENTZ_VECTOR_D_HH
18 //#include "AliFemtoThreeVectorF.hh"
19 #include "AliFmThreeVectorD.h"
20 #include "AliFmLorentzVector.h"
21 typedef AliFmLorentzVector<double> AliFmLorentzVectorD;
22 #endif