StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StHelixD.hh
1 /***************************************************************************
2  *
3  * $Id: StHelixD.hh,v 1.8 2005/07/06 18:49:56 fisyak Exp $
4  * $Log: StHelixD.hh,v $
5  * Revision 1.8 2005/07/06 18:49:56 fisyak
6  * Replace StHelixD, StLorentzVectorD,StLorentzVectorF,StMatrixD,StMatrixF,StPhysicalHelixD,StThreeVectorD,StThreeVectorF by templated version
7  *
8 
9 ****************************************************************************/
10 #ifndef ST_HELIX_D_HH
11 #define ST_HELIX_D_HH
12 #include "StThreeVectorD.hh"
13 #include "StHelix.hh"
14 #include <utility>
15 typedef StHelix StHelixD;
16 typedef pair<double,double> pairD;
17 #endif