00001 /*********************************************************************** 00002 * 00003 * $Id: StCoordinates.hh,v 1.2 2004/03/05 17:22:54 fisyak Exp $ 00004 * 00005 * Author: brian May 19, 1998 00006 * 00007 *********************************************************************** 00008 * 00009 * Description: The Coordinates and transformation routines for the TPC 00010 * 00011 *********************************************************************** 00012 * 00013 * $Log: StCoordinates.hh,v $ 00014 * Revision 1.2 2004/03/05 17:22:54 fisyak 00015 * Add TPC transformations for direction, aligned sectors, protection in order to stay in the same sector when moving from/to Pad coordinates 00016 * 00017 * Revision 1.1 1999/11/19 19:01:07 calderon 00018 * First version of files for StDbUtilities. 00019 * Note: this package uses StTpcDb. 00020 * There are some parameters 00021 * that are not yet kept in StTpcDb. When StTpcDb has them, the code 00022 * will be changed to use them from StTpcDb. 00023 * There are no Ftpc or Svt Coordinate transformations in here yet. 00024 * 00025 * Revision 1.2 1999/01/28 02:48:59 lasiuk 00026 * include sector coordinates 00027 * 00028 * Revision 1.1 1998/11/10 17:12:04 fisyak 00029 * Put Brian trs versin into StRoot 00030 * 00031 * Revision 1.1 1998/05/25 17:11:06 lasiuk 00032 * Initial Revision 00033 * 00034 * 00035 ***********************************************************************/ 00036 #ifndef ST_TPC_COORDINATES_HH 00037 #define ST_TPC_COORDINATES_HH 00038 00039 #include "StTpcPadCoordinate.hh" 00040 #include "StTpcLocalCoordinate.hh" 00041 #include "StTpcLocalSectorCoordinate.hh" 00042 #include "StTpcLocalSectorAlignedCoordinate.hh" 00043 #include "StGlobalCoordinate.hh" 00044 00045 #include "StTpcLocalDirection.hh" 00046 #include "StTpcLocalSectorDirection.hh" 00047 #include "StTpcLocalSectorAlignedDirection.hh" 00048 #include "StGlobalDirection.hh" 00049 #include "StTpcCoordinateTransform.hh" 00050 00051 #include "StSvtLocalCoordinate.hh" 00052 #include "StSvtWaferCoordinate.hh" 00053 00054 #include "StFtpcLocalCoordinate.hh" 00055 #include "StFtpcSectorCoordinate.hh" 00056 #endif
1.5.9