StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StGlobalDirection.hh
1 // * $Id: StGlobalDirection.hh,v 1.1 2004/03/05 17:22:54 fisyak Exp $
2 #ifndef ST_GLOBAL_DIRECTION_HH
3 #define ST_GLOBAL_DIRECTION_HH
4 #include <Stiostream.h>
5 #include "StGlobalCoordinate.hh"
7 public:
9  StGlobalDirection(const double x, const double y, const double z) :
10  StGlobalCoordinate(x,y,z) {}
13  virtual ~StGlobalDirection() {};
14 };
15 // Non-Member
16 ostream& operator<<(ostream&, const StGlobalDirection&);
17 #endif