StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StDbUtilities
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"
6
class
StGlobalDirection
:
public
StGlobalCoordinate
{
7
public
:
8
StGlobalDirection
() :
StGlobalCoordinate
() {}
9
StGlobalDirection
(
const
double
x,
const
double
y,
const
double
z) :
10
StGlobalCoordinate
(x,y,z) {}
11
StGlobalDirection
(
const
StThreeVector<double>
& xyz) :
StGlobalCoordinate
(xyz) {}
12
StGlobalDirection
(
const
StThreeVectorF
& xyz) :
StGlobalCoordinate
(xyz) {}
13
virtual
~
StGlobalDirection
() {};
14
};
15
// Non-Member
16
ostream& operator<<(ostream&,
const
StGlobalDirection
&);
17
#endif
Stiostream.h
StGlobalCoordinate
Definition:
StGlobalCoordinate.hh:65
StGlobalDirection
Definition:
StGlobalDirection.hh:6
StThreeVector< double >
Generated by
1.8.5