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
StTpcLocalDirection.hh
1
/*********************************************************************
2
*
3
* $Id: StTpcLocalDirection.hh,v 1.2 2004/06/05 23:31:09 fisyak Exp $
4
**********************************************************************/
5
#ifndef ST_TPC_LOCAL_DIRECTION_HH
6
#define ST_TPC_LOCAL_DIRECTION_HH
7
#include "StTpcCoordinate.h"
8
class
StTpcLocalDirection
:
public
StTpcCoordinate
{
9
public
:
10
StTpcLocalDirection
() :
StTpcCoordinate
(0,0,0,0,0) {}
11
StTpcLocalDirection
(
double
x,
double
y,
double
z) :
12
StTpcCoordinate
(x,y,z,0,0) {}
13
StTpcLocalDirection
(
const
StThreeVector<double>
& xyz) :
14
StTpcCoordinate
(xyz,0,0) {}
15
StTpcLocalDirection
(
double
x,
double
y,
double
z,
int
sector,
int
row) :
16
StTpcCoordinate
(x,y,z,sector,row) {}
17
StTpcLocalDirection
(
const
StThreeVector<double>
& xyz,
int
sector,
int
row) :
18
StTpcCoordinate
(xyz,sector,row) {}
19
virtual
~
StTpcLocalDirection
() {}
20
};
21
ostream& operator<<(ostream&,
const
StTpcLocalDirection
&);
22
#endif
StTpcLocalDirection
Definition:
StTpcLocalDirection.hh:8
StTpcCoordinate
Definition:
StTpcCoordinate.h:10
StThreeVector< double >
Generated by
1.8.5