00001 /*************************************************************************** 00002 * 00003 * $Id: StHelixD.hh,v 1.8 2005/07/06 18:49:56 fisyak Exp $ 00004 * $Log: StHelixD.hh,v $ 00005 * Revision 1.8 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_HELIX_D_HH 00011 #define ST_HELIX_D_HH 00012 #include "StThreeVectorD.hh" 00013 #include "StHelix.hh" 00014 #include <utility> 00015 typedef StHelix StHelixD; 00016 typedef pair<double,double> pairD; 00017 #endif
1.5.9