]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGCF/FEMTOSCOPY/AliFemto/AliFemtoEnumeration.h
Merge branch 'master_patch'
[u/mrichter/AliRoot.git] / PWGCF / FEMTOSCOPY / AliFemto / AliFemtoEnumeration.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/04/25 15:38:41  panos
12  * Importing the HBT code dir
13  *
14  * Revision 1.1.1.1  2007/03/07 10:14:49  mchojnacki
15  * First version on CVS
16  *
17  * Revision 1.3  2003/01/08 19:43:12  perev
18  * CleanUp
19  *
20  * Revision 1.2  2001/09/05 20:41:42  laue
21  * Updates of the hbtMuDstTree microDSTs
22  *
23  * Revision 1.1  2001/06/21 19:15:45  laue
24  * Modified fiels:
25  *   CTH.h : new constructor added
26  *   AliFemtoEvent, AliFemtoKink, AliFemtoTrack : constructors from the persistent
27  *                                   (TTree) classes added
28  *   AliFemtoLikeSignAnalysis : minor changes, for debugging
29  *   AliFemtoTypes: split into different files
30  * Added files: for the new TTree muDst's
31  *   StExceptions.cxx StExceptions.h AliFemtoEnumeration.h
32  *   AliFemtoHelix.h AliFemtoHisto.h AliFemtoString.h AliFemtoTFile.h
33  *   AliFemtoTTreeEvent.cxx AliFemtoTTreeEvent.h AliFemtoTTreeKink.cxx
34  *   AliFemtoTTreeKink.h AliFemtoTTreeTrack.cxx AliFemtoTTreeTrack.h
35  *   AliFemtoTTreeV0.cxx AliFemtoTTreeV0.h AliFemtoVector.h
36  *
37  *
38  ***************************************************************************/
39 #ifndef AliFemtoEnumeration_hh
40 #define AliFemtoEnumeration_hh
41
42 enum AliFemtoParticleType {hbtUndefined, hbtTrack, hbtV0, hbtKink, hbtXi};
43 enum AliFemtoIOMode {hbtRead, hbtWrite};
44
45 #endif