00001 /*************************************************************************** 00002 * 00003 * $Id: StHbtHelix.hh,v 1.1 2001/06/21 19:15:45 laue Exp $ 00004 * 00005 * Author: Frank Laue, BNL, laue@bnl.gov 00006 *************************************************************************** 00007 * 00008 *************************************************************************** 00009 * 00010 * $Log: StHbtHelix.hh,v $ 00011 * Revision 1.1 2001/06/21 19:15:45 laue 00012 * Modified fiels: 00013 * CTH.hh : new constructor added 00014 * StHbtEvent, StHbtKink, StHbtTrack : constructors from the persistent 00015 * (TTree) classes added 00016 * StHbtLikeSignAnalysis : minor changes, for debugging 00017 * StHbtTypes: split into different files 00018 * Added files: for the new TTree muDst's 00019 * StExceptions.cxx StExceptions.hh StHbtEnumeration.hh 00020 * StHbtHelix.hh StHbtHisto.hh StHbtString.hh StHbtTFile.hh 00021 * StHbtTTreeEvent.cxx StHbtTTreeEvent.h StHbtTTreeKink.cxx 00022 * StHbtTTreeKink.h StHbtTTreeTrack.cxx StHbtTTreeTrack.h 00023 * StHbtTTreeV0.cxx StHbtTTreeV0.h StHbtVector.hh 00024 * 00025 * 00026 ***************************************************************************/ 00027 #ifndef StHbtHelix_hh 00028 #define StHbtHelix_hh 00029 00030 #include "StHelix.hh" 00031 typedef StHelix StHbtHelix; 00032 #include "StPhysicalHelixD.hh" 00033 typedef StPhysicalHelixD StHbtPhysicalHelix; 00034 #endif
1.5.9