StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StHbtEnumeration.hh
1 /***************************************************************************
2  *
3  * $Id: StHbtEnumeration.hh,v 1.3 2003/01/08 19:43:12 perev Exp $
4  *
5  * Author: Frank Laue, BNL, laue@bnl.gov
6  ***************************************************************************
7  *
8  ***************************************************************************
9  *
10  * $Log: StHbtEnumeration.hh,v $
11  * Revision 1.3 2003/01/08 19:43:12 perev
12  * CleanUp
13  *
14  * Revision 1.2 2001/09/05 20:41:42 laue
15  * Updates of the hbtMuDstTree microDSTs
16  *
17  * Revision 1.1 2001/06/21 19:15:45 laue
18  * Modified fiels:
19  * CTH.hh : new constructor added
20  * StHbtEvent, StHbtKink, StHbtTrack : constructors from the persistent
21  * (TTree) classes added
22  * StHbtLikeSignAnalysis : minor changes, for debugging
23  * StHbtTypes: split into different files
24  * Added files: for the new TTree muDst's
25  * StExceptions.cxx StExceptions.hh StHbtEnumeration.hh
26  * StHbtHelix.hh StHbtHisto.hh StHbtString.hh StHbtTFile.hh
27  * StHbtTTreeEvent.cxx StHbtTTreeEvent.h StHbtTTreeKink.cxx
28  * StHbtTTreeKink.h StHbtTTreeTrack.cxx StHbtTTreeTrack.h
29  * StHbtTTreeV0.cxx StHbtTTreeV0.h StHbtVector.hh
30  *
31  *
32  ***************************************************************************/
33 #ifndef StHbtEnumeration_hh
34 #define StHbtEnumeration_hh
35 
36 enum StHbtParticleType {hbtUndefined, hbtTrack, hbtV0, hbtKink, hbtXi};
37 enum StHbtIOMode {hbtRead, hbtWrite};
38 
39 #endif