00001 /*************************************************************************** 00002 * 00003 * $Id: StHbtEnumeration.hh,v 1.3 2003/01/08 19:43:12 perev Exp $ 00004 * 00005 * Author: Frank Laue, BNL, laue@bnl.gov 00006 *************************************************************************** 00007 * 00008 *************************************************************************** 00009 * 00010 * $Log: StHbtEnumeration.hh,v $ 00011 * Revision 1.3 2003/01/08 19:43:12 perev 00012 * CleanUp 00013 * 00014 * Revision 1.2 2001/09/05 20:41:42 laue 00015 * Updates of the hbtMuDstTree microDSTs 00016 * 00017 * Revision 1.1 2001/06/21 19:15:45 laue 00018 * Modified fiels: 00019 * CTH.hh : new constructor added 00020 * StHbtEvent, StHbtKink, StHbtTrack : constructors from the persistent 00021 * (TTree) classes added 00022 * StHbtLikeSignAnalysis : minor changes, for debugging 00023 * StHbtTypes: split into different files 00024 * Added files: for the new TTree muDst's 00025 * StExceptions.cxx StExceptions.hh StHbtEnumeration.hh 00026 * StHbtHelix.hh StHbtHisto.hh StHbtString.hh StHbtTFile.hh 00027 * StHbtTTreeEvent.cxx StHbtTTreeEvent.h StHbtTTreeKink.cxx 00028 * StHbtTTreeKink.h StHbtTTreeTrack.cxx StHbtTTreeTrack.h 00029 * StHbtTTreeV0.cxx StHbtTTreeV0.h StHbtVector.hh 00030 * 00031 * 00032 ***************************************************************************/ 00033 #ifndef StHbtEnumeration_hh 00034 #define StHbtEnumeration_hh 00035 00036 enum StHbtParticleType {hbtUndefined, hbtTrack, hbtV0, hbtKink, hbtXi}; 00037 enum StHbtIOMode {hbtRead, hbtWrite}; 00038 00039 #endif
1.5.9