/* @(#) $Id: e910g_geant_ckovgeom.h,v 1.1.1.1 2002/08/28 21:25:25 soltz Exp $ * * Created by : * Creation date: * * Date Name Revision * ==== ==== ======== * $E910_revision_history: e910g_geant_ckovgeom.h,v$ * 1999/12/21 19:06:13 hiejima physgi03.phy.bnl.gov * 1999/06/16 00:28:18 hiejima blood.phys.columbia.edu * 1998/07/13 23:59:14 hiejima sweat.phys.columbia.edu * 1998/01/16 11:23:02 soltz moses.llnl.gov * * Description: * * Log Message: $Log: e910g_geant_ckovgeom.h,v $ * Log Message: Revision 1.1.1.1 2002/08/28 21:25:25 soltz * Log Message: initial import * Log Message: * Log Message: Revision 1.2 1999/12/22 00:06:15 hiejima * Log Message: add rotation and offset in geant as in real exp. * Log Message: * Log Message: Revision 1.1 1999/06/16 04:28:19 hiejima * Log Message: add for ckov_sim * Log Message: * Log Message: Revision 1.2 1998/07/14 03:59:16 hiejima * Log Message: fixed length of table * Log Message: * Log Message: Revision 1.1 1998/01/16 19:24:21 soltz * Log Message: Added tables for database access * Log Message: */ #ifndef __GEANT_CKOVGEOM_H__ #define __GEANT_CKOVGEOM_H__ #include "tas_table.h" #include #define GEANT_CKOVGEOM_LEN 1 struct geant_ckovgeom_st { float x ; /* x center of CVOL */ float y ; /* y center */ float z ; /* z center */ float upper_x ; /* upper plane x-position */ float upper_y ; /* upper plane y-position */ float upper_z ; /* upper plane z-position */ float upper_thx ; /* upper plane x-angle */ float upper_thy ; /* upper plane y-angle */ float upper_thz ; /* upper plane z-angle */ float lower_x ; /* lower plane x-position */ float lower_y ; /* lower plane y-position */ float lower_z ; /* lower plane z-position */ float lower_thx ; /* lower plane x-angle */ float lower_thy ; /* lower plane y-angle */ float lower_thz ; /* lower plane z-angle */ float center_x[96] ; /* x center of mirror */ float center_y[96] ; /* y center of mirror */ float width_x[96] ; /* x width of mirror */ float width_y[96] ; /* y width of mirror */ }; #ifdef __cplusplus E910_TABLE_H(Geant_ckovgeom, geant_ckovgeom_st, GEANT_CKOVGEOM_LEN); #endif /* __cplusplus */ #ifdef __cplusplus E910_VERSION_H(Geant_ckovgeom_v_0_0, tastb_version); #endif /* __cplusplus */ #endif /* __GEANT_CKOVGEOM_H__ */ /* $Source: /cvs/e907/mipp/document/www/e907html/Cerenkov/historic/code_e910/e910g_geant_ckovgeom.h,v $ */