StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StCoordinates.hh
1 /***********************************************************************
2  *
3  * $Id: StCoordinates.hh,v 1.2 2004/03/05 17:22:54 fisyak Exp $
4  *
5  * Author: brian May 19, 1998
6  *
7  ***********************************************************************
8  *
9  * Description: The Coordinates and transformation routines for the TPC
10  *
11  ***********************************************************************
12  *
13  * $Log: StCoordinates.hh,v $
14  * Revision 1.2 2004/03/05 17:22:54 fisyak
15  * Add TPC transformations for direction, aligned sectors, protection in order to stay in the same sector when moving from/to Pad coordinates
16  *
17  * Revision 1.1 1999/11/19 19:01:07 calderon
18  * First version of files for StDbUtilities.
19  * Note: this package uses StTpcDb.
20  * There are some parameters
21  * that are not yet kept in StTpcDb. When StTpcDb has them, the code
22  * will be changed to use them from StTpcDb.
23  * There are no Ftpc or Svt Coordinate transformations in here yet.
24  *
25  * Revision 1.2 1999/01/28 02:48:59 lasiuk
26  * include sector coordinates
27  *
28  * Revision 1.1 1998/11/10 17:12:04 fisyak
29  * Put Brian trs versin into StRoot
30  *
31  * Revision 1.1 1998/05/25 17:11:06 lasiuk
32  * Initial Revision
33  *
34  *
35  ***********************************************************************/
36 #ifndef ST_TPC_COORDINATES_HH
37 #define ST_TPC_COORDINATES_HH
38 
39 #include "StTpcPadCoordinate.hh"
40 #include "StTpcLocalCoordinate.hh"
41 #include "StTpcLocalSectorCoordinate.hh"
42 #include "StTpcLocalSectorAlignedCoordinate.hh"
43 #include "StGlobalCoordinate.hh"
44 
45 #include "StTpcLocalDirection.hh"
46 #include "StTpcLocalSectorDirection.hh"
47 #include "StTpcLocalSectorAlignedDirection.hh"
48 #include "StGlobalDirection.hh"
49 #include "StTpcCoordinateTransform.hh"
50 
51 #include "StSvtLocalCoordinate.hh"
52 #include "StSvtWaferCoordinate.hh"
53 
54 #include "StFtpcLocalCoordinate.hh"
55 #include "StFtpcSectorCoordinate.hh"
56 #endif