00001 /*************************************************************************** 00002 * 00003 * $Id: StMatrixF.hh,v 1.10 2005/07/06 18:49:56 fisyak Exp $ 00004 * $Log: StMatrixF.hh,v $ 00005 * Revision 1.10 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_MATRIX_F_HH 00011 #define ST_MATRIX_F_HH 00012 #include "Stiostream.h" 00013 #include "StThreeVectorF.hh" 00014 #include "StLorentzVectorF.hh" 00015 #include "StThreeVectorD.hh" 00016 #include "StLorentzVectorD.hh" 00017 #include "StMatrix.hh" 00018 typedef StMatrix<float> StMatrixF; 00019 #endif
1.5.9