]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/FEMTOSCOPY/AliFemto/Infrastructure/AliFemtoVector.h
Initial check-in of the model classes
[u/mrichter/AliRoot.git] / PWG2 / FEMTOSCOPY / AliFemto / Infrastructure / AliFemtoVector.h
1 /***************************************************************************
2  *
3  * $Id$
4  *
5  * Author: Frank Laue, BNL, laue@bnl.gov
6  ***************************************************************************
7  *
8  ***************************************************************************
9  *
10  * $Log$
11  * Revision 1.1.1.1  2007/03/07 10:14:49  mchojnacki
12  * First version on CVS
13  *
14  * Revision 1.1  2001/06/21 19:15:48  laue
15  * Modified fiels:
16  *   CTH.h : new constructor added
17  *   AliFemtoEvent, AliFemtoKink, AliFemtoTrack : constructors from the persistent
18  *                                   (TTree) classes added
19  *   AliFemtoLikeSignAnalysis : minor changes, for debugging
20  *   AliFemtoTypes: split into different files
21  * Added files: for the new TTree muDst's
22  *   StExceptions.cxx StExceptions.h AliFemtoEnumeration.h
23  *   AliFemtoHelix.h AliFemtoHisto.h AliFemtoString.h AliFemtoTFile.h
24  *   AliFemtoTTreeEvent.cxx AliFemtoTTreeEvent.h AliFemtoTTreeKink.cxx
25  *   AliFemtoTTreeKink.h AliFemtoTTreeTrack.cxx AliFemtoTTreeTrack.h
26  *   AliFemtoTTreeV0.cxx AliFemtoTTreeV0.h AliFemtoVector.h
27  *
28  *
29  ***************************************************************************/
30 #ifndef AliFemtoVector_hh
31 #define AliFemtoVector_hh
32 #include "AliFmThreeVectorD.h"
33 typedef AliFmThreeVectorD AliFemtoThreeVector;//!
34 #include "AliFmLorentzVectorD.h"
35 typedef AliFmLorentzVectorD AliFemtoLorentzVector;//!
36 #endif