00001 #ifndef __EmuHit_LOADED 00002 #define __EmuHit_LOADED 00003 typedef struct { 00004 int emuhit; 00005 int ID; 00006 int IPln; 00007 int ISheet; 00008 int ILayer; 00009 int ITrack; 00010 float TOFG; 00011 float XBegin; 00012 float YBegin; 00013 float ZBegin; 00014 float XEnd; 00015 float YEnd; 00016 float ZEnd; 00017 float ELoss; 00018 float Ptot; 00019 int IPDG; 00020 int CellPos; 00021 int PlanePos; 00022 int _9999; 00023 } EMUHIT_DEF; 00024 #ifdef __TAP_CREOBJ__ 00025 EMUHIT_DEF EmuHit; 00026 #else 00027 extern EMUHIT_DEF EmuHit; 00028 #endif 00029 #endif 00030
1.3.9.1