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