00001 /*************************************************************************** 00002 * 00003 * $Id: StLorentzVectorF.hh,v 1.6 2005/07/06 18:49:56 fisyak Exp $ 00004 * $Log: StLorentzVectorF.hh,v $ 00005 * Revision 1.6 2005/07/06 18:49:56 fisyak 00006 * Replace StHelixD, StLorentzVectorD,StLorentzVectorF,StMatrixD,StMatrixF,StPhysicalHelixD,StThreeVectorD,StThreeVectorF by templated version 00007 * 00008 00009 ****************************************************************************/ 00010 #ifndef ST_LORENTZ_VECTOR_F_HH 00011 #define ST_LORENTZ_VECTOR_F_HH 00012 #include "StThreeVectorF.hh" 00013 #include "StThreeVectorD.hh" 00014 #include "StLorentzVector.hh" 00015 typedef StLorentzVector<float> StLorentzVectorF; 00016 #endif
1.5.9