00001 /*************************************************************************** 00002 * 00003 * $Id: StHbtVector.hh,v 1.1 2001/06/21 19:15:48 laue Exp $ 00004 * 00005 * Author: Frank Laue, BNL, laue@bnl.gov 00006 *************************************************************************** 00007 * 00008 *************************************************************************** 00009 * 00010 * $Log: StHbtVector.hh,v $ 00011 * Revision 1.1 2001/06/21 19:15:48 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 StHbtVector_hh 00028 #define StHbtVector_hh 00029 #include "StThreeVectorD.hh" 00030 typedef StThreeVectorD StHbtThreeVector; 00031 #include "StLorentzVectorD.hh" 00032 typedef StLorentzVectorD StHbtLorentzVector; 00033 #endif
1.5.9