/* @(#) $Id: e910g_geant_ckovhits.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_ckovhits.h,v$ * 2000/04/03 14:59:40 hiejima physgi03.phy.bnl.gov * 1999/07/12 23:25:11 hiejima blood.phys.columbia.edu * 1999/06/16 00:28:18 hiejima blood.phys.columbia.edu * * Description: * ckov hits table for all Cerenkov light produced in geant. * * * Log Message: $Log: e910g_geant_ckovhits.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.3 2000/04/03 18:59:44 hiejima * Log Message: dedx, ckov change * Log Message: * Log Message: Revision 1.2 1999/07/13 03:25:12 hiejima * Log Message: ckov mc geometry and other minor change * Log Message: * Log Message: Revision 1.1 1999/06/16 04:28:19 hiejima * Log Message: add for ckov_sim * Log Message: * */ #ifndef __GEANT_CKOVHITS_H__ #define __GEANT_CKOVHITS_H__ #include "tas_table.h" #include #define GEANT_CKOVHITS_LEN 1000 struct geant_ckovhits_st { int geantid; int trackid; int status; // int mirror; // mirror id float pos[3]; // hit position on mirror ( SPEC ) float dir[3]; // ( px/p, py/p, pz/p ) float time; // time }; #define CKHITS_NOT_USED 0x0000 #define CKHITS_USED 0x0001 #ifdef __cplusplus E910_TABLE_H(Geant_ckovhits, geant_ckovhits_st, GEANT_CKOVHITS_LEN); #endif /* __cplusplus */ #ifdef __cplusplus E910_VERSION_H(Geant_ckovhits_v_0_0, tastb_version); #endif /* __cplusplus */ #endif /* __GEANT_CKOVHITS_H__ */ /* $Source: /cvs/e907/mipp/document/www/e907html/Cerenkov/historic/code_e910/e910g_geant_ckovhits.h,v $ */