]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/FEMTOSCOPY/AliFemto/AliFemtoHelix.h
Adding Lednicky's weight generator
[u/mrichter/AliRoot.git] / PWG2 / FEMTOSCOPY / AliFemto / AliFemtoHelix.h
CommitLineData
67427ff7 1/***************************************************************************
2 *
3 * $Id$
4 *
5 * Author: Frank Laue, BNL, laue@bnl.gov
6 ***************************************************************************
7 *
8 ***************************************************************************
9 *
10 * $Log$
d0e92d9a 11 * Revision 1.1.1.1 2007/04/25 15:38:41 panos
12 * Importing the HBT code dir
13 *
67427ff7 14 * Revision 1.1.1.1 2007/03/07 10:14:49 mchojnacki
15 * First version on CVS
16 *
17 * Revision 1.1 2001/06/21 19:15:45 laue
18 * Modified fiels:
19 * CTH.h : new constructor added
20 * AliFemtoEvent, AliFemtoKink, AliFemtoTrack : constructors from the persistent
21 * (TTree) classes added
22 * AliFemtoLikeSignAnalysis : minor changes, for debugging
23 * AliFemtoTypes: split into different files
24 * Added files: for the new TTree muDst's
25 * StExceptions.cxx StExceptions.h AliFemtoEnumeration.h
26 * AliFemtoHelix.h AliFemtoHisto.h AliFemtoString.h AliFemtoTFile.h
27 * AliFemtoTTreeEvent.cxx AliFemtoTTreeEvent.h AliFemtoTTreeKink.cxx
28 * AliFemtoTTreeKink.h AliFemtoTTreeTrack.cxx AliFemtoTTreeTrack.h
29 * AliFemtoTTreeV0.cxx AliFemtoTTreeV0.h AliFemtoVector.h
30 *
31 *
32 ***************************************************************************/
33#ifndef AliFemtoHelix_hh
34#define AliFemtoHelix_hh
35
36#include "AliFmHelix.h"
37typedef AliFmHelix AliFemtoHelix;//!
38#include "AliFmPhysicalHelixD.h"
39typedef AliFmPhysicalHelixD AliFemtoPhysicalHelix;//!
40#endif