]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/FEMTOSCOPY/AliFemto/Infrastructure/AliFemtoLorentzVectorD.h
Modifications needed for the compilation of the femtoscopy code (Adam-Mike)
[u/mrichter/AliRoot.git] / PWG2 / FEMTOSCOPY / AliFemto / Infrastructure / AliFemtoLorentzVectorD.h
CommitLineData
67427ff7 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.6 2005/07/06 18:49:56 fisyak
9 * Replace AliFemtoHelixD, AliFemtoLorentzVectorD,AliFemtoLorentzVectorF,AliFemtoMatrixD,AliFemtoMatrixF,AliFemtoPhysicalHelixD,AliFemtoThreeVectorD,AliFemtoThreeVectorF by templated version
10 *
11
12****************************************************************************/
13#ifndef ALIFM_LORENTZ_VECTOR_D_HH
14#define ALIFM_LORENTZ_VECTOR_D_HH
15//#include "AliFemtoThreeVectorF.hh"
16#include "AliFmThreeVectorD.h"
17#include "AliFmLorentzVector.h"
18typedef AliFmLorentzVector<double> AliFmLorentzVectorD;
19#endif